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