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