]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
9d255189410c05c8efd94042f4ae3d6b3501acdf
[lyx.git] / src / frontends / controllers / ChangeLog
1 2002-01-20  Herbert Voss  <voss@perce.de>
2
3         * ControlGraphic.C (Browse): add extension "ps" when browsing for
4         a filename
5
6 2002-01-19  Herbert Voss  <voss@perce.de>
7
8         * biblio.C (getInfo): fix bug when no author is given
9
10         * biblio.C (parseBibTeX): change the parsing, so that 
11         '#'-characters in a bibtex entry are no more a problem.
12
13 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14
15         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
16         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
17
18         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
19
20 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
21
22         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
23
24         * ControlExternal.C (Browse): add a std:: qualifier
25
26 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
27
28         * ControlExternal.C (Browse): simplify to use browseRelFile
29
30 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
31
32         * ButtonController.tmpl: added // -*- C++ -*-
33
34         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
35         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
36         Needed in _one_ of the ControlCommand-derived classes only.
37
38 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
39
40         * ControlInset.h:
41         * ControlSearch.h: #include LString.h
42
43 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
44
45         * ButtonController.h: split into two. The definition remains in
46         ButtonController.h, the declaration is now in ButtonController.tmpl.
47         These template methods should be #included when the derived class is
48         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
49         and in the qt2 and gnome equivalents.
50
51         * ControlDialogs.h: removed. The definition of class ControlDialog is
52         now to be found in ControlDialog.h and the declaration of the methods
53         is in ControlDialog.tmpl. The two template instantiations are performed
54         in ControlDialog_impl.[Ch], new files also.
55
56         * ControlInset.h: split into two. The definition remains in
57         ControlInset.h, the declaration is now in ControlInset.tmpl.
58         These template methods should be #included derived class is
59         instantiated, in this case in 8 other .C files in this directory.
60
61         * ControlAboutlyx.[Ch]:
62         * ControlCharacter.[Ch]:
63         * ControlCommand.C:
64         * ControlERT.C:
65         * ControlError.C:
66         * ControlExternal.C:
67         * ControlFloat.C:
68         * ControlGraphics.C:
69         * ControlInclude.C:
70         * ControlLog.[Ch]:
71         * ControlMinipage.C:
72         * ControlPreamble.[Ch]:
73         * ControlPrint.[Ch]:
74         * ControlSearch.[Ch]:
75         * ControlShowFile.[Ch]:
76         * ControlSpellchecker.[Ch]:
77         * ControlTabularCreate.[Ch]:
78         * ControlTexinfo.[Ch]:
79         * ControlThesaurus.[Ch]:
80         * ControlVCLog.[Ch]: small changes associated with the above ones.
81
82         * GUI.h: #include the ButtonController and dialog controller files
83         here, rather than forward declare them. This is the correct place
84         for these #includes.
85
86         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
87         Rename ControlDialogs.h as ControlDialog.h.
88         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
89         EXTRA_DIST.
90         
91 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
92
93         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
94
95 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
96
97         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
98         can be done)
99
100         * ControlGraphics.C (Browse): remove overzealous shortcut
101
102 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
103
104         * FormMinipage.C (apply, update): MinipageParams::width renamed
105         as MinipageParams::pageWidth. InsetMinipage::width  renamed
106         as InsetMinipage::pageWidth.
107
108 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
109
110         * ButtonController.h (refreshReadOnly): use explicit typename
111
112 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
113
114         * helper_funcs.h (browseFile): add default empty button descriptions.
115
116         * ControlGraphics.C (Browse): 
117         * ControlBibtex.C (Browse): 
118         * ControlInclude.C (Browse): add shortcuts to directory buttons
119
120 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
121
122         * ControlThesaurus.h:
123         * ControlThesaurus.C: update to Aiksaurus 0.14
124  
125 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
126
127         * ControlSpellchecker.C (clearParams): show the closing message
128         only if some words have been checked, thereby fixing
129         bugzilla bug #52.
130
131 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
132
133         * ControlFloat.[Ch]: changes to prevent here definitely being used
134         with wide figures.
135
136 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
137
138         * ControlThesaurus.h: do not include <config.h> in header files
139
140 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
141
142         * ControlToc.C: changes for floatlist
143  
144 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
145
146         * ControlVCLog.C: use _()
147  
148 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
149
150         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
151         that for select.
152
153 2001-10-22  Juergen Vigna  <jug@sad.it>
154
155         * ControlSpellchecker.C (clearParams): use the error_ message of the
156         speller_ if available when the spellchecker died.
157         (setParams): remove double error message display.
158
159 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
160
161         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
162
163         * helper_funcs.[Ch] (getLatexUnits): see above.
164
165 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
166
167         * ControlTexinfo.C (getContents): use the right file for .sty files
168
169 2001-10-10  Herbert Voss  <voss@perce.de>
170
171         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
172         and some more stuff from FormTexinfo.C
173         
174         * ControlShowFile.C: hiding the update-button
175
176 2001-10-09  Herbert Voss  <voss@perce.de>
177
178         * ControlTexinfo.[Ch]: new files. Display information about the
179         installed texfiles (cls,sty,bst).
180
181         * ControlShowFile.[Ch]: new files. Display the contents of a file.
182
183         * GUI.h: added classes GUIShowFile and GUITexinfo.
184
185         * Makefile.am: modified appropriately.
186
187 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
188
189         * ControlAboutlyx.C (getVersion): use lyx_version and
190         lyx_release_date instead of old macros
191
192 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
193
194         * ControlSpellchecker.C (check): Behaves well now when the spell
195         library doesn't know a replacement to an incorrect word.
196
197 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
198
199         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
200         the correct place. Can now check spelling more than once!
201
202 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
203
204         * ControlSplash.[Ch]: removed.
205
206         * GUI.h: remove GUISplash class.
207
208         * ViewBase.h: remove ViewSplash class.
209
210         * Makefile.am: remove ControlSplash.[Ch].
211
212 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
213
214         * ControlButtons.h: add variable emergency_exit_. If set to true, the
215         view will be shut down.
216
217         * ControlDialogs.h:
218         * ControlInset.h: act on emergency_exit_.
219
220         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
221         speller fails to launch.
222
223 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
224
225         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
226         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
227
228 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
229
230         * ControlRef.h (disconnectOnApply): new method. Set to true.
231         Perhaps make this user-modifiable?
232
233 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
234
235         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
236         extensions.
237
238 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
239
240         * ControlRef.C (getBufferList, getBufferNum): New methods
241
242 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
243
244         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
245         of the dialog when the Apply button is pressed. Defaults to false,
246         but can be overridden in the daughter classes.
247
248         * ControlCitation.h (disconnectOnApply): new method. Set to true.
249         Perhaps make this user-modifiable?
250
251 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
254         we have dialogs that update their contents when the buffer changes.
255         Rather embarassing, really!
256
257 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
258
259         * ControlSearch (replace): change semantics of replace to NOT move on
260         to the next instance of a word once the present instance has been
261         replaced unless we are replacing ALL instances of the word.
262
263 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
264
265         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
266
267 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
268
269         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
270         dialog, set all options to "reset", close the dialog, re-open it ->
271         the options are set incorrectly.
272
273         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
274         When Applying it's useful to know whether the dialog is about to close
275         or not (no point refreshing the display for example).
276
277         * ControlInset.C (apply): use isClosing.
278
279 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
280
281         * ControlInset.h:
282         * ControlDialogs.h: remove bc() hack, now fixed in
283           Qt2 frontend. use member dialog_built_ instead of shared
284           static.
285  
286         * ButtonController.h: 
287         * ButtonPolicies.C: more debug info
288  
289         * ButtonControllerBase.C: call refresh() when setting readOnly !
290  
291         * GUI.h: External form has apply, use the right policy
292
293         * character.C: fix two off-by-one errors when latex font was removed
294  
295 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
296
297         * ControlInset.h (apply): tentative fix for the press Apply multiple
298         times and get multiple new Insets problem.
299
300 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
301
302         * ControlCharacter.C: fix typo
303
304         * ViewBase.h: 
305         * ControlDialogs.C:
306         * ControlInsets.C: make sure dialog is built before it is shown, so
307           it works properly the very first time it is shown
308  
309 2001-08-20  Herbert Voss  <voss@perce.de>
310
311         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
312         and styles. Added an option for "bibliography into toc"
313
314 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
315
316         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
317         LaTeX is no longer a font property.
318
319 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
320
321         * GUI.h: Button controller for Reference dialog changed to
322         NoRepeatedApplyReadOnlyPolicy.
323
324         * biblio.C (getInfo): output volume and number info. Move year to end
325         of string.
326
327 2001-08-09  Allan Rae  <rae@lyx.org>
328
329         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 
330
331 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
332
333         * helper_funcs.C (getVectorFromString): fixed small bug.
334
335         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
336
337 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
338
339         * ControlSpellchecker.C: check next word after insert in personal dict
340
341 2001-08-06  Juergen Vigna  <jug@sad.it>
342
343         * ControlERT.[Ch]: new file
344
345 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
346
347         * ControlInset.h: const and non-const forms of params().
348
349         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
350         whitespace from either side of each item.
351
352 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
353
354         * ControlFloat.h: add a != operator for FloatParams.
355         Lars, how did you get this to compile!!!
356
357         * ControlMinipage.[Ch]: uncommented someone's commenting out of
358         operator != for MinipageParams. Who's changing stuff and not compiling?
359
360 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
361
362         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
363         ControlFloat.C
364
365         * GUI.h: add class GUIFloat
366
367         * ControlFloat.[Ch]: new files
368
369 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
370
371         * ControlPrint.C: #include Lassert.h here.
372
373 2001-07-26  Baruch Even  <baruch@lyx.org>
374
375         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
376         and png.
377
378 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
379
380         * ControlThesaurus.h:
381         * ControlThesaurus.C:
382         * GUI.h:
383         * Makefile.am: thesaurus support
384
385 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
386
387         * ControlInclude.h:
388         * ControlInclude.C: implement ability to load file
389  
390 2001-07-18  Juergen Vigna  <jug@sad.it>
391
392         * ControlSearch.C (replace): changes to lyxfind.h function calls.
393
394 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
395
396         * biblio.C (getInfo): add a .c_str() to handle the usual
397         stringstream pain.
398
399 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
400
401         * ControlCitation.[Ch]: changes associated with adding natbib support.
402         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
403         New static variable citeStyles_.
404
405         * biblio.[Ch]: large internal rearrangement.
406         New public enum CiteStyle.
407         New public struct CitationStyle.
408         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
409         getNumericalStrings, getAuthorYearStrings
410         (simpleSearch, regexSearch): no longer publicly accessible.
411
412         * helper_funcs.C (getStringFromVector): bug fix.
413
414 2001-07-16  Baruch Even  <baruch@lyx.org>
415
416         * ControlVCLog.h: Added Lsstream.h to includes.
417
418 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
419
420         * ControlSpellchecker.[Ch]: remove d-tor.
421
422 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
423
424         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
425         
426 2001-07-16  Juergen Vigna  <jug@sad.it>
427
428         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
429         compiled with USE_PSPELL) to be able to switch between ISpell and
430         PSpell classes.
431
432 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
433
434         Consistent use of Lsstream.h:
435         * ControlAboutlyx.[Ch] (getCredits):
436         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
437
438 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
439
440         * ControlCredits.[Ch]: removed
441         * ControlCopyright.[Ch]: removed
442         * ControlAboutlyx.[Ch]: added (replaces previous)
443         * GUI.h: removed credits and copyright added about lyx stuff
444
445 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
446
447         * ControlSpellchecker.C (getSuggestion): 
448         (getWord): add std:: qualifier
449
450 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
451
452         * ControlSpellchecker.[Ch]: added
453         * ViewBase.h: added partialUpdate(int) member
454         * GUI.h: added spell stuff
455         
456 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
457
458         * ControlExternal.C: (*it). -> it->
459
460 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
461
462         * ButtonController.h: move some included header files out of the
463         frontends and into here.
464
465 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
466
467         * ControlCharacter.C (c-tor): cosmetic name change of signal.
468
469 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
470
471         * *.[h]: added // -*- C++ -*-
472         * *.[C]: removed // -*- C++ -*-
473
474         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
475         activate Apply button.
476         (clearParams): removed.
477         font_ is now stored as a boost::scoped_ptr.
478         font_ is no longer deleted on hide(), so it's contents can now be used
479         by the Font button on the toolbar.
480         Lots of new methods so that the GUI can easily get the contents of
481         font_ when it update()s.
482
483 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
484
485         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
486         crash when the Font button on the Toolbar is pressed.
487
488         * GUI.h: change policy of Character button controller to
489         OkApplyCancelReadOnlyPolicy.
490
491 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
492
493         * ControlToc.C (getContents): don't add anything to the list if it
494         is supposed to be empty.
495
496 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
497
498         * helper_funcs.C (getVectorFromString): bug fix.
499
500 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
501
502         * ButtonController.h
503         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
504         from ButtonControllerBase::readOnly. Updates the state of the widgets
505         in the read-only list only when the read-only status of the document
506         changes.
507         (refresh): moved this stuff into refreshReadOnly.
508
509 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
510
511         * ControlPrint.C (c-tor):
512         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
513
514 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
515
516         * biblio.C:
517         * character.h: small clean-ups.
518
519 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
520
521         * ControlToc.C (getType): remove support for old float list.
522
523 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
524
525         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
526         * ControlGraphics.h: no longer include insetgraphicsParams.h
527         * ControlInset.h: no longer include LyXView.h
528
529         * ControlBibitem.C:
530         * ControlBibtex.C:
531         * ControlButtons.C:
532         * ControlCharacter.C:
533         * ControlCitation.C:
534         * ControlCommand.C:
535         * ControlConnections.C:
536         * ControlCopyright.C:
537         * ControlCredits.C:
538         * ControlError.C:
539         * ControlExternal.C:
540         * ControlGraphics.C:
541         * ControlInclude.C:
542         * ControlLog.C:
543         * ControlMinipage.C:
544         * ControlPreamble.C:
545         * ControlPrint.C:
546         * ControlRef.C:
547         * ControlSearch.C:
548         * ControlTabularCreate.C:
549         * ControlToc.C:
550         * ControlVCLog.C: they're now in here!
551
552 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
553
554         * ButtonControllerBase.h: C++ mode, inherit privately from
555         noncopyable 
556         * ButtonPolicies.h: ditto
557
558         * ButtonController.h: C++ mode, swap init order of restore_ and
559         cancel_ 
560
561 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
562
563         * ControlTabularCreate.h:
564         * ControlTabularCreate.C: make dialogs use a pair of uints
565           instead of a string
566
567         * ControlVCLog.h:
568         * ControlVCLog.C: fill a stringstream with the log contents
569         and then delete it
570
571         * ControlExternal.C: from Angus, clone the new InsetExternal
572           before acting on it
573
574 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
575
576         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
577         and made more robust.
578
579 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
580
581         * ControlToc.C: 
582         * ControlSearch.C: 
583         * ControlPrint.C: 
584         * ControlPreamble.C: 
585         * ControlInclude.C: 
586         * ControlGraphics.C: 
587         * ControlExternal.C: 
588         * ControlCopyright.C: include gettext.h
589
590         * ControlCharacter.C: 
591         * character.C: include gettext.h and language.h
592
593 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
594
595         * ButtonController.h:
596         * ButtonControllerBase.h:
597         * ButtonControllerBase.C:
598         * ButtonPolicies.h:
599         * ButtonPolicies.C:
600         * ControlButton.h:
601         * ControlButton.C:
602         * ControlButtons.h:
603         * ControlButtons.C:
604         * ControlConnections.h:
605         * ControlDialogs.h:
606         * ControlInset.h:
607         * ControlExternal.C:
608         * Makefile.am:
609         * README:
610         * ViewBase.h: s/ControlButton/ControlButtons/
611         s/popup/dialog/
612         s/UndoAll/Restore/ + associated
613
614 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
615
616         * ControlToc.[Ch]: new files; a controller for the TOC popup.
617
618         * GUI.h:
619         * Makefile.am: associated changes with all of the above.
620
621 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
622
623         * ControlExternal.C: bug fixes. Can now apply changes to the inset
624         and edit, view, update the External Material correctly. I hope!
625
626 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
627
628         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
629
630         * BCTemplates.h: renamed as ButtonController.h
631
632         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
633
634         * ViewBase.h:
635         * ControlConnections.h: associated change in #include and class names.
636         
637         * ControlExternal.[Ch]: new files; a controller for the External
638         Material popup.
639
640         * GUI.h:
641         * Makefile.am: associated changes with all of the above.
642
643         * ControlGraphics.[Ch]:
644         * ControlInclude.[Ch]:
645         * ControlPrint.[Ch]:
646         (lv): removed.
647         (Browse): new method. Returns the results of a FileDialog browse.
648
649         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
650         (getVectorFromString): fixed bug.
651
652         * biblio.C (simpleSearch): cleaned up.
653
654 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
655
656         * A slight reworking of Baruch Even's ButtonController patch.
657
658         * BCTemplates.h: new file; all the templates for the ButtonController.
659         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
660         to the more generic setButtonLabel().
661
662         * ButtonController.[Ch]: renamed cancel_label and close_label as
663         cancel_label_ and close_label_.
664
665         * Makefile.am: added BCTemplates.h
666
667 2001-03-29  Juergen Vigna  <jug@sad.it>
668
669         * ControlMinipage.C: removed widthp_ and all it's functions and changed
670         to use new %-lengths of LyXLength.
671
672 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
673
674         * ControlCitation.C (bibkeysInfo): removed Assert.
675
676         * ControlCopyright.h: moved GUICopyright into GUI.h
677
678         * GUI.h: see above.
679
680 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
681
682         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
683         (setDaughterParams): a (by default empty) new method called in show().
684
685         * ControlBibitem.h:
686         * ControlBibtex.h:
687         * ControlError.h:
688         * ControlInclude.h:
689         * ControlMinipage.h:
690         * ControlRef.h:
691         * ControlSearch.h:
692         * ControlUrl.h (clearDaughterParams): removed
693
694         * ControlMinipage.C (applyParamsToInset): update the view.
695         Added namespace minipage containing a helper function getUnits.
696
697         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
698
699         * ControlCharacter.[Ch]: moved out all the helper functions and the
700         enum into their own file.
701         * character.[Ch]: new files; contain the character helper functions,
702         now inside namespace character.
703
704         * ControlCitation.[Ch]: moved out all the helper functions and the
705         enums into their own file. Simplified interface.
706         * biblio.[Ch]: new files; contain the citation helper functions,
707         now inside namespace biblio. Will be of use also to an improved
708         BibTeX popup.
709
710         * ControlGraphics.[Ch]:
711         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
712         popups, respectively.
713
714         * GUI.h:
715         * Makefile.am: associated changes.
716
717 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
718
719         * ControlMinipage.[Ch]:
720         * ControlPreamble.[Ch]:
721         * ControlPrint.[Ch]:
722         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
723         and Print popups and Splash screen, respectively.
724
725         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
726         screens.
727
728         * GUI.h:
729         * Makefile.am: associated changes.
730
731 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
732
733         * ControlConnections.[Ch]: (docType): new method; returns the type
734         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
735
736         * ControlRef.[Ch]:
737         * ControlSearch.[Ch]:
738         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
739         Search and TabularCreate popups, respectively.
740
741         * GUI.h:
742         * Makefile.am: associated changes.
743
744 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
745
746         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
747         contains data.
748
749         * ControlInset.h (apply): fix bug. Can now create new insets again.
750
751         * README: describe program flow.
752
753 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
754
755         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
756
757 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
758
759         * ControlDialogs.h: moved class ControlInset into its own file.
760
761         * ControlInset.h: new file. class ControlInset has been expanded to take
762         two template parameters, Inset and Params. Believe that all inset
763         controllers can be derived from this with the minimum of effort.
764
765         * ControlBibitem.[Ch]:
766         * ControlBibtex.[Ch]:
767         * ControlCitation.[Ch]:
768         * ControlCommand.[Ch]: moved most code into ControlInset.
769
770         * lots of files. Moved protected stuff into private where possible.
771
772         * ControlError.[Ch]:
773         * ControlInclude.[Ch]:
774         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
775         Include and Url popups, respectively.
776
777         * GUI.h:
778         * Makefile.am: associated changes.
779
780 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
781
782         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
783         vector<string>.
784
785 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
786
787         * ControlCredits.C (getCredits): remove std:: qualifier for
788         getline(). 
789
790 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
791
792         * ControlCredits.C (getCredits): add std:: on vector
793
794 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
795
796         * ControlCredits.C: remove using that is only used once, use
797         std::ios instead of std::iosbase, add some annoying comments.
798
799 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
800
801         * lots of header files: improved explanatory notes.
802
803         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
804         ControlBase is now a class that only controls the interaction of the
805         View with the ButtonController.
806
807         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
808         to ControlConnectBase. The class controls the connection/disconnection
809         of signals from the LyX kernel and makes available the kernel (through
810         lv_) to daughter controller classes.
811         Moved out class ControlConnectInset to a new file ControlDialogs.h.
812
813         * ControlDialogs.h: new file. Contains the definition of two template
814         controller classes, ControlDialog and ControlInset (was
815         ControlConnectInset). ControlInset is a parent class for controllers
816         of inset-popups. ControlDialogs is the rather uninspired name for
817         the base class of all non-inset popups. (Eg, Document and Paragraph.)
818         ControlDialogs is reaching a state of maturity as several popups now use
819         it and its functionality becomes clear. ControlInset is still in a state
820         of flux. It is likely that functionality will be moved out of
821         ControlCommands and into it.
822
823         * GUI.h: new file. Moved all the template GUIXXX classes out of the
824         individual Controller header files and into one place. These classes
825         serve only as convenient wrappers to simplify code in the respective
826         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
827
828         * ControlCharacter.[Ch] (show, update, hide):
829         * ControlLog.[Ch] (show, update, hide):
830         * ControlVCLog.[Ch] (show, update, hide): moved back into
831         the ControlDialogs base class.
832         (setParams, clearParams): new methods containing controller-specific
833         code to set/reset the parameters manipulated by the view.
834
835         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
836         empty.
837         (hide): calls clearParams.
838
839         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
840         by ControlCommand::hide().
841
842         * ControlCopyright.[Ch]:
843         * ControlCredits.[Ch]: new files; controllers for the copyright and
844         credits popups, respectively.
845
846 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
847
848         * ControlCharacter.C: fix typo
849
850 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
851
852         * ControlCharacter.[Ch]: new files; controller for the character popup.
853
854         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
855         moved to new files helper_funcs.[Ch].
856
857         * helper_funcs.[Ch]: new files. Some useful helper functions and
858         functors.
859
860         * Makefile.am: added new files.
861
862 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
863
864         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
865
866 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
867
868         * ControlLog.[Ch]:
869         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
870         Control log files, respectively.
871
872         * Makefile.am: added new files.
873
874 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
875
876         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
877
878         * Makefile.am: added ControlBibtex.[Ch].
879
880 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
881
882         * ControlBibitem.C:
883         * ControlCitation.C: added "using SigC::slot" declaration.
884
885         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
886         to FormCitation.C prior to the merger: "Do not put space between
887         multiple keys".
888
889 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
890
891         * several files: remove CXX_WORKING_NAMESPACES
892
893         * ButtonController.h: noncopyable is in namespace boost
894         * ButtonPolicies.h: ditto
895
896 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
897
898         * Merging changes from BRANCH_MVC back into HEAD.
899
900 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
901
902         * Makefile.am: add ControlBibitem.[Ch].
903
904         * ControlBibitem.[Ch]: new files that together define the Controller
905         for a Bibitem popup.
906
907         * ControlCommand.h (c-tor): give  kb_action a default value of
908         LFUN_NOACTION.
909         
910         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
911         
912         * ControlCitation.[Ch]: moved search functions out of class.
913         (bibkeysInfo): new method. Returns const reference to private data.
914         (searchKeys): added case-sensitive switch. Used only by simpleSearch
915         for now.
916
917 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
918
919         * ControlCitation.[Ch]: added Search functions to the class,
920         (shamelessly lifted from Marco's gnome code). I think that these would
921         be better as helper functions outside the class, but this is a first
922         stab at it.
923
924 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
925
926         * ControlCitation.[Ch]: (getBibkeyList): removed from class
927         ControlCitation.
928         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
929         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
930         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
931         implementation of FormCitation.
932
933 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
934
935         * ButtonPolicies.h: add SMI_NOOP to enum.
936
937         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
938
939         * ButtonController.C (input): add "optimising" if-statement. Actually,
940         things don't work correctly without it...
941
942 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
943
944         * ViewBase.h: remove #pragma directive
945
946         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
947         to make g++ happy.
948
949 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
950
951         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
952
953         * Makefile.am: added ButtonPolicies.[Ch]
954
955         * ButtonController.[Ch]: ButtonController is split into
956         ButtonControllerBase and a template ButtonController class. The base
957         class no longer stores a pointer to a ButtonPolicy, but instead
958         accesses the actual instantiation of the policy through a pure virtual
959         method bp(). This method and the ButtonPolicy itself are instantiated
960         in the templatised ButtonController class. This class is derived from
961         the GUI-specific GUIBC class, meaning that the frontends know
962         nothing about the actual policy decided upon by the controllers.
963
964         * ControlBase.[Ch]: No longer store the View or the ButtonController.
965         Instead the actual instantiations are accessed through pure virtual
966         methods view() and bc(). The daughter classes are responsible for the
967         actual View and ButtonController.
968
969         * ControlCitation.h: the templatised class GUICitation instantiates
970         the methods view() and bc(). It also stores the instances of the
971         View and ButtonController.
972         
973 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
974
975         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
976         also changed to ButtonController.
977
978         * ControlBase.[Ch]:
979         * ControlConnections.[Ch]:
980         * ControlCommand.[Ch]:
981         * ControlCitation.[Ch]:
982         * ViewBase.h: Changes associated with this.
983
984 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
985
986         * ButtonControllerBase.[Ch]: new files. Split Allan's original
987         xforms/ButtonController class into a GUI-I class (here) and an
988         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
989
990         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
991         from which all Dialog Controllers should be derived. the Controllers
992         are GUI-independent, but are designed to control the behaviour of
993         GUI-specific implementaions of each dialog.
994
995         * ControlConnections.[Ch]: new files. Classes controlling the
996         connections of buffer-independent, buffer-dependent and Inset dialogs
997         with the LyX kernel.
998
999         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
1000         InsetCommand subset of insets.
1001
1002         * ControlCitation.[Ch]: new files. The test specialisation! A
1003         controller for the Citation dialog.
1004
1005         * ViewBase.h: new file. ViewBase is an abstract base class from which
1006         GUI-specific dialogs should be derived. The functionality that the GUIs
1007         must now implement is much reduced.