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