]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
cd85f95cb84cbf79346a27c5eb9855a2af8f9dac
[lyx.git] / src / frontends / controllers / ChangeLog
1 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
4
5 2003-02-21  Angus Leeming  <leeming@lyx.org>
6
7         * Dialog.[Ch]:
8         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
9
10         * ControlBibitem.[Ch]:
11         * ControlBibtex.[Ch]:
12         * ControlCitation.[Ch]:
13         * ControlCommand.[Ch]:
14         * ControlError.[Ch]:
15         * ControlIndex.[Ch]:
16         * ControlRef.[Ch]:
17         * ControlToc.[Ch]:
18         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
19         individual controllers too.
20         Move 'apply' code into the LyX kernel.
21
22         * ControlConnections.C: temporary renaming of Dialogs::signals.
23
24         * Makefile.am: add new files.
25         
26 2003-02-21  Angus Leeming  <leeming@lyx.org>
27
28         * ControlBibtex.C (Browse):
29         * ControlExternal.C (Browse):
30         * ControlGraphics.C (Browse):
31         * ControlInclude.C (Browse):
32         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
33         browse, browsedir):
34         * ControlPrint.C (Browse):
35         don't pass a LyXView & to browseFile et al.
36         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir): 
37         don't pass a LyXView & to fileDlg.
38
39 2003-02-17  John Levon  <levon@movementarian.org>
40
41         * ControlDialog.tmpl: build dialog before calling setParams
42           for the benefit of ControlSpellchecker
43
44         * ControlSpellchecker.h:
45         * ControlSpellchecker.C: rework. Lots of bugs fixed and
46           cleanups.
47
48 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
49
50         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
51         of available *.bib-files from bibFiles.lst).
52
53         * tex_helpers.C (getTexFileList): sort and dis-duplicate
54         listWithoutPath correctly.
55
56 2003-02-08  John Levon  <levon@movementarian.org>
57
58         * ControlPrefs.h:
59         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
60
61 2003-02-08  John Levon  <levon@movementarian.org>
62
63         * Makefile.am:
64         * ControlChanges.h:
65         * ControlChanges.C: add merge changes dialog
66
67         * ControlPrefs.h:
68         * ControlPrefs.C: add setCurrentAuthor()
69
70 2003-01-31  Angus Leeming  <leeming@lyx.org>
71
72         * ViewBase.h: add an isVisible() pure virtual method.
73
74         * ControlTabular.C (updateInset): don't build the dialog here.
75         Instead, do nothing if the dialog is invisible.
76
77 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
80
81 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
82
83         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
84         
85         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
86
87 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
88
89         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
90
91 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
92
93         * several files: ws changes
94
95 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
96
97         * ControlDocument.C (classApply): use boost.format
98
99 2002-11-29  Angus Leeming  <leeming@lyx.org>
100
101         * ControlButtons.h (isClosing): make it public, so that the view can
102         see it too.
103         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
104         within apply.
105
106         * ControlPrefs.[Ch] (OKButton): removed.
107
108         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
109         dialog isClosing(). (Ie, if the "save" button has been pressed.)
110
111 2002-11-28  John Levon  <levon@movementarian.org>
112
113         * ControlSpellchecker.C: fix Lars' broken cleanup
114
115 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
116
117         * ControlTabular.[Ch]: Add isMulticolumnCell
118
119 2002-11-27  Angus Leeming  <leeming@lyx.org>
120
121         * ControlMath.C (ControlMath): initialise active_.
122
123 2002-11-25  Angus Leeming  <leeming@lyx.org>
124
125         * ControlDialog.h (hide, update): move from protected to public.
126
127         * ControlMath.[Ch]: add controllers for the main math panel dialog and
128         for any daughter dialogs stored by the main panel.
129
130 2002-11-21  Angus Leeming  <leeming@lyx.org>
131
132         * ControlDocument.[Ch] (classApply): no longer returns bool.
133         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
134
135 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
136
137         * biblio.C (getAbbreviatedAuthor): use boost::format
138
139         * ControlSpellchecker.C (clearParams): use boost::format
140
141 2002-11-20  John Levon  <levon@movementarian.org>
142
143         * ControlMath.C: couple more manglings
144
145 2002-11-20  John Levon  <levon@movementarian.org>
146
147         * ControlMath.h:
148         * ControlMath.C: add find_xpm mangler
149
150 2002-11-17  John Levon  <levon@movementarian.org>
151
152         * helper_funcs.C and users: specify save/open in file dialog
153
154 2002-11-15  John Levon  <levon@movementarian.org>
155
156         * ControlPrefs.h:
157         * ControlPrefs.C: use setParams()
158
159 2002-11-15  John Levon  <levon@movementarian.org>
160
161         * ControlButtons.h: make OKButton() virtual for prefs
162
163         * ControlPrefs.h:
164         * ControlPrefs.C: updates for xforms port to MVC
165
166         * Makefile.am:
167         * ControlTabular.h:
168         * ControlTabular.C: add simple MVC port
169
170 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
171
172         * ControlInclude.C: fix file format masks for qt's use
173
174 2002-11-13  John Levon  <levon@movementarian.org>
175
176         * Makefile.am:
177         * ControlPrefs.h:
178         * ControlPrefs.C: add skeleton controller
179
180 2002-11-12  John Levon  <levon@movementarian.org>
181
182         * biblio.C: fix warnings
183
184 2002-11-12  Angus Leeming  <leeming@lyx.org>
185
186         * ControlSpellchecker.C (check): fix crash
187         * biblio.C (escape_special_chars): simplify BRE.
188
189 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
190
191         * ControlDocument.[Ch]: Remove unused method
192
193 2002-11-07  Angus Leeming  <leeming@lyx.org>
194
195         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
196         * clean-up the search code in biblio.C.
197
198 2002-11-07  John Levon  <levon@movementarian.org>
199
200         * ControlGraphics.C: QGraphics fixes
201
202 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
203
204         * ControlDocument.C: (SaveAsDefault) make it work.
205         fix buffer update on class change
206
207 2002-11-06  Angus Leeming  <leeming@lyx.org>
208
209         * biblio.C (searchKeys and helper functions): rewritten entirely
210         using the STL. Boost::regex searching now works as the old 1.2 code
211         did.
212
213 2002-11-06  Angus Leeming  <leeming@lyx.org>
214
215         * biblio.C: clean-up of the code. No change in functionality.
216
217 2002-11-04  Angus Leeming  <leeming@lyx.org>
218
219         * ControlGraphics.[Ch] (getUnits): moved out of class and into
220         frnt::getBBUnits(). Code cleaned also.
221
222 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
223
224         * biblio.C (regexSearch): STRCONV
225         (getInfo): ditto
226
227         * ControlAboutlyx.C (getVersion): STRCONV
228
229         * ControlMath.C: include config.h
230
231 2002-10-31  John Levon  <levon@movementarian.org>
232
233         * ControlGraphics.h:
234         * ControlGraphics.C: bb units from Herbert
235
236 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
237
238         * ControlParagraph.[Ch] (alignDefault): new method, returning the
239         default alignment (block, left, right, center) of this paragraph.
240
241 2002-10-25  John Levon  <levon@movementarian.org>
242
243         * ControlPrint.C: using endl
244
245 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
246
247         * ControlPrint.[Ch]: move code here from Liason.[Ch].
248
249         * ControlSpellchecker.h (getCount): new method.
250         * ControlSpellchecker.[Ch]: constify some accessor methods.
251
252 2002-10-22  Angus Leeming  <leeming@lyx.org>
253
254         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
255         alphabetical order once again.
256
257         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
258         Add a list of CheckedWidget ptrs to ButtonControllerBase
259         together with methods addCheckedWidget and checkWidgets to use it.
260
261         * ButtonController.tmpl (refresh): use the return value of
262         checkWidgets to control the activation state of the Ok, Apply, Restore
263         buttons.
264
265         * ControlDialog.tmpl (show, update):
266         * ControlInset.tmpl (showInset, update):
267         invoke ButtonController::refresh to ensure that the activation state of
268         the Ok, Apply buttons reflects the valid-state of the widgets.
269
270 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
271
272         * tex_helpers.C (rescanTexStyles): don't pop p
273         (texhash): ditto
274
275         * ControlWrap.C (WrapParms): remove initialization of placement,
276         and move empty c-tor to .h class def.
277
278         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
279         of on stringsteam, return void. Get the file into the stream as
280         fast as possible.
281
282         * ControlPreamble.[Ch] (params): getter and setter for params_, make
283         params_ into a string, not just a pointer to string.
284
285         * ControlExternal.C (getTemplateNumber): put i into the for scope,
286         and use the sequence operator on the last for "parameter"
287         (getTemplate): use std::advance to advance the iterator.
288
289         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
290         instead of on a stringstream, return void. Get the file into the
291         stream as fast as possible.
292         (getVersion): use ostringstream
293
294         * lots of files: ws changes, formatting fixes
295
296 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
297
298         * ControlCharacter.C (apply): setMinibuffer change
299         * ControlDocument.C (apply): ditto
300         (classApply): ditto
301         * ControlThesaurus.C (replace): ditto
302         * ControlSearch.C (find): ditto
303         (replace): ditto
304         * ControlPreamble.C (apply): ditto
305         * ControlParagraph.C (apply): ditto
306
307 2002-10-14  André Pönitz <poenitz@gmx.net>
308
309         * ControlDocument.C: somebody else's fix for a hard lockup
310
311 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
312
313         * ControlDocument.h:
314         * ControlDocument.C:
315         * Makefile.am: New document parameters controller
316
317 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
318
319         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
320
321 2002-09-24  Angus Leeming  <leeming@lyx.org>
322
323         * ControlConnections.h: remove trailing whitespace.
324
325         * biblio.h: #include "LString.h".
326
327 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
328
329         * ControlGraphics.C: Change GUI origin strings into proper English.
330
331 2002-09-09  John Levon  <levon@movementarian.org>
332
333         * ControlInclude.C: fix file masks. Get rid of noload,
334         remove stupid warning
335
336 2002-09-09  John Levon  <levon@movementarian.org>
337
338         * ControlMath.h:
339         * ControlMath.C: add latex_deco
340
341 2002-09-06  John Levon  <levon@movementarian.org>
342
343         * ControlMath.C: terminate dots
344
345 2002-09-05  Angus Leeming  <leeming@lyx.org>
346
347         * all files: modify the headers as discussed on the list.
348
349 2002-08-30  John Levon  <levon@movementarian.org>
350
351         * ControlMath.h:
352         * ControlMath.C: moved from MathsSymbols.C
353
354 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
355
356         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
357
358 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
359
360         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
361         first item in the list
362
363 2002-08-15  Angus Leeming  <leeming@lyx.org>
364
365         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
366
367         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
368
369 2002-08-15  Angus Leeming  <leeming@lyx.org>
370
371         * lots: changed my email address to leeming@lyx.org.
372
373         * GUI.h: return it to private derivation from boost::noncopyable.
374
375 2002-08-14  Angus Leeming  <leeming@lyx.org>
376
377         * GUI.h: public derivation from boost::noncopyable.
378
379 2002-08-14  Angus Leeming  <leeming@lyx.org>
380
381         * GUI.h: class GUI deries from boost::noncopyable
382
383         * ControlButtons.h: no longer derives from DialogBase, but instead
384         derives directly from boost::noncopyable.
385
386         * ViewBase.h: derives from boost::noncopyable.
387
388         * ControlCharacter.C:
389         * ControlCommand.C:
390         * ControlConnections.C:
391         * ControlGraphics.C:
392         * ControlInclude.C:
393         * ControlParagraph.C:
394         * ControlPreamble.C:
395         * ControlPrint.C:
396         * ControlSearch.C:
397         * ControlSpellchecker.C:
398         * ControlTexinfo.C:
399         * ControlThesaurus.C:
400         rearrange #includes. Remove unnecessary ones.
401
402         * ControlError.h: add "insets/inseterror.h".
403
404         * helper_funcs.h: add necessary #includes.
405
406         * tex_helpers.[Ch]: add #pragma directives for g++.
407
408         * Makefile.am: remove src/frontends from -I list to compiler.
409
410 2002-08-13  Angus Leeming  <leeming@lyx.org>
411
412         * ControlConnections.C:
413         * ControlTexinfo.C:
414         changes due to the changed LyXView interface that now returns references
415         to member variables not pointers.
416
417 2002-08-12  Angus Leeming  <leeming@lyx.org>
418
419         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
420         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
421         for the most commonly accessed core methods, to minimise code
422         dependiencies.
423
424         * many files: use these wrappers and remove associated #includes.
425
426 2002-08-12  Angus Leeming  <leeming@lyx.org>
427
428         * ControlButtons.[Ch] (bc, view): no longer virtual.
429         (setView, setButtonController): new methods, invoked by GUI.
430
431         * ControlDialog.h (show):
432         * ControlInset.h (createInset, showInset): make public, so that GUI can
433         invoke them.
434
435         * GUI.h: GUI now contains a controller, rather than deriving from it.
436         remove all those friend functions since we can now access the show,
437         createInset, showInset controller methods.
438
439         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
440         (ViewBC): scrapped.
441
442         * character.h: #include a couple of STL files.
443
444 2002-08-08  John Levon  <levon@movementarian.org>
445
446         * ControlCommandBuffer.C: LyXAction cleanup
447
448 2002-08-07  John Levon  <levon@movementarian.org>
449
450         * ControlSpellchecker.C: fix crash when spellchecker doesn't
451           initialise
452
453 2002-08-06  John Levon  <levon@movementarian.org>
454
455         * ControlSpellchecker.C:
456         * ControlSpellchecker.h: use WordLangTuple
457
458 2002-08-06  John Levon  <levon@movementarian.org>
459
460         * ControlSpellchecker.C: show an alert with the
461           error message on initialisation failure
462
463 2002-08-04  John Levon  <levon@movementarian.org>
464
465         * ControlSpellchecker.h:
466         * ControlSpellchecker.C: some cleanups
467
468         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
469  <
470 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
471
472         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
473         the Dialogs::updateParagraph signal is emitted.
474
475 2002-08-02  Angus Leeming  <leeming@lyx.org>
476
477         * ControlCharacter.C (apply):
478         * ControlERT.C (applyParamsToInset):
479         * ControlParagraph.C (apply):
480         * ControlSearch.C (find, replace):
481         * ControlThesaurus.C (replace): changes due to LyXView::view() now
482         returning a boost::shared_ptr.
483
484 2002-08-01  John Levon  <levon@movementarian.org>
485
486         * ControlSendto.C: writeFile() change
487
488 2002-08-01  John Levon  <levon@movementarian.org>
489
490         * ControlSpellchecker.h:
491         * ControlSpellchecker.C: remove options
492
493 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
494
495         * several files: strip,frontStrip -> trim,ltrim,rtrim
496
497 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
498
499         * biblio.C (parseBibTeX): modify because of strip changes
500
501 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
502
503         * ControlFloat.[Ch]: Implement Wide Float toggle
504         Replace "allow_here_definitely" by "wide"
505
506 2002-07-22  Herbert Voss  <voss@lyx.org>
507
508         * ControlGraphics.C: small changes
509
510 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
511
512         * ControlToc.C: remove getType
513
514 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
515
516         * ControlCommandBuffer.C: don't add "" to history
517
518 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
519
520         * ControlRef.C: fix dispatch call nicely
521
522 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
523
524         * Makefile.am:
525         * ControlCommandBuffer.h:
526         * ControlCommandBuffer.C: add controller for command (mini) buffer
527           handling
528
529 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
530
531         * ControlRef.C: fix dispatch call
532
533 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
534
535         * ControlCharacter.C: use view_state_changed not setState
536
537 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
538
539         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
540
541 2002-07-15  Mike Fabian  <mfabian@suse.de>
542
543         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
544         of compare_no_case, because in turkish, 'i' is not the lowercase
545         version of 'I', and thus turkish locale breaks parsing of tags.
546
547 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
548
549         * ControlBibtex.C (applyParamsToInset): ws change
550
551 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
552
553         * ControlInclude.C: Add warning if absolute path name and
554         check_typeset is used together
555
556 2002-06-28  Angus Leeming  <leeming@lyx.org>
557
558         * ControlGraphics.C: changes associated with the name changes
559         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
560
561 2002-06-25  Angus Leeming  <leeming@lyx.org>
562
563         * ControlGraphics.C (readBB): Channges associated with the changed
564         interface to the graphics cache.
565
566 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
567
568         * ControlParagraph.C: layout as layout
569
570 2002-06-21  Angus Leeming  <leeming@lyx.org>
571
572         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
573         * tex_helpers.h: #include "LString.h".
574
575 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
576
577         * ControlBibtex.C:
578         * ControlBibitem.C: use repaint()
579
580 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
581
582         * ControlTexinfo.C: do the same for Texinfo
583
584         * tex_helpers.C: don't try to read a file that isn't there
585
586 2002-06-21  Herbert Voss  <voss@perce.de>
587
588         * ControlBibtex.C: do an automatic update, when no bst-list
589         exists
590
591 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
592
593         * GUI.h: createIndex() changed
594
595 2002-06-18  Herbert Voss  <voss@perce.de>
596
597         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
598         helperstuff. Now the bibtex gui can use some of these functions
599
600 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
601
602         * ControlGraphics.C: just make the mask *.*
603
604 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
605
606         * changes to simplify function setup, removal of a lot of includes.
607
608 2002-06-12  Angus Leeming  <leeming@lyx.org>
609
610         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
611
612 2002-06-12  Angus Leeming  <leeming@lyx.org>
613
614         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
615
616 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
617
618         * ControlParagraph.[Ch]: new paragraph controller
619         * GUI.h: add new controller
620         * Makefile.am: ditto
621
622 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
623
624         * GUI.h: do not include ButtonController.tmpl
625
626         * ControlInset.h: include ControlInset.tmpl
627
628         * ControlCitation.C: do not include ControlInset.tmpl
629         * ControlCommand.C: ditto
630         * ControlERT.C: ditto
631         * ControlError.C: ditto
632         * ControlExternal.C: ditto
633         * ControlFloat.C: ditto
634         * ControlGraphics.C: ditto
635         * ControlInclude.C: ditto
636         * ControlMinipage.C: ditto
637
638         * ControlDialog.tmpl: remove the Base:: prefix
639
640 2002-06-07  Angus Leeming  <leeming@lyx.org>
641
642         Fixes needed to compile with Compaq cxx 6.5.
643         * ControlDialog.tmpl: I have had to prefix base class methods with
644         Base:: Wierd!
645
646         * ControlInset.tmpl: #include a couple of headers.
647
648 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
649
650         * switch from SigC signals to boost::signals
651
652 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
653
654         * biblio.h: include vector
655
656         * biblio.C: change include order
657         (regexSearch): use boost regex and get rid of LRegex
658
659 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
660
661         * ControlAboutlyx.C:
662         * ControlBibitem.C:
663         * ControlBibtex.C:
664         * ControlCharacter.C:
665         * ControlCitation.C:
666         * ControlCommand.C:
667         * ControlConnections.C:
668         * ControlERT.C:
669         * ControlError.C:
670         * ControlExternal.C:
671         * ControlFloat.C:
672         * ControlForks.C:
673         * ControlGraphics.C:
674         * ControlInclude.C:
675         * ControlIndex.C:
676         * ControlLog.C:
677         * ControlMinipage.C:
678         * ControlPreamble.C:
679         * ControlPrint.C:
680         * ControlRef.C:
681         * ControlSearch.C:
682         * ControlSendto.C:
683         * ControlShowFile.C:
684         * ControlSpellchecker.C:
685         * ControlTabularCreate.C:
686         * ControlTexinfo.C:
687         * ControlThesaurus.C:
688         * ControlToc.C:
689         * ControlUrl.C:
690         * ControlVCLog.C: LyXView moved into frontends
691
692 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
693
694         * ControlExternal.C: add scoped_ptr.hpp
695
696         * ControlCharacter.h: use more specific smart_ptr header.
697
698 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
699
700         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
701
702 2002-05-13  Herbert Voss  <voss@perce.de>
703
704         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
705         like "Odland, G. and ... "
706         (parseBibTeX): fix bug with title and booktitle
707         and replace a \n with a space when one entry has more than
708         one line
709
710 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
711
712         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
713         "No change" and "Reset".
714
715         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
716         them at the front of the list.
717
718 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
719
720         * ControlGraphics.C: add some comments to the char * arrays.
721         Make rorigin_size const.
722
723 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
724
725         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
726         Enables the gui's to internationalise these strings.
727
728 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
729
730         * frnt_lang.C: fix build
731
732 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
733
734         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
735         If the the caller is the character dialog, add "No change" and "Reset"
736         to the vector, else don't.
737         Internationalise the GUI strings here rather than in the different
738         calling dialogs.
739         Sort the translated strings, albeit simply.
740
741 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * character.[Ch]: rename namespace character as namespace frnt.
744
745         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
746         as several dialogs will use this info. The function now returns a
747         vector<LanguagePair> where LanguagePair is a display string and an
748         identifying string. The display string is internationalised.
749
750         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
751         the identifying strings, "No change" and "Reset".
752
753         * Makefile.am: add frnt_lang.[Ch].
754
755 2002-04-25  Herbert Voss  <voss@lyx.org>
756
757         * ControlSendto.C (allFormats): don't add the graphics extensions to the
758         export menu
759
760 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
761
762         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
763         BibTeX databases in a WYSIWYM way.
764
765 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
766
767         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
768         way past his use-by date.
769         Make use of the improved info from Buffer::getBibkeyList when using
770         \bibliography. Enables us to provide natbib support in this case too.
771
772 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
773
774         * ControlGraphics.C: pass the browseFile dialog a string of only those
775         formats that can currently be loaded by LyX.
776
777 2002-04-15  Herbert Voss  <voss@perce.de>
778
779         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
780         with something like ,,...blah...`` (two commas)
781
782 2002-04-14  Herbert Voss  <voss@perce.de>
783
784         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
785         into the support/lstrings for better use in other programs.
786
787         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
788         namespace anon and make globally accessible.
789         (familyName): test for the presence of a LaTeX Space at the front of
790         of a name; strip it if it exists.
791
792 2002-04-11  Herbert Voss  <voss@perce.de>
793
794         * ControlGraphics.C: expand "browse-string" to all available formats
795
796 2002-04-11  Herbert Voss  <voss@perce.de>
797
798         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
799
800 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
801
802         * ControlAboutlyx.C (getVersion): two _() forgotten
803
804 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
805
806         * ControlGraphics.C:
807         * ControlPrint.C:
808         * ControlBibtex.C: make N_() be _()
809
810 2002-04-07  Herbert Voss  <voss@perce.de>
811
812         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
813
814 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
815
816         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
817         used when reading the BB.
818
819 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
820
821         * ControlGraphics.C (readBB): Don't open the ifstrem and then
822         check the format from the contents (and open a second ifstream in the
823         process. One at a time please.
824
825 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
826
827         * ControlRef.C (getBufferNum): squash warning message.
828
829 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
830
831         * ControlBibtex.C (Browse):
832         * ControlGraphics.C (Browse):
833         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
834
835         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
836
837         * ControlGraphics.C (applyParamsToInset): pass filepath to
838         InsetGraphics::updateInset.
839
840 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
841
842         * most files: ws cleanup
843
844 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
845
846         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
847         for it.
848
849 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
850
851         * ControlGraphics.C:
852         * ControlInclude.C: better error messages
853
854 2002-03-11  Herbert Voss  <voss@lyx.org>
855
856         * biblio.C (parseBibTeX): fix another minibug with an
857         ending comma
858
859 2002-03-10  Herbert Voss  <voss@lyx.org>
860
861         * biblio.C (parseBibTeX): fix bug
862         (familyName): improve parsing
863
864 2002-03-09  Herbert Voss  <voss@lyx.org>
865
866         * ControlGraphics.[Ch]: adding checkFilename() for testing
867         of non-existing files
868
869 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
870
871         * ControlSendto.C (allFormats): fix a iterators are not pointers
872         problem.
873
874 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
875
876         * ControlShowFile.h: add a #include "LString.h"
877
878 2002-03-05  Herbert Voss  <voss@lyx.org>
879
880         * biblio.C (getInfo): simplify if using paragraph layout
881         "bibliography".
882
883 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
884
885         * biblio.C (getInfo): return the info field correctly if the key
886         is not a BibTeX one.
887         (parseBibTeX): fix crash when data.find('=') returns string::npos.
888
889 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
890
891         * ControlForks.[Ch]: new files. A controller for the Forked Child
892         processes dialog, enabling the user to see what forked processes
893         are running, and, if he so desires, to kill them.
894
895         * GUI.h: add class GUIForks.
896
897         * Makefile.am: add ControlForks.[Ch].
898
899         * ControlGraphics.C (getParams): small change due to change in
900         insetgraphics.
901
902 2002-02-21  Herbert Voss  <voss@lyx.org>
903
904         * biblio.C: fix bug with commentlines in a bibentry
905
906 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
907
908         * Makefile.am: simpler obj. file compile
909
910 2002-02-18  Herbert Voss  <voss@lyx.org>
911
912         * ControlGraphics.[Ch]: remove help-file call
913
914 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
915
916         * helper_funcs.h: wrap the structs firster and seconder up in a
917         namespace to avoid clashes with those in lyxalgo,h.
918
919         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
920         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
921
922 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
923
924         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
925         used.
926         * ControlTexinfo.C:
927         change Systemcalls::System to Systemcalls::Wait and
928         No change of functionality, just reflects the stripped down Systemcalls
929         class.
930
931 2002-02-06  Herbert Voss  <voss@lyx.org>
932
933         * ControlGraphics.[C] (readBB): search also in
934         g'zipped files. If it is useful than PK and compress
935         should also be supported. use unzipFile() from
936         support/filetools
937
938 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
939
940         * ControlRef.C (getBufferName): new method to get a real buffer
941         name from an index.
942
943 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
944
945         * ControlTexInfo.[Ch]: Removed Help functions.
946
947 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
948
949         * ControlSpellchecker.C: clear any selection left
950         (bug #211)
951
952 2002-02-01  Herbert Voss  <voss@lyx.org>
953
954         * ControlGraphics.[C] (readBB): search only, if it is a
955         ".?ps" file and look for bb's at end of file
956
957 2002-01-30  Herbert Voss  <voss@lyx.org>
958
959         * ControlGraphic.[C]: do not search the whole file, when
960         getting the bb
961
962 2002-01-29  Herbert Voss  <voss@lyx.org>
963
964         * ControlGraphic.[C]: added a button for document path
965         when browsing -> bug 222
966
967 2002-01-27  Herbert Voss  <voss@lyx.org>
968
969         * ControlGraphic.[Ch]: added support for Bounding Box, other
970         small changes
971
972 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
973
974         * ControlAboutlyx.h:
975         * ControlTexinfo.h: added #include "LString.h" where they belong.
976
977 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * ControlCitation.C:
980         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
981
982 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
983
984         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
985         bool return type.
986
987 2002-01-20  Herbert Voss  <voss@perce.de>
988
989         * ControlInclude.[Ch]: better control of unexistings files
990         when entered without the browser
991
992         * ControlGraphic.C (Browse): add extension "ps" when browsing for
993         a filename
994
995 2002-01-19  Herbert Voss  <voss@perce.de>
996
997         * biblio.C (getInfo): fix bug when no author is given
998
999         * biblio.C (parseBibTeX): change the parsing, so that
1000         '#'-characters in a bibtex entry are no more a problem.
1001
1002 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1003
1004         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
1005         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
1006
1007         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
1008
1009 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1010
1011         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
1012
1013         * ControlExternal.C (Browse): add a std:: qualifier
1014
1015 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1016
1017         * ControlExternal.C (Browse): simplify to use browseRelFile
1018
1019 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1020
1021         * ButtonController.tmpl: added // -*- C++ -*-
1022
1023         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
1024         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
1025         Needed in _one_ of the ControlCommand-derived classes only.
1026
1027 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1028
1029         * ControlInset.h:
1030         * ControlSearch.h: #include LString.h
1031
1032 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1033
1034         * ButtonController.h: split into two. The definition remains in
1035         ButtonController.h, the declaration is now in ButtonController.tmpl.
1036         These template methods should be #included when the derived class is
1037         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
1038         and in the qt2 and gnome equivalents.
1039
1040         * ControlDialogs.h: removed. The definition of class ControlDialog is
1041         now to be found in ControlDialog.h and the declaration of the methods
1042         is in ControlDialog.tmpl. The two template instantiations are performed
1043         in ControlDialog_impl.[Ch], new files also.
1044
1045         * ControlInset.h: split into two. The definition remains in
1046         ControlInset.h, the declaration is now in ControlInset.tmpl.
1047         These template methods should be #included derived class is
1048         instantiated, in this case in 8 other .C files in this directory.
1049
1050         * ControlAboutlyx.[Ch]:
1051         * ControlCharacter.[Ch]:
1052         * ControlCommand.C:
1053         * ControlERT.C:
1054         * ControlError.C:
1055         * ControlExternal.C:
1056         * ControlFloat.C:
1057         * ControlGraphics.C:
1058         * ControlInclude.C:
1059         * ControlLog.[Ch]:
1060         * ControlMinipage.C:
1061         * ControlPreamble.[Ch]:
1062         * ControlPrint.[Ch]:
1063         * ControlSearch.[Ch]:
1064         * ControlShowFile.[Ch]:
1065         * ControlSpellchecker.[Ch]:
1066         * ControlTabularCreate.[Ch]:
1067         * ControlTexinfo.[Ch]:
1068         * ControlThesaurus.[Ch]:
1069         * ControlVCLog.[Ch]: small changes associated with the above ones.
1070
1071         * GUI.h: #include the ButtonController and dialog controller files
1072         here, rather than forward declare them. This is the correct place
1073         for these #includes.
1074
1075         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
1076         Rename ControlDialogs.h as ControlDialog.h.
1077         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
1078         EXTRA_DIST.
1079
1080 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1081
1082         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
1083
1084 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1085
1086         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
1087         can be done)
1088
1089         * ControlGraphics.C (Browse): remove overzealous shortcut
1090
1091 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1092
1093         * FormMinipage.C (apply, update): MinipageParams::width renamed
1094         as MinipageParams::pageWidth. InsetMinipage::width  renamed
1095         as InsetMinipage::pageWidth.
1096
1097 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1098
1099         * ButtonController.h (refreshReadOnly): use explicit typename
1100
1101 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1102
1103         * helper_funcs.h (browseFile): add default empty button descriptions.
1104
1105         * ControlGraphics.C (Browse):
1106         * ControlBibtex.C (Browse):
1107         * ControlInclude.C (Browse): add shortcuts to directory buttons
1108
1109 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
1110
1111         * ControlThesaurus.h:
1112         * ControlThesaurus.C: update to Aiksaurus 0.14
1113
1114 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1115
1116         * ControlSpellchecker.C (clearParams): show the closing message
1117         only if some words have been checked, thereby fixing
1118         bugzilla bug #52.
1119
1120 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
1121
1122         * ControlFloat.[Ch]: changes to prevent here definitely being used
1123         with wide figures.
1124
1125 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1126
1127         * ControlThesaurus.h: do not include <config.h> in header files
1128
1129 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1130
1131         * ControlToc.C: changes for floatlist
1132
1133 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1134
1135         * ControlVCLog.C: use _()
1136
1137 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1138
1139         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
1140         that for select.
1141
1142 2001-10-22  Juergen Vigna  <jug@sad.it>
1143
1144         * ControlSpellchecker.C (clearParams): use the error_ message of the
1145         speller_ if available when the spellchecker died.
1146         (setParams): remove double error message display.
1147
1148 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
1149
1150         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
1151
1152         * helper_funcs.[Ch] (getLatexUnits): see above.
1153
1154 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * ControlTexinfo.C (getContents): use the right file for .sty files
1157
1158 2001-10-10  Herbert Voss  <voss@perce.de>
1159
1160         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
1161         and some more stuff from FormTexinfo.C
1162
1163         * ControlShowFile.C: hiding the update-button
1164
1165 2001-10-09  Herbert Voss  <voss@perce.de>
1166
1167         * ControlTexinfo.[Ch]: new files. Display information about the
1168         installed texfiles (cls,sty,bst).
1169
1170         * ControlShowFile.[Ch]: new files. Display the contents of a file.
1171
1172         * GUI.h: added classes GUIShowFile and GUITexinfo.
1173
1174         * Makefile.am: modified appropriately.
1175
1176 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1177
1178         * ControlAboutlyx.C (getVersion): use lyx_version and
1179         lyx_release_date instead of old macros
1180
1181 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1182
1183         * ControlSpellchecker.C (check): Behaves well now when the spell
1184         library doesn't know a replacement to an incorrect word.
1185
1186 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1187
1188         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
1189         the correct place. Can now check spelling more than once!
1190
1191 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1192
1193         * ControlSplash.[Ch]: removed.
1194
1195         * GUI.h: remove GUISplash class.
1196
1197         * ViewBase.h: remove ViewSplash class.
1198
1199         * Makefile.am: remove ControlSplash.[Ch].
1200
1201 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
1202
1203         * ControlButtons.h: add variable emergency_exit_. If set to true, the
1204         view will be shut down.
1205
1206         * ControlDialogs.h:
1207         * ControlInset.h: act on emergency_exit_.
1208
1209         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
1210         speller fails to launch.
1211
1212 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1213
1214         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
1215         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
1216
1217 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1218
1219         * ControlRef.h (disconnectOnApply): new method. Set to true.
1220         Perhaps make this user-modifiable?
1221
1222 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1223
1224         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
1225         extensions.
1226
1227 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1228
1229         * ControlRef.C (getBufferList, getBufferNum): New methods
1230
1231 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1232
1233         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
1234         of the dialog when the Apply button is pressed. Defaults to false,
1235         but can be overridden in the daughter classes.
1236
1237         * ControlCitation.h (disconnectOnApply): new method. Set to true.
1238         Perhaps make this user-modifiable?
1239
1240 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1241
1242         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
1243         we have dialogs that update their contents when the buffer changes.
1244         Rather embarassing, really!
1245
1246 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1247
1248         * ControlSearch (replace): change semantics of replace to NOT move on
1249         to the next instance of a word once the present instance has been
1250         replaced unless we are replacing ALL instances of the word.
1251
1252 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1253
1254         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
1255
1256 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
1257
1258         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
1259         dialog, set all options to "reset", close the dialog, re-open it ->
1260         the options are set incorrectly.
1261
1262         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
1263         When Applying it's useful to know whether the dialog is about to close
1264         or not (no point refreshing the display for example).
1265
1266         * ControlInset.C (apply): use isClosing.
1267
1268 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1269
1270         * ControlInset.h:
1271         * ControlDialogs.h: remove bc() hack, now fixed in
1272           Qt2 frontend. use member dialog_built_ instead of shared
1273           static.
1274
1275         * ButtonController.h:
1276         * ButtonPolicies.C: more debug info
1277
1278         * ButtonControllerBase.C: call refresh() when setting readOnly !
1279
1280         * GUI.h: External form has apply, use the right policy
1281
1282         * character.C: fix two off-by-one errors when latex font was removed
1283
1284 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1285
1286         * ControlInset.h (apply): tentative fix for the press Apply multiple
1287         times and get multiple new Insets problem.
1288
1289 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1290
1291         * ControlCharacter.C: fix typo
1292
1293         * ViewBase.h:
1294         * ControlDialogs.C:
1295         * ControlInsets.C: make sure dialog is built before it is shown, so
1296           it works properly the very first time it is shown
1297
1298 2001-08-20  Herbert Voss  <voss@perce.de>
1299
1300         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
1301         and styles. Added an option for "bibliography into toc"
1302
1303 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1304
1305         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
1306         LaTeX is no longer a font property.
1307
1308 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1309
1310         * GUI.h: Button controller for Reference dialog changed to
1311         NoRepeatedApplyReadOnlyPolicy.
1312
1313         * biblio.C (getInfo): output volume and number info. Move year to end
1314         of string.
1315
1316 2001-08-09  Allan Rae  <rae@lyx.org>
1317
1318         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
1319
1320 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
1321
1322         * helper_funcs.C (getVectorFromString): fixed small bug.
1323
1324         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
1325
1326 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
1327
1328         * ControlSpellchecker.C: check next word after insert in personal dict
1329
1330 2001-08-06  Juergen Vigna  <jug@sad.it>
1331
1332         * ControlERT.[Ch]: new file
1333
1334 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1335
1336         * ControlInset.h: const and non-const forms of params().
1337
1338         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
1339         whitespace from either side of each item.
1340
1341 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1342
1343         * ControlFloat.h: add a != operator for FloatParams.
1344         Lars, how did you get this to compile!!!
1345
1346         * ControlMinipage.[Ch]: uncommented someone's commenting out of
1347         operator != for MinipageParams. Who's changing stuff and not compiling?
1348
1349 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1350
1351         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
1352         ControlFloat.C
1353
1354         * GUI.h: add class GUIFloat
1355
1356         * ControlFloat.[Ch]: new files
1357
1358 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1359
1360         * ControlPrint.C: #include Lassert.h here.
1361
1362 2001-07-26  Baruch Even  <baruch@lyx.org>
1363
1364         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
1365         and png.
1366
1367 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1368
1369         * ControlThesaurus.h:
1370         * ControlThesaurus.C:
1371         * GUI.h:
1372         * Makefile.am: thesaurus support
1373
1374 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1375
1376         * ControlInclude.h:
1377         * ControlInclude.C: implement ability to load file
1378
1379 2001-07-18  Juergen Vigna  <jug@sad.it>
1380
1381         * ControlSearch.C (replace): changes to lyxfind.h function calls.
1382
1383 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1384
1385         * biblio.C (getInfo): add a .c_str() to handle the usual
1386         stringstream pain.
1387
1388 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1389
1390         * ControlCitation.[Ch]: changes associated with adding natbib support.
1391         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
1392         New static variable citeStyles_.
1393
1394         * biblio.[Ch]: large internal rearrangement.
1395         New public enum CiteStyle.
1396         New public struct CitationStyle.
1397         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
1398         getNumericalStrings, getAuthorYearStrings
1399         (simpleSearch, regexSearch): no longer publicly accessible.
1400
1401         * helper_funcs.C (getStringFromVector): bug fix.
1402
1403 2001-07-16  Baruch Even  <baruch@lyx.org>
1404
1405         * ControlVCLog.h: Added Lsstream.h to includes.
1406
1407 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
1408
1409         * ControlSpellchecker.[Ch]: remove d-tor.
1410
1411 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1412
1413         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
1414
1415 2001-07-16  Juergen Vigna  <jug@sad.it>
1416
1417         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
1418         compiled with USE_PSPELL) to be able to switch between ISpell and
1419         PSpell classes.
1420
1421 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1422
1423         Consistent use of Lsstream.h:
1424         * ControlAboutlyx.[Ch] (getCredits):
1425         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
1426
1427 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1428
1429         * ControlCredits.[Ch]: removed
1430         * ControlCopyright.[Ch]: removed
1431         * ControlAboutlyx.[Ch]: added (replaces previous)
1432         * GUI.h: removed credits and copyright added about lyx stuff
1433
1434 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1435
1436         * ControlSpellchecker.C (getSuggestion):
1437         (getWord): add std:: qualifier
1438
1439 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1440
1441         * ControlSpellchecker.[Ch]: added
1442         * ViewBase.h: added partialUpdate(int) member
1443         * GUI.h: added spell stuff
1444
1445 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1446
1447         * ControlExternal.C: (*it). -> it->
1448
1449 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1450
1451         * ButtonController.h: move some included header files out of the
1452         frontends and into here.
1453
1454 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1455
1456         * ControlCharacter.C (c-tor): cosmetic name change of signal.
1457
1458 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1459
1460         * *.[h]: added // -*- C++ -*-
1461         * *.[C]: removed // -*- C++ -*-
1462
1463         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
1464         activate Apply button.
1465         (clearParams): removed.
1466         font_ is now stored as a boost::scoped_ptr.
1467         font_ is no longer deleted on hide(), so it's contents can now be used
1468         by the Font button on the toolbar.
1469         Lots of new methods so that the GUI can easily get the contents of
1470         font_ when it update()s.
1471
1472 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1473
1474         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
1475         crash when the Font button on the Toolbar is pressed.
1476
1477         * GUI.h: change policy of Character button controller to
1478         OkApplyCancelReadOnlyPolicy.
1479
1480 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1481
1482         * ControlToc.C (getContents): don't add anything to the list if it
1483         is supposed to be empty.
1484
1485 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
1486
1487         * helper_funcs.C (getVectorFromString): bug fix.
1488
1489 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1490
1491         * ButtonController.h
1492         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
1493         from ButtonControllerBase::readOnly. Updates the state of the widgets
1494         in the read-only list only when the read-only status of the document
1495         changes.
1496         (refresh): moved this stuff into refreshReadOnly.
1497
1498 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
1499
1500         * ControlPrint.C (c-tor):
1501         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
1502
1503 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
1504
1505         * biblio.C:
1506         * character.h: small clean-ups.
1507
1508 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1509
1510         * ControlToc.C (getType): remove support for old float list.
1511
1512 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1513
1514         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
1515         * ControlGraphics.h: no longer include insetgraphicsParams.h
1516         * ControlInset.h: no longer include LyXView.h
1517
1518         * ControlBibitem.C:
1519         * ControlBibtex.C:
1520         * ControlButtons.C:
1521         * ControlCharacter.C:
1522         * ControlCitation.C:
1523         * ControlCommand.C:
1524         * ControlConnections.C:
1525         * ControlCopyright.C:
1526         * ControlCredits.C:
1527         * ControlError.C:
1528         * ControlExternal.C:
1529         * ControlGraphics.C:
1530         * ControlInclude.C:
1531         * ControlLog.C:
1532         * ControlMinipage.C:
1533         * ControlPreamble.C:
1534         * ControlPrint.C:
1535         * ControlRef.C:
1536         * ControlSearch.C:
1537         * ControlTabularCreate.C:
1538         * ControlToc.C:
1539         * ControlVCLog.C: they're now in here!
1540
1541 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1542
1543         * ButtonControllerBase.h: C++ mode, inherit privately from
1544         noncopyable
1545         * ButtonPolicies.h: ditto
1546
1547         * ButtonController.h: C++ mode, swap init order of restore_ and
1548         cancel_
1549
1550 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1551
1552         * ControlTabularCreate.h:
1553         * ControlTabularCreate.C: make dialogs use a pair of uints
1554           instead of a string
1555
1556         * ControlVCLog.h:
1557         * ControlVCLog.C: fill a stringstream with the log contents
1558         and then delete it
1559
1560         * ControlExternal.C: from Angus, clone the new InsetExternal
1561           before acting on it
1562
1563 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
1564
1565         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
1566         and made more robust.
1567
1568 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1569
1570         * ControlToc.C:
1571         * ControlSearch.C:
1572         * ControlPrint.C:
1573         * ControlPreamble.C:
1574         * ControlInclude.C:
1575         * ControlGraphics.C:
1576         * ControlExternal.C:
1577         * ControlCopyright.C: include gettext.h
1578
1579         * ControlCharacter.C:
1580         * character.C: include gettext.h and language.h
1581
1582 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1583
1584         * ButtonController.h:
1585         * ButtonControllerBase.h:
1586         * ButtonControllerBase.C:
1587         * ButtonPolicies.h:
1588         * ButtonPolicies.C:
1589         * ControlButton.h:
1590         * ControlButton.C:
1591         * ControlButtons.h:
1592         * ControlButtons.C:
1593         * ControlConnections.h:
1594         * ControlDialogs.h:
1595         * ControlInset.h:
1596         * ControlExternal.C:
1597         * Makefile.am:
1598         * README:
1599         * ViewBase.h: s/ControlButton/ControlButtons/
1600         s/popup/dialog/
1601         s/UndoAll/Restore/ + associated
1602
1603 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1604
1605         * ControlToc.[Ch]: new files; a controller for the TOC popup.
1606
1607         * GUI.h:
1608         * Makefile.am: associated changes with all of the above.
1609
1610 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1611
1612         * ControlExternal.C: bug fixes. Can now apply changes to the inset
1613         and edit, view, update the External Material correctly. I hope!
1614
1615 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1616
1617         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
1618
1619         * BCTemplates.h: renamed as ButtonController.h
1620
1621         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
1622
1623         * ViewBase.h:
1624         * ControlConnections.h: associated change in #include and class names.
1625
1626         * ControlExternal.[Ch]: new files; a controller for the External
1627         Material popup.
1628
1629         * GUI.h:
1630         * Makefile.am: associated changes with all of the above.
1631
1632         * ControlGraphics.[Ch]:
1633         * ControlInclude.[Ch]:
1634         * ControlPrint.[Ch]:
1635         (lv): removed.
1636         (Browse): new method. Returns the results of a FileDialog browse.
1637
1638         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
1639         (getVectorFromString): fixed bug.
1640
1641         * biblio.C (simpleSearch): cleaned up.
1642
1643 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1644
1645         * A slight reworking of Baruch Even's ButtonController patch.
1646
1647         * BCTemplates.h: new file; all the templates for the ButtonController.
1648         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
1649         to the more generic setButtonLabel().
1650
1651         * ButtonController.[Ch]: renamed cancel_label and close_label as
1652         cancel_label_ and close_label_.
1653
1654         * Makefile.am: added BCTemplates.h
1655
1656 2001-03-29  Juergen Vigna  <jug@sad.it>
1657
1658         * ControlMinipage.C: removed widthp_ and all it's functions and changed
1659         to use new %-lengths of LyXLength.
1660
1661 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1662
1663         * ControlCitation.C (bibkeysInfo): removed Assert.
1664
1665         * ControlCopyright.h: moved GUICopyright into GUI.h
1666
1667         * GUI.h: see above.
1668
1669 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1670
1671         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
1672         (setDaughterParams): a (by default empty) new method called in show().
1673
1674         * ControlBibitem.h:
1675         * ControlBibtex.h:
1676         * ControlError.h:
1677         * ControlInclude.h:
1678         * ControlMinipage.h:
1679         * ControlRef.h:
1680         * ControlSearch.h:
1681         * ControlUrl.h (clearDaughterParams): removed
1682
1683         * ControlMinipage.C (applyParamsToInset): update the view.
1684         Added namespace minipage containing a helper function getUnits.
1685
1686         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
1687
1688         * ControlCharacter.[Ch]: moved out all the helper functions and the
1689         enum into their own file.
1690         * character.[Ch]: new files; contain the character helper functions,
1691         now inside namespace character.
1692
1693         * ControlCitation.[Ch]: moved out all the helper functions and the
1694         enums into their own file. Simplified interface.
1695         * biblio.[Ch]: new files; contain the citation helper functions,
1696         now inside namespace biblio. Will be of use also to an improved
1697         BibTeX popup.
1698
1699         * ControlGraphics.[Ch]:
1700         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
1701         popups, respectively.
1702
1703         * GUI.h:
1704         * Makefile.am: associated changes.
1705
1706 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1707
1708         * ControlMinipage.[Ch]:
1709         * ControlPreamble.[Ch]:
1710         * ControlPrint.[Ch]:
1711         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
1712         and Print popups and Splash screen, respectively.
1713
1714         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
1715         screens.
1716
1717         * GUI.h:
1718         * Makefile.am: associated changes.
1719
1720 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1721
1722         * ControlConnections.[Ch]: (docType): new method; returns the type
1723         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
1724
1725         * ControlRef.[Ch]:
1726         * ControlSearch.[Ch]:
1727         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
1728         Search and TabularCreate popups, respectively.
1729
1730         * GUI.h:
1731         * Makefile.am: associated changes.
1732
1733 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1734
1735         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
1736         contains data.
1737
1738         * ControlInset.h (apply): fix bug. Can now create new insets again.
1739
1740         * README: describe program flow.
1741
1742 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1743
1744         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
1745
1746 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1747
1748         * ControlDialogs.h: moved class ControlInset into its own file.
1749
1750         * ControlInset.h: new file. class ControlInset has been expanded to take
1751         two template parameters, Inset and Params. Believe that all inset
1752         controllers can be derived from this with the minimum of effort.
1753
1754         * ControlBibitem.[Ch]:
1755         * ControlBibtex.[Ch]:
1756         * ControlCitation.[Ch]:
1757         * ControlCommand.[Ch]: moved most code into ControlInset.
1758
1759         * lots of files. Moved protected stuff into private where possible.
1760
1761         * ControlError.[Ch]:
1762         * ControlInclude.[Ch]:
1763         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
1764         Include and Url popups, respectively.
1765
1766         * GUI.h:
1767         * Makefile.am: associated changes.
1768
1769 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1770
1771         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
1772         vector<string>.
1773
1774 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1775
1776         * ControlCredits.C (getCredits): remove std:: qualifier for
1777         getline().
1778
1779 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1780
1781         * ControlCredits.C (getCredits): add std:: on vector
1782
1783 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1784
1785         * ControlCredits.C: remove using that is only used once, use
1786         std::ios instead of std::iosbase, add some annoying comments.
1787
1788 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1789
1790         * lots of header files: improved explanatory notes.
1791
1792         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
1793         ControlBase is now a class that only controls the interaction of the
1794         View with the ButtonController.
1795
1796         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
1797         to ControlConnectBase. The class controls the connection/disconnection
1798         of signals from the LyX kernel and makes available the kernel (through
1799         lv_) to daughter controller classes.
1800         Moved out class ControlConnectInset to a new file ControlDialogs.h.
1801
1802         * ControlDialogs.h: new file. Contains the definition of two template
1803         controller classes, ControlDialog and ControlInset (was
1804         ControlConnectInset). ControlInset is a parent class for controllers
1805         of inset-popups. ControlDialogs is the rather uninspired name for
1806         the base class of all non-inset popups. (Eg, Document and Paragraph.)
1807         ControlDialogs is reaching a state of maturity as several popups now use
1808         it and its functionality becomes clear. ControlInset is still in a state
1809         of flux. It is likely that functionality will be moved out of
1810         ControlCommands and into it.
1811
1812         * GUI.h: new file. Moved all the template GUIXXX classes out of the
1813         individual Controller header files and into one place. These classes
1814         serve only as convenient wrappers to simplify code in the respective
1815         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
1816
1817         * ControlCharacter.[Ch] (show, update, hide):
1818         * ControlLog.[Ch] (show, update, hide):
1819         * ControlVCLog.[Ch] (show, update, hide): moved back into
1820         the ControlDialogs base class.
1821         (setParams, clearParams): new methods containing controller-specific
1822         code to set/reset the parameters manipulated by the view.
1823
1824         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
1825         empty.
1826         (hide): calls clearParams.
1827
1828         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
1829         by ControlCommand::hide().
1830
1831         * ControlCopyright.[Ch]:
1832         * ControlCredits.[Ch]: new files; controllers for the copyright and
1833         credits popups, respectively.
1834
1835 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1836
1837         * ControlCharacter.C: fix typo
1838
1839 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1840
1841         * ControlCharacter.[Ch]: new files; controller for the character popup.
1842
1843         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
1844         moved to new files helper_funcs.[Ch].
1845
1846         * helper_funcs.[Ch]: new files. Some useful helper functions and
1847         functors.
1848
1849         * Makefile.am: added new files.
1850
1851 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1852
1853         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
1854
1855 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1856
1857         * ControlLog.[Ch]:
1858         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
1859         Control log files, respectively.
1860
1861         * Makefile.am: added new files.
1862
1863 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1864
1865         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
1866
1867         * Makefile.am: added ControlBibtex.[Ch].
1868
1869 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1870
1871         * ControlBibitem.C:
1872         * ControlCitation.C: added "using SigC::slot" declaration.
1873
1874         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
1875         to FormCitation.C prior to the merger: "Do not put space between
1876         multiple keys".
1877
1878 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1879
1880         * several files: remove CXX_WORKING_NAMESPACES
1881
1882         * ButtonController.h: noncopyable is in namespace boost
1883         * ButtonPolicies.h: ditto
1884
1885 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1886
1887         * Merging changes from BRANCH_MVC back into HEAD.
1888
1889 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1890
1891         * Makefile.am: add ControlBibitem.[Ch].
1892
1893         * ControlBibitem.[Ch]: new files that together define the Controller
1894         for a Bibitem popup.
1895
1896         * ControlCommand.h (c-tor): give  kb_action a default value of
1897         LFUN_NOACTION.
1898
1899         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
1900
1901         * ControlCitation.[Ch]: moved search functions out of class.
1902         (bibkeysInfo): new method. Returns const reference to private data.
1903         (searchKeys): added case-sensitive switch. Used only by simpleSearch
1904         for now.
1905
1906 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1907
1908         * ControlCitation.[Ch]: added Search functions to the class,
1909         (shamelessly lifted from Marco's gnome code). I think that these would
1910         be better as helper functions outside the class, but this is a first
1911         stab at it.
1912
1913 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1914
1915         * ControlCitation.[Ch]: (getBibkeyList): removed from class
1916         ControlCitation.
1917         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
1918         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
1919         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
1920         implementation of FormCitation.
1921
1922 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1923
1924         * ButtonPolicies.h: add SMI_NOOP to enum.
1925
1926         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
1927
1928         * ButtonController.C (input): add "optimising" if-statement. Actually,
1929         things don't work correctly without it...
1930
1931 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1932
1933         * ViewBase.h: remove #pragma directive
1934
1935         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
1936         to make g++ happy.
1937
1938 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
1939
1940         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
1941
1942         * Makefile.am: added ButtonPolicies.[Ch]
1943
1944         * ButtonController.[Ch]: ButtonController is split into
1945         ButtonControllerBase and a template ButtonController class. The base
1946         class no longer stores a pointer to a ButtonPolicy, but instead
1947         accesses the actual instantiation of the policy through a pure virtual
1948         method bp(). This method and the ButtonPolicy itself are instantiated
1949         in the templatised ButtonController class. This class is derived from
1950         the GUI-specific GUIBC class, meaning that the frontends know
1951         nothing about the actual policy decided upon by the controllers.
1952
1953         * ControlBase.[Ch]: No longer store the View or the ButtonController.
1954         Instead the actual instantiations are accessed through pure virtual
1955         methods view() and bc(). The daughter classes are responsible for the
1956         actual View and ButtonController.
1957
1958         * ControlCitation.h: the templatised class GUICitation instantiates
1959         the methods view() and bc(). It also stores the instances of the
1960         View and ButtonController.
1961
1962 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
1963
1964         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
1965         also changed to ButtonController.
1966
1967         * ControlBase.[Ch]:
1968         * ControlConnections.[Ch]:
1969         * ControlCommand.[Ch]:
1970         * ControlCitation.[Ch]:
1971         * ViewBase.h: Changes associated with this.
1972
1973 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1974
1975         * ButtonControllerBase.[Ch]: new files. Split Allan's original
1976         xforms/ButtonController class into a GUI-I class (here) and an
1977         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
1978
1979         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
1980         from which all Dialog Controllers should be derived. the Controllers
1981         are GUI-independent, but are designed to control the behaviour of
1982         GUI-specific implementaions of each dialog.
1983
1984         * ControlConnections.[Ch]: new files. Classes controlling the
1985         connections of buffer-independent, buffer-dependent and Inset dialogs
1986         with the LyX kernel.
1987
1988         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
1989         InsetCommand subset of insets.
1990
1991         * ControlCitation.[Ch]: new files. The test specialisation! A
1992         controller for the Citation dialog.
1993
1994         * ViewBase.h: new file. ViewBase is an abstract base class from which
1995         GUI-specific dialogs should be derived. The functionality that the GUIs
1996         must now implement is much reduced.