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