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