]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
97f2b422c36c09d346d9f35f4522c70a5574d38e
[lyx.git] / src / frontends / controllers / ChangeLog
1 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * ControlFloat.h: add a != operator for FloatParams.
4         Lars, how did you get this to compile!!!
5
6         * ControlMinipage.[Ch]: uncommented someone's commenting out of
7         operator != for MinipageParams. Who's changing stuff and not compiling?
8
9 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10
11         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
12         ControlFloat.C
13
14         * GUI.h: add class GUIFloat
15
16         * ControlFloat.[Ch]: new files
17
18 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
19
20         * ControlPrint.C: #include Lassert.h here.
21
22 2001-07-26  Baruch Even  <baruch@lyx.org>
23
24         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
25         and png.
26
27 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
28
29         * ControlThesaurus.h:
30         * ControlThesaurus.C:
31         * GUI.h:
32         * Makefile.am: thesaurus support
33
34 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
35
36         * ControlInclude.h:
37         * ControlInclude.C: implement ability to load file
38  
39 2001-07-18  Juergen Vigna  <jug@sad.it>
40
41         * ControlSearch.C (replace): changes to lyxfind.h function calls.
42
43 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
44
45         * biblio.C (getInfo): add a .c_str() to handle the usual
46         stringstream pain.
47
48 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * ControlCitation.[Ch]: changes associated with adding natbib support.
51         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
52         New static variable citeStyles_.
53
54         * biblio.[Ch]: large internal rearrangement.
55         New public enum CiteStyle.
56         New public struct CitationStyle.
57         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
58         getNumericalStrings, getAuthorYearStrings
59         (simpleSearch, regexSearch): no longer publicly accessible.
60
61         * helper_funcs.C (getStringFromVector): bug fix.
62
63 2001-07-16  Baruch Even  <baruch@lyx.org>
64
65         * ControlVCLog.h: Added Lsstream.h to includes.
66
67 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
68
69         * ControlSpellchecker.[Ch]: remove d-tor.
70
71 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
72
73         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
74         
75 2001-07-16  Juergen Vigna  <jug@sad.it>
76
77         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
78         compiled with USE_PSPELL) to be able to switch between ISpell and
79         PSpell classes.
80
81 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
82
83         Consistent use of Lsstream.h:
84         * ControlAboutlyx.[Ch] (getCredits):
85         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
86
87 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
88
89         * ControlCredits.[Ch]: removed
90         * ControlCopyright.[Ch]: removed
91         * ControlAboutlyx.[Ch]: added (replaces previous)
92         * GUI.h: removed credits and copyright added about lyx stuff
93
94 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
95
96         * ControlSpellchecker.C (getSuggestion): 
97         (getWord): add std:: qualifier
98
99 >001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
100
101         * ControlSpellchecker.[Ch]: added
102         * ViewBase.h: added partialUpdate(int) member
103         * GUI.h: added spell stuff
104         
105 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
106
107         * ControlExternal.C: (*it). -> it->
108
109 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * ButtonController.h: move some included header files out of the
112         frontends and into here.
113
114 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
115
116         * ControlCharacter.C (c-tor): cosmetic name change of signal.
117
118 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
119
120         * *.[h]: added // -*- C++ -*-
121         * *.[C]: removed // -*- C++ -*-
122
123         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
124         activate Apply button.
125         (clearParams): removed.
126         font_ is now stored as a boost::scoped_ptr.
127         font_ is no longer deleted on hide(), so it's contents can now be used
128         by the Font button on the toolbar.
129         Lots of new methods so that the GUI can easily get the contents of
130         font_ when it update()s.
131
132 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
133
134         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
135         crash when the Font button on the Toolbar is pressed.
136
137         * GUI.h: change policy of Character button controller to
138         OkApplyCancelReadOnlyPolicy.
139
140 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
141
142         * ControlToc.C (getContents): don't add anything to the list if it
143         is supposed to be empty.
144
145 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
146
147         * helper_funcs.C (getVectorFromString): bug fix.
148
149 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
150
151         * ButtonController.h
152         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
153         from ButtonControllerBase::readOnly. Updates the state of the widgets
154         in the read-only list only when the read-only status of the document
155         changes.
156         (refresh): moved this stuff into refreshReadOnly.
157
158 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
159
160         * ControlPrint.C (c-tor):
161         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
162
163 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
164
165         * biblio.C:
166         * character.h: small clean-ups.
167
168 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * ControlToc.C (getType): remove support for old float list.
171
172 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
173
174         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
175         * ControlGraphics.h: no longer include insetgraphicsParams.h
176         * ControlInset.h: no longer include LyXView.h
177
178         * ControlBibitem.C:
179         * ControlBibtex.C:
180         * ControlButtons.C:
181         * ControlCharacter.C:
182         * ControlCitation.C:
183         * ControlCommand.C:
184         * ControlConnections.C:
185         * ControlCopyright.C:
186         * ControlCredits.C:
187         * ControlError.C:
188         * ControlExternal.C:
189         * ControlGraphics.C:
190         * ControlInclude.C:
191         * ControlLog.C:
192         * ControlMinipage.C:
193         * ControlPreamble.C:
194         * ControlPrint.C:
195         * ControlRef.C:
196         * ControlSearch.C:
197         * ControlTabularCreate.C:
198         * ControlToc.C:
199         * ControlVCLog.C: they're now in here!
200
201 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
202
203         * ButtonControllerBase.h: C++ mode, inherit privately from
204         noncopyable 
205         * ButtonPolicies.h: ditto
206
207         * ButtonController.h: C++ mode, swap init order of restore_ and
208         cancel_ 
209
210 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
211
212         * ControlTabularCreate.h:
213         * ControlTabularCreate.C: make dialogs use a pair of uints
214           instead of a string
215
216         * ControlVCLog.h:
217         * ControlVCLog.C: fill a stringstream with the log contents
218         and then delete it
219
220         * ControlExternal.C: from Angus, clone the new InsetExternal
221           before acting on it
222
223 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
224
225         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
226         and made more robust.
227
228 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
229
230         * ControlToc.C: 
231         * ControlSearch.C: 
232         * ControlPrint.C: 
233         * ControlPreamble.C: 
234         * ControlInclude.C: 
235         * ControlGraphics.C: 
236         * ControlExternal.C: 
237         * ControlCopyright.C: include gettext.h
238
239         * ControlCharacter.C: 
240         * character.C: include gettext.h and language.h
241
242 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
243
244         * ButtonController.h:
245         * ButtonControllerBase.h:
246         * ButtonControllerBase.C:
247         * ButtonPolicies.h:
248         * ButtonPolicies.C:
249         * ControlButton.h:
250         * ControlButton.C:
251         * ControlButtons.h:
252         * ControlButtons.C:
253         * ControlConnections.h:
254         * ControlDialogs.h:
255         * ControlInset.h:
256         * ControlExternal.C:
257         * Makefile.am:
258         * README:
259         * ViewBase.h: s/ControlButton/ControlButtons/
260         s/popup/dialog/
261         s/UndoAll/Restore/ + associated
262
263 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
264
265         * ControlToc.[Ch]: new files; a controller for the TOC popup.
266
267         * GUI.h:
268         * Makefile.am: associated changes with all of the above.
269
270 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
271
272         * ControlExternal.C: bug fixes. Can now apply changes to the inset
273         and edit, view, update the External Material correctly. I hope!
274
275 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
276
277         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
278
279         * BCTemplates.h: renamed as ButtonController.h
280
281         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
282
283         * ViewBase.h:
284         * ControlConnections.h: associated change in #include and class names.
285         
286         * ControlExternal.[Ch]: new files; a controller for the External
287         Material popup.
288
289         * GUI.h:
290         * Makefile.am: associated changes with all of the above.
291
292         * ControlGraphics.[Ch]:
293         * ControlInclude.[Ch]:
294         * ControlPrint.[Ch]:
295         (lv): removed.
296         (Browse): new method. Returns the results of a FileDialog browse.
297
298         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
299         (getVectorFromString): fixed bug.
300
301         * biblio.C (simpleSearch): cleaned up.
302
303 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
304
305         * A slight reworking of Baruch Even's ButtonController patch.
306
307         * BCTemplates.h: new file; all the templates for the ButtonController.
308         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
309         to the more generic setButtonLabel().
310
311         * ButtonController.[Ch]: renamed cancel_label and close_label as
312         cancel_label_ and close_label_.
313
314         * Makefile.am: added BCTemplates.h
315
316 2001-03-29  Juergen Vigna  <jug@sad.it>
317
318         * ControlMinipage.C: removed widthp_ and all it's functions and changed
319         to use new %-lengths of LyXLength.
320
321 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
322
323         * ControlCitation.C (bibkeysInfo): removed Assert.
324
325         * ControlCopyright.h: moved GUICopyright into GUI.h
326
327         * GUI.h: see above.
328
329 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
330
331         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
332         (setDaughterParams): a (by default empty) new method called in show().
333
334         * ControlBibitem.h:
335         * ControlBibtex.h:
336         * ControlError.h:
337         * ControlInclude.h:
338         * ControlMinipage.h:
339         * ControlRef.h:
340         * ControlSearch.h:
341         * ControlUrl.h (clearDaughterParams): removed
342
343         * ControlMinipage.C (applyParamsToInset): update the view.
344         Added namespace minipage containing a helper function getUnits.
345
346         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
347
348         * ControlCharacter.[Ch]: moved out all the helper functions and the
349         enum into their own file.
350         * character.[Ch]: new files; contain the character helper functions,
351         now inside namespace character.
352
353         * ControlCitation.[Ch]: moved out all the helper functions and the
354         enums into their own file. Simplified interface.
355         * biblio.[Ch]: new files; contain the citation helper functions,
356         now inside namespace biblio. Will be of use also to an improved
357         BibTeX popup.
358
359         * ControlGraphics.[Ch]:
360         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
361         popups, respectively.
362
363         * GUI.h:
364         * Makefile.am: associated changes.
365
366 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
367
368         * ControlMinipage.[Ch]:
369         * ControlPreamble.[Ch]:
370         * ControlPrint.[Ch]:
371         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
372         and Print popups and Splash screen, respectively.
373
374         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
375         screens.
376
377         * GUI.h:
378         * Makefile.am: associated changes.
379
380 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
381
382         * ControlConnections.[Ch]: (docType): new method; returns the type
383         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
384
385         * ControlRef.[Ch]:
386         * ControlSearch.[Ch]:
387         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
388         Search and TabularCreate popups, respectively.
389
390         * GUI.h:
391         * Makefile.am: associated changes.
392
393 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
394
395         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
396         contains data.
397
398         * ControlInset.h (apply): fix bug. Can now create new insets again.
399
400         * README: describe program flow.
401
402 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
403
404         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
405
406 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
407
408         * ControlDialogs.h: moved class ControlInset into its own file.
409
410         * ControlInset.h: new file. class ControlInset has been expanded to take
411         two template parameters, Inset and Params. Believe that all inset
412         controllers can be derived from this with the minimum of effort.
413
414         * ControlBibitem.[Ch]:
415         * ControlBibtex.[Ch]:
416         * ControlCitation.[Ch]:
417         * ControlCommand.[Ch]: moved most code into ControlInset.
418
419         * lots of files. Moved protected stuff into private where possible.
420
421         * ControlError.[Ch]:
422         * ControlInclude.[Ch]:
423         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
424         Include and Url popups, respectively.
425
426         * GUI.h:
427         * Makefile.am: associated changes.
428
429 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
430
431         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
432         vector<string>.
433
434 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
435
436         * ControlCredits.C (getCredits): remove std:: qualifier for
437         getline(). 
438
439 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
440
441         * ControlCredits.C (getCredits): add std:: on vector
442
443 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
444
445         * ControlCredits.C: remove using that is only used once, use
446         std::ios instead of std::iosbase, add some annoying comments.
447
448 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
449
450         * lots of header files: improved explanatory notes.
451
452         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
453         ControlBase is now a class that only controls the interaction of the
454         View with the ButtonController.
455
456         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
457         to ControlConnectBase. The class controls the connection/disconnection
458         of signals from the LyX kernel and makes available the kernel (through
459         lv_) to daughter controller classes.
460         Moved out class ControlConnectInset to a new file ControlDialogs.h.
461
462         * ControlDialogs.h: new file. Contains the definition of two template
463         controller classes, ControlDialog and ControlInset (was
464         ControlConnectInset). ControlInset is a parent class for controllers
465         of inset-popups. ControlDialogs is the rather uninspired name for
466         the base class of all non-inset popups. (Eg, Document and Paragraph.)
467         ControlDialogs is reaching a state of maturity as several popups now use
468         it and its functionality becomes clear. ControlInset is still in a state
469         of flux. It is likely that functionality will be moved out of
470         ControlCommands and into it.
471
472         * GUI.h: new file. Moved all the template GUIXXX classes out of the
473         individual Controller header files and into one place. These classes
474         serve only as convenient wrappers to simplify code in the respective
475         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
476
477         * ControlCharacter.[Ch] (show, update, hide):
478         * ControlLog.[Ch] (show, update, hide):
479         * ControlVCLog.[Ch] (show, update, hide): moved back into
480         the ControlDialogs base class.
481         (setParams, clearParams): new methods containing controller-specific
482         code to set/reset the parameters manipulated by the view.
483
484         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
485         empty.
486         (hide): calls clearParams.
487
488         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
489         by ControlCommand::hide().
490
491         * ControlCopyright.[Ch]:
492         * ControlCredits.[Ch]: new files; controllers for the copyright and
493         credits popups, respectively.
494
495 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
496
497         * ControlCharacter.C: fix typo
498
499 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
500
501         * ControlCharacter.[Ch]: new files; controller for the character popup.
502
503         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
504         moved to new files helper_funcs.[Ch].
505
506         * helper_funcs.[Ch]: new files. Some useful helper functions and
507         functors.
508
509         * Makefile.am: added new files.
510
511 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
512
513         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
514
515 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
516
517         * ControlLog.[Ch]:
518         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
519         Control log files, respectively.
520
521         * Makefile.am: added new files.
522
523 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
524
525         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
526
527         * Makefile.am: added ControlBibtex.[Ch].
528
529 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
530
531         * ControlBibitem.C:
532         * ControlCitation.C: added "using SigC::slot" declaration.
533
534         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
535         to FormCitation.C prior to the merger: "Do not put space between
536         multiple keys".
537
538 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
539
540         * several files: remove CXX_WORKING_NAMESPACES
541
542         * ButtonController.h: noncopyable is in namespace boost
543         * ButtonPolicies.h: ditto
544
545 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
546
547         * Merging changes from BRANCH_MVC back into HEAD.
548
549 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
550
551         * Makefile.am: add ControlBibitem.[Ch].
552
553         * ControlBibitem.[Ch]: new files that together define the Controller
554         for a Bibitem popup.
555
556         * ControlCommand.h (c-tor): give  kb_action a default value of
557         LFUN_NOACTION.
558         
559         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
560         
561         * ControlCitation.[Ch]: moved search functions out of class.
562         (bibkeysInfo): new method. Returns const reference to private data.
563         (searchKeys): added case-sensitive switch. Used only by simpleSearch
564         for now.
565
566 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
567
568         * ControlCitation.[Ch]: added Search functions to the class,
569         (shamelessly lifted from Marco's gnome code). I think that these would
570         be better as helper functions outside the class, but this is a first
571         stab at it.
572
573 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
574
575         * ControlCitation.[Ch]: (getBibkeyList): removed from class
576         ControlCitation.
577         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
578         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
579         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
580         implementation of FormCitation.
581
582 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
583
584         * ButtonPolicies.h: add SMI_NOOP to enum.
585
586         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
587
588         * ButtonController.C (input): add "optimising" if-statement. Actually,
589         things don't work correctly without it...
590
591 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
592
593         * ViewBase.h: remove #pragma directive
594
595         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
596         to make g++ happy.
597
598 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
599
600         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
601
602         * Makefile.am: added ButtonPolicies.[Ch]
603
604         * ButtonController.[Ch]: ButtonController is split into
605         ButtonControllerBase and a template ButtonController class. The base
606         class no longer stores a pointer to a ButtonPolicy, but instead
607         accesses the actual instantiation of the policy through a pure virtual
608         method bp(). This method and the ButtonPolicy itself are instantiated
609         in the templatised ButtonController class. This class is derived from
610         the GUI-specific GUIBC class, meaning that the frontends know
611         nothing about the actual policy decided upon by the controllers.
612
613         * ControlBase.[Ch]: No longer store the View or the ButtonController.
614         Instead the actual instantiations are accessed through pure virtual
615         methods view() and bc(). The daughter classes are responsible for the
616         actual View and ButtonController.
617
618         * ControlCitation.h: the templatised class GUICitation instantiates
619         the methods view() and bc(). It also stores the instances of the
620         View and ButtonController.
621         
622 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
623
624         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
625         also changed to ButtonController.
626
627         * ControlBase.[Ch]:
628         * ControlConnections.[Ch]:
629         * ControlCommand.[Ch]:
630         * ControlCitation.[Ch]:
631         * ViewBase.h: Changes associated with this.
632
633 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
634
635         * ButtonControllerBase.[Ch]: new files. Split Allan's original
636         xforms/ButtonController class into a GUI-I class (here) and an
637         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
638
639         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
640         from which all Dialog Controllers should be derived. the Controllers
641         are GUI-independent, but are designed to control the behaviour of
642         GUI-specific implementaions of each dialog.
643
644         * ControlConnections.[Ch]: new files. Classes controlling the
645         connections of buffer-independent, buffer-dependent and Inset dialogs
646         with the LyX kernel.
647
648         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
649         InsetCommand subset of insets.
650
651         * ControlCitation.[Ch]: new files. The test specialisation! A
652         controller for the Citation dialog.
653
654         * ViewBase.h: new file. ViewBase is an abstract base class from which
655         GUI-specific dialogs should be derived. The functionality that the GUIs
656         must now implement is much reduced.