]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ChangeLog
Add missing headers. With thanks to Martin...
[lyx.git] / src / frontends / controllers / ChangeLog
1 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * biblio.C:
4         * frnt_lang.C: re-add missing system headers, needed for 2.95.2.
5
6 2003-09-05  Angus Leeming  <leeming@lyx.org>
7
8         * GUI.h: ensure that the header file can be compiled stand-alone.
9         * *.C: strip out redundant #includes. (49 in total.)
10
11 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
12
13         * most files: change to use const buffer refs.
14
15 2003-08-16  Martin Vermeer  <martin.vermeer@hut.fi>
16
17         * ControlBranch.[Ch]:
18         * ControlDocument.C:
19         * Makefile.am: implements the 'branch
20         inset' idea. This allows the output of various versions of a
21         document from a single source version, selectively outputing or
22         suppressing output of parts of the text.
23         This implementation contains a 'branch list editor' in a separate
24         tab of the document settings dialog. Branches are user definable
25         and have a "display colour" to distinguish them on-screen.
26
27         ColorHandler was somewhat cleaned up.
28         (1) make possible a dynamically growing LColor list by allowing
29         the graphic context cache to grow along (vector);
30         (2) eliminate an IMHO unnecessary step in colour allocation.
31
32 2003-08-15  André Pönitz  <poenitz@gmx.net>
33
34         * ControlErrorList.C:
35         * ControlSpellchecker.C: remove toggleSelection
36
37 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
38
39         * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX"
40         for consistency
41         * ControlTabular.h:
42         * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE;
43         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
44         rename VCENTER to MIDDLE
45
46 2003-08-04  André Pönitz  <poenitz@gmx.net>
47
48         * ControlErrorList.C:
49         * ControlSpellchecker.C: simpler BufferView::update() calls
50
51 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
52
53         * ControlNote.[Ch]: add i18n support.
54
55 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
56
57         * ControlToc.C (goTo): adjust for lyx::toc
58         (getTypes): ditto
59         (getContents): ditto
60
61         * ControlThesaurus.C (replace): adjust for lyx::find
62
63         * ControlSearch.C (find): adjust for lyx::find
64         (replace): ditto
65
66         * ControlChanges.C (find): adjust for lyx::find
67         (accept): ditto
68         (reject): ditto
69
70 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
71
72         * ControlTabular.C (useMetricUnits): adapt PAPER_* enums
73
74 2003-07-23  Angus Leeming  <leeming@lyx.org>
75
76         * ControlExternal.C: pass a Buffer const & rather than a Buffer const *
77         to the mailer's string2params, params2string functions.
78
79         * ControlGraphics.C pass a Buffer const & rather than a string const &
80         buffer_path to the mailer's string2params, params2string functions.
81
82 2003-07-23  Angus Leeming  <leeming@lyx.org>
83
84         * Kernel.[Ch] (bufferFilepath): new wrapper for Buffer::filePath.
85
86         * ControlBibtex.C:
87         * ControlExternal.C:
88         * ControlGraphics.C: use it.
89
90 2003-07-21  Angus Leeming  <leeming@lyx.org>
91
92         * ControlGraphics.C (initialiseParams, dispatchParams): no need
93         to modify the filename for reasons of 'good UI' anymore.
94
95 2003-07-21  Angus Leeming  <leeming@lyx.org>
96
97         * ControlGraphics.C (initialiseParams, dispatchParams): pass a
98         buffer_path parameter to InsetGraphicsMailer's string2params,
99         params2string.
100
101 2003-07-21  Angus Leeming  <leeming@lyx.org>
102
103         * ControlGraphics.C (readBB): use namespace lyx::graphics rather
104         than grfx shortcut.
105
106 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
107
108         * ControlGraphics.C (dispatchParams): avoid some variable/function
109         shadowing.
110
111         * ControlDialog.tmpl (show): follow C++ rules more closely
112         (update): ditto
113         (hide): ditto
114
115 2003-07-17  Angus Leeming  <leeming@lyx.org>
116
117         * ControlChanges.h:
118         * ControlErrorList.h:
119         * ControlLog.h:
120         * ControlMath.h:
121         * ControlShowFile.h:
122         * ControlTexinfo.h:
123         * ControlVCLog.h:
124         * Dialog.h: fix some doxygen warnings.
125
126         * Dialog.C: shuffle a couple of functions around.
127
128 2003-07-16  Angus Leeming  <leeming@lyx.org>
129
130         * ControlMath.C (find_xpm): rewrite to make Lars happy by using find_if.
131
132 2003-07-16  Angus Leeming  <leeming@lyx.org>
133
134         Dialog.[Ch]: move a few methods out of line.
135
136         Dialog.h:
137         Kernel.h: improve doxygen documentation.
138
139 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
140
141         * introduce namespace lyx::support
142
143 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
144
145         * Kernel.h: fix some \class issues
146
147         * Kernel.C: fix \file
148
149         * Dialog.h: fix some \class issues
150
151         * ControlErrorList.h: correct const type order, remove some
152         ControlErrorList:: from declarations.
153
154         * BCView.h: fix usage of \class to \c
155         * ControlAboutlyx.h: ditto
156         * ButtonController.h: ditto + remove misplaced end doxy group tag
157
158 2003-06-24  Alfredo Braunstein  <abraunst@libero.it>
159
160         * ControlDocument.C (classApply): removed the call to resetErrorList,
161         replaced setErrorList by parseErrors
162
163 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
164
165         * ControlError.[Ch]: removed
166         * Makefile.am: adjust
167
168 2003-06-20  Angus Leeming  <leeming@lyx.org>
169
170         * tex_helpers.[Ch] (getTexFileList): changed to
171         void getTexFileList(string const & file, vector<string> & contents);
172
173         * ControlBibtex.[Ch] (getBibFiles, getBibStyles): now passed a
174         vector<string> to fill rather than returning a string.
175
176         * ControlTexinfo.[Ch] (rescanStyles, runTexhash): removed. No need
177         for an extra layer of indirection.
178         (getContents): moved out of class to getTexFileList.
179
180 2003-06-19  Angus Leeming  <leeming@lyx.org>
181
182         * ControlTexinfo.[Ch]: rewritten to use the Dialog-based scheme.
183
184 2003-06-17  Angus Leeming  <leeming@lyx.org>
185
186         * ControlMath.[Ch]:
187         * ControlMath2.[Ch]: rename ControlMath2 as ControlMath.
188         Move into ControlMath.[Ch]. Remove ControlMath2.[Ch].
189
190         * Makefile.am: remove ControlMath2.[Ch].
191
192 2003-06-17  Angus Leeming  <leeming@lyx.org>
193
194         * ControlMath.[Ch] (showDialog):
195         * ControlMath2.[Ch] (showDialog, dispatchFunc): new member functions.
196
197         * ControlMath2.C: wrap all other calls to the kernel diapatcher into
198         dispatchFunc.
199
200 2003-06-12  Angus Leeming  <leeming@lyx.org>
201
202         * ControlMath2.[Ch]: new files. A work in progress towards a clean
203         implementation of the math panel.
204
205         * Makefile.am: add files.
206
207 2003-06-11  Angus Leeming  <leeming@lyx.org>
208
209         * ControlExternal.[Ch]: changes due to InsetExternal::Params no longer
210         storing the ExternalTemplate but its name.
211
212 2003-06-10  Angus Leeming  <leeming@lyx.org>
213
214         * ControlExternal.C (editExternal): invokes new LFUN_EXTERNAL_EDIT
215         rather than generate a new inset itself.
216
217 2003-06-06  John Levon  <levon@movementarian.org>
218
219         * ControlDocument.C: make sure a language change
220         always gets propogated
221
222 2003-06-03  Angus Leeming  <leeming@lyx.org>
223
224         * ControlExternal.[Ch]: remove viewExternal and updateExternal.
225         Change the internal store from an InsetExternal to its Param struct.
226
227 2003-06-03  John Levon  <levon@movementarian.org>
228
229         * ControlGraphics.C: make file path relative for the GUI,
230         absolute for the backend
231
232 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
233
234         * ControlDocument.C (saveAsDefault): adjust
235
236 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
237
238         * ViewBase.h:
239         * Dialog.h (setTitle): added
240
241 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
242
243         * ControlErrorList.[Ch]: small bugs fixed, use ErrorList
244
245 2003-05-13  André Pönitz  <poenitz@gmx.net>
246
247         * ControlForks.[Ch]: use vector<pid_t> instead of strings
248
249 2003-05-14  Rob Lahaye <lahaye@users.sourceforge.net>
250
251         * ControlErrorList.C (clearParams): replace string::clear by
252         string::erase
253
254 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
255
256         * ControlErrorList.C (goTo): use lyxerr not cout.
257
258 2003-05-13  Alfredo Braunstein: <abraunst@libero.it>
259
260         * ControlErrorList.[Ch]: added
261         * Makefile.am: the above adittion
262
263 2003-05-13 André Pönitz <poenitz@gmx.net>
264
265         * ControlDocument.C:
266         * ControlPrint.C:
267         * ControlSpellchecker.C:
268         * biblio.C: boost::format -> bformat  all over the place
269
270         * ControlForks.C:
271         * ControlGraphics.C:
272         * ControlPrint.C:
273         * ControlSearch.C:
274         * ControlSpellchecker.C:
275         * ControlTabularCreate.C: use tostr from new header
276
277
278 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
279
280         * Makefile.am: better lib building
281
282 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
283
284         * ControlDocument.C (saveAsDefault): parlist cleanup
285
286 2003-05-06  John Levon  <levon@movementarian.org>
287
288         * ControlDocument.C: fix buggy boost format
289
290 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
291
292         * ControlDocument.C (classApply): adjust call to
293         SwitchLayoutsBetweenClasses.
294
295 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
296
297         * ControlDocument.C (setLanguage): call updateDocLang when not
298         calling changeLanguage.
299
300 2003-04-10  John Levon  <levon@movementarian.org>
301
302         * ControlTabular.h:
303         * ControlTabular.C: add longTabular() etc.
304
305 2003-04-10  John Levon  <levon@movementarian.org>
306
307         * ControlMath.C (find_xpm): handle math_delim arguments
308
309 2003-04-02  Angus Leeming  <leeming@lyx.org>
310
311         * ControlCommandBuffer.[Ch] (c-tor): passed a LyXView & rather than
312         a LyXFunc &. Ensuing changes elsewhere.
313         (getCurrentState): new method, returning bufferview_func's
314         currentState (needs the currently active BufferView).
315
316 2003-03-31  John Levon  <levon@movementarian.org>
317
318         * ControlPrint.C:
319         * ControlDocument.C: more Alert cleanups
320
321 2003-03-29  John Levon  <levon@movementarian.org>
322
323         * ControlSpellchecker.C: Alert cleanup
324
325 2003-03-29  John Levon  <levon@movementarian.org>
326
327         * helper_funcs.C: Alert cleanup
328
329 2003-03-29  John Levon  <levon@movementarian.org>
330
331         * ControlDocument.C: comment out seemingly silly question
332
333 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
334
335         * ControlDialog.tmpl (show): qualify emergency_exit_ with this->
336         (update): ditto
337         (hide): ditto
338
339 2003-03-26  Angus Leeming  <leeming@lyx.org>
340
341         * ControlThesaurus.[Ch]: rewrite to use the Dialog-based scheme.
342
343 2003-03-25  John Levon  <levon@movementarian.org>
344
345         * ControlSpellchecker.C: support for new aspell
346
347 2003-03-25  Angus Leeming  <leeming@lyx.org>
348
349         * ControlLog.[Ch]:
350         * ControlShowFile.[Ch]:
351         * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
352
353 2003-03-24  John Levon  <levon@movementarian.org>
354
355         * ControlMath.C: include Pr function
356
357 2003-03-23  John Levon  <levon@movementarian.org>
358
359         * ControlSpellchecker.C: make "words checked" translatable,
360         from Michael Schmitt
361
362 2003-03-18  John Levon  <levon@movementarian.org>
363
364         * ControlParagraph.C: make reading of params succeed
365
366 2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
367
368         * ControlChanges.[Ch]: ControlChanges::find() returns the bool
369         from lyxfind::findNextChange(), instead of void.
370
371 2003-03-13  Angus Leeming  <leeming@lyx.org>
372
373         * Dialog.h (initialiseParams): return a bool to indicate successful
374         translation of the string.
375
376         * Dialog.h:
377         * Kernel.h
378         * ControlAbout.h: a serious attempt at documenting the code.
379
380         * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
381         (invalid): ditto.
382
383         * ButtonController.[Ch]:
384         * BCView.[Ch], BCView.tmpl: make many methods const.
385
386 2003-03-13  Angus Leeming  <leeming@lyx.org>
387
388         * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
389         the new dispatch lfuns.
390
391 2003-03-12  Angus Leeming  <leeming@lyx.org>
392
393         * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
394         the new dispatch lfuns.
395
396 2003-03-09  Angus Leeming  <leeming@lyx.org>
397
398         Flatten the ButtonController tree by splitting it into a Controller
399         and a View.
400
401         * BCView.[Ch], BCView.tmpl: new files containing the View part of the
402         ButtonController.
403
404         * ButtonController.[Ch]: just the controller, which needs know only
405         two methods of the View, refresh and refreshReadOnly.
406
407         * lots of files: associated changes.
408
409 2003-03-09  Angus Leeming  <leeming@lyx.org>
410
411         * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
412
413 2003-03-09  Angus Leeming  <leeming@lyx.org>
414
415         * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
416
417 2003-03-09  Angus Leeming  <leeming@lyx.org>
418
419         * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
420
421 2003-03-09  Angus Leeming  <leeming@lyx.org>
422
423         * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
424
425 2003-03-09  Angus Leeming  <leeming@lyx.org>
426
427         * ControlTabular.[Ch]: minimise the interface in preparation for
428         a move to the Dialog-based scheme.
429         (inset): removed; the views require only getActiveCell().
430         (tabular): return as a reference.
431
432 2003-03-07  Angus Leeming  <leeming@lyx.org>
433
434         * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
435
436         * ControlInset.{h, tmpl}: remove.
437         * Makefile.am: remove files.
438
439 2003-03-07  Angus Leeming  <leeming@lyx.org>
440
441         * ControlBibitem.[Ch]:
442         * ControlIndex.[Ch]:
443         * ControlLabel.[Ch]:
444         * ControlUrl.[Ch]: removed.
445
446         * Makefile.am: remove files.
447
448         * ControlERT.C (dispatchParams):
449         * ControlExternal.C (dispatchParams):
450         * ControlFloat.C (dispatchParams):
451         * ControlInclude.C (dispatchParams):
452         * ControlWrap.C (dispatchParams): no need to pass name to Mailer
453         anymore.
454
455         * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
456
457 2003-03-05  Angus Leeming  <leeming@lyx.org>
458
459         * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
460
461         * ControlFloat.[Ch]: move insetfloat.h into the .C file.
462
463         * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
464         * ControlInclude.C: remove unneeded header files.
465
466         * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
467
468         * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
469
470         * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
471
472         * Dialog.h: make view() public. Add dialog() methods.
473
474 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
475
476         * ControlGraphics.C: removed #include "converter.h"
477         * ControlPrefs.C:
478         * ControlSendto.C: added #include "format.h"
479
480 2003-02-27  Angus Leeming  <leeming@lyx.org>
481
482         * ControlLabel.[Ch]: new files. A controller for the Label dialog.
483
484         * Makefile.am: add the new files.
485
486 2003-02-27  Angus Leeming  <leeming@lyx.org>
487
488         * ControlBibitem.C (c-tor):
489         * ControlBibtex.C (c-tor):
490         * ControlCitation.C (c-tor):
491         * ControlIndex.C (c-tor):
492         * ControlRef.C (c-tor):
493         * ControlToc.C (c-tor):
494         * ControlUrl.C (c-tor):
495         pass "name" to ControlCommand c-tor,
496         not an LFUN.
497
498         * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
499         specific LFUN.
500
501         * ControlERT.C (dispatchParams): use "name" rather than a
502         specific LFUN.
503
504 2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
505
506         * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
507
508 2003-02-21  Angus Leeming  <leeming@lyx.org>
509
510         * Dialog.[Ch]:
511         * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
512
513         * ControlBibitem.[Ch]:
514         * ControlBibtex.[Ch]:
515         * ControlCitation.[Ch]:
516         * ControlCommand.[Ch]:
517         * ControlError.[Ch]:
518         * ControlIndex.[Ch]:
519         * ControlRef.[Ch]:
520         * ControlToc.[Ch]:
521         * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
522         individual controllers too.
523         Move 'apply' code into the LyX kernel.
524
525         * ControlConnections.C: temporary renaming of Dialogs::signals.
526
527         * Makefile.am: add new files.
528
529 2003-02-21  Angus Leeming  <leeming@lyx.org>
530
531         * ControlBibtex.C (Browse):
532         * ControlExternal.C (Browse):
533         * ControlGraphics.C (Browse):
534         * ControlInclude.C (Browse):
535         * ControlPrefs.C (browsebind, browseUI, browsekbmap, browsedict,
536         browse, browsedir):
537         * ControlPrint.C (Browse):
538         don't pass a LyXView & to browseFile et al.
539         * helper_funcs.[Ch] (browseFile, browseRelFile, browseDir):
540         don't pass a LyXView & to fileDlg.
541
542 2003-02-17  John Levon  <levon@movementarian.org>
543
544         * ControlDialog.tmpl: build dialog before calling setParams
545           for the benefit of ControlSpellchecker
546
547         * ControlSpellchecker.h:
548         * ControlSpellchecker.C: rework. Lots of bugs fixed and
549           cleanups.
550
551 2003-02-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
552
553         * ControlBibtex.[Ch]: new function getBibFiles() (provides list
554         of available *.bib-files from bibFiles.lst).
555
556         * tex_helpers.C (getTexFileList): sort and dis-duplicate
557         listWithoutPath correctly.
558
559 2003-02-08  John Levon  <levon@movementarian.org>
560
561         * ControlPrefs.h:
562         * ControlPrefs.C: call setCurrentAuthor explicitly on apply()
563
564 2003-02-08  John Levon  <levon@movementarian.org>
565
566         * Makefile.am:
567         * ControlChanges.h:
568         * ControlChanges.C: add merge changes dialog
569
570         * ControlPrefs.h:
571         * ControlPrefs.C: add setCurrentAuthor()
572
573 2003-01-31  Angus Leeming  <leeming@lyx.org>
574
575         * ViewBase.h: add an isVisible() pure virtual method.
576
577         * ControlTabular.C (updateInset): don't build the dialog here.
578         Instead, do nothing if the dialog is invisible.
579
580 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
581
582         * ControlSpellchecker.[Ch]: Remove XForms RTL hacks.
583
584 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
585
586         * helper_funcs.[Ch]: implement browseDir (browse directory) [bug 824]
587
588         * ControlPrefs.[Ch]: implement browsedir for the use of use browseDir.
589
590 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
591
592         * ControlDocument.C: use BoostFormat.h instead of boost/format.hpp
593
594 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
595
596         * several files: ws changes
597
598 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
599
600         * ControlDocument.C (classApply): use boost.format
601
602 2002-11-29  Angus Leeming  <leeming@lyx.org>
603
604         * ControlButtons.h (isClosing): make it public, so that the view can
605         see it too.
606         (OKButton): no longer virtual. ControlPrefs should use isClosing() from
607         within apply.
608
609         * ControlPrefs.[Ch] (OKButton): removed.
610
611         * ControlPrefs.C (apply): dispatch a LFUN_SAVEPREFERENCES if the
612         dialog isClosing(). (Ie, if the "save" button has been pressed.)
613
614 2002-11-28  John Levon  <levon@movementarian.org>
615
616         * ControlSpellchecker.C: fix Lars' broken cleanup
617
618 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
619
620         * ControlTabular.[Ch]: Add isMulticolumnCell
621
622 2002-11-27  Angus Leeming  <leeming@lyx.org>
623
624         * ControlMath.C (ControlMath): initialise active_.
625
626 2002-11-25  Angus Leeming  <leeming@lyx.org>
627
628         * ControlDialog.h (hide, update): move from protected to public.
629
630         * ControlMath.[Ch]: add controllers for the main math panel dialog and
631         for any daughter dialogs stored by the main panel.
632
633 2002-11-21  Angus Leeming  <leeming@lyx.org>
634
635         * ControlDocument.[Ch] (classApply): no longer returns bool.
636         (loadTextclass): new method. Wrapper for textclasslist[tc].load().
637
638 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
639
640         * biblio.C (getAbbreviatedAuthor): use boost::format
641
642         * ControlSpellchecker.C (clearParams): use boost::format
643
644 2002-11-20  John Levon  <levon@movementarian.org>
645
646         * ControlMath.C: couple more manglings
647
648 2002-11-20  John Levon  <levon@movementarian.org>
649
650         * ControlMath.h:
651         * ControlMath.C: add find_xpm mangler
652
653 2002-11-17  John Levon  <levon@movementarian.org>
654
655         * helper_funcs.C and users: specify save/open in file dialog
656
657 2002-11-15  John Levon  <levon@movementarian.org>
658
659         * ControlPrefs.h:
660         * ControlPrefs.C: use setParams()
661
662 2002-11-15  John Levon  <levon@movementarian.org>
663
664         * ControlButtons.h: make OKButton() virtual for prefs
665
666         * ControlPrefs.h:
667         * ControlPrefs.C: updates for xforms port to MVC
668
669         * Makefile.am:
670         * ControlTabular.h:
671         * ControlTabular.C: add simple MVC port
672
673 2002-11-14  Juergen Spitzmueller <j.spitzmueller@gmx.de>
674
675         * ControlInclude.C: fix file format masks for qt's use
676
677 2002-11-13  John Levon  <levon@movementarian.org>
678
679         * Makefile.am:
680         * ControlPrefs.h:
681         * ControlPrefs.C: add skeleton controller
682
683 2002-11-12  John Levon  <levon@movementarian.org>
684
685         * biblio.C: fix warnings
686
687 2002-11-12  Angus Leeming  <leeming@lyx.org>
688
689         * ControlSpellchecker.C (check): fix crash
690         * biblio.C (escape_special_chars): simplify BRE.
691
692 2002-11-07  Edwin Leuven  <leuven@fee.uva.nl>
693
694         * ControlDocument.[Ch]: Remove unused method
695
696 2002-11-07  Angus Leeming  <leeming@lyx.org>
697
698         * ChangeLog, biblio.C: * Add RegEx to the compiled boost files.
699         * clean-up the search code in biblio.C.
700
701 2002-11-07  John Levon  <levon@movementarian.org>
702
703         * ControlGraphics.C: QGraphics fixes
704
705 2002-11-07  Juergen Spitzmueller <j.spitzmueller@gmx.de>
706
707         * ControlDocument.C: (SaveAsDefault) make it work.
708         fix buffer update on class change
709
710 2002-11-06  Angus Leeming  <leeming@lyx.org>
711
712         * biblio.C (searchKeys and helper functions): rewritten entirely
713         using the STL. Boost::regex searching now works as the old 1.2 code
714         did.
715
716 2002-11-06  Angus Leeming  <leeming@lyx.org>
717
718         * biblio.C: clean-up of the code. No change in functionality.
719
720 2002-11-04  Angus Leeming  <leeming@lyx.org>
721
722         * ControlGraphics.[Ch] (getUnits): moved out of class and into
723         frnt::getBBUnits(). Code cleaned also.
724
725 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
726
727         * biblio.C (regexSearch): STRCONV
728         (getInfo): ditto
729
730         * ControlAboutlyx.C (getVersion): STRCONV
731
732         * ControlMath.C: include config.h
733
734 2002-10-31  John Levon  <levon@movementarian.org>
735
736         * ControlGraphics.h:
737         * ControlGraphics.C: bb units from Herbert
738
739 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
740
741         * ControlParagraph.[Ch] (alignDefault): new method, returning the
742         default alignment (block, left, right, center) of this paragraph.
743
744 2002-10-25  John Levon  <levon@movementarian.org>
745
746         * ControlPrint.C: using endl
747
748 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
749
750         * ControlPrint.[Ch]: move code here from Liason.[Ch].
751
752         * ControlSpellchecker.h (getCount): new method.
753         * ControlSpellchecker.[Ch]: constify some accessor methods.
754
755 2002-10-22  Angus Leeming  <leeming@lyx.org>
756
757         * Makefile.am (libcontrollers_la_SOURCES): arrange list into
758         alphabetical order once again.
759
760         * ButtonControllerBase.[Ch]: define an abstract base class CheckedWidget
761         Add a list of CheckedWidget ptrs to ButtonControllerBase
762         together with methods addCheckedWidget and checkWidgets to use it.
763
764         * ButtonController.tmpl (refresh): use the return value of
765         checkWidgets to control the activation state of the Ok, Apply, Restore
766         buttons.
767
768         * ControlDialog.tmpl (show, update):
769         * ControlInset.tmpl (showInset, update):
770         invoke ButtonController::refresh to ensure that the activation state of
771         the Ok, Apply buttons reflects the valid-state of the widgets.
772
773 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
774
775         * tex_helpers.C (rescanTexStyles): don't pop p
776         (texhash): ditto
777
778         * ControlWrap.C (WrapParms): remove initialization of placement,
779         and move empty c-tor to .h class def.
780
781         * ControlVCLog.C (getVCLogFile): operator on std::ostream instead
782         of on stringsteam, return void. Get the file into the stream as
783         fast as possible.
784
785         * ControlPreamble.[Ch] (params): getter and setter for params_, make
786         params_ into a string, not just a pointer to string.
787
788         * ControlExternal.C (getTemplateNumber): put i into the for scope,
789         and use the sequence operator on the last for "parameter"
790         (getTemplate): use std::advance to advance the iterator.
791
792         * ControlAboutlyx.C (getCredits): Operate on s std::ostream
793         instead of on a stringstream, return void. Get the file into the
794         stream as fast as possible.
795         (getVersion): use ostringstream
796
797         * lots of files: ws changes, formatting fixes
798
799 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
800
801         * ControlCharacter.C (apply): setMinibuffer change
802         * ControlDocument.C (apply): ditto
803         (classApply): ditto
804         * ControlThesaurus.C (replace): ditto
805         * ControlSearch.C (find): ditto
806         (replace): ditto
807         * ControlPreamble.C (apply): ditto
808         * ControlParagraph.C (apply): ditto
809
810 2002-10-14  André Pönitz <poenitz@gmx.net>
811
812         * ControlDocument.C: somebody else's fix for a hard lockup
813
814 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
815
816         * ControlDocument.h:
817         * ControlDocument.C:
818         * Makefile.am: New document parameters controller
819
820 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
821
822         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
823
824 2002-09-24  Angus Leeming  <leeming@lyx.org>
825
826         * ControlConnections.h: remove trailing whitespace.
827
828         * biblio.h: #include "LString.h".
829
830 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
831
832         * ControlGraphics.C: Change GUI origin strings into proper English.
833
834 2002-09-09  John Levon  <levon@movementarian.org>
835
836         * ControlInclude.C: fix file masks. Get rid of noload,
837         remove stupid warning
838
839 2002-09-09  John Levon  <levon@movementarian.org>
840
841         * ControlMath.h:
842         * ControlMath.C: add latex_deco
843
844 2002-09-06  John Levon  <levon@movementarian.org>
845
846         * ControlMath.C: terminate dots
847
848 2002-09-05  Angus Leeming  <leeming@lyx.org>
849
850         * all files: modify the headers as discussed on the list.
851
852 2002-08-30  John Levon  <levon@movementarian.org>
853
854         * ControlMath.h:
855         * ControlMath.C: moved from MathsSymbols.C
856
857 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
858
859         * ControlFloat.C (applyParamsToInset): wide() now has two arguments
860
861 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
862
863         * ControlGraphics.C: make rotationOrigin's default ("leftBaseline") the
864         first item in the list
865
866 2002-08-15  Angus Leeming  <leeming@lyx.org>
867
868         * ControlConnections.C: Dialogs::redrawGUI is now a method not a signal.
869
870         * ControlParagraph.C: no longer bind to Dailogs::updateParagraph.
871
872 2002-08-15  Angus Leeming  <leeming@lyx.org>
873
874         * lots: changed my email address to leeming@lyx.org.
875
876         * GUI.h: return it to private derivation from boost::noncopyable.
877
878 2002-08-14  Angus Leeming  <leeming@lyx.org>
879
880         * GUI.h: public derivation from boost::noncopyable.
881
882 2002-08-14  Angus Leeming  <leeming@lyx.org>
883
884         * GUI.h: class GUI deries from boost::noncopyable
885
886         * ControlButtons.h: no longer derives from DialogBase, but instead
887         derives directly from boost::noncopyable.
888
889         * ViewBase.h: derives from boost::noncopyable.
890
891         * ControlCharacter.C:
892         * ControlCommand.C:
893         * ControlConnections.C:
894         * ControlGraphics.C:
895         * ControlInclude.C:
896         * ControlParagraph.C:
897         * ControlPreamble.C:
898         * ControlPrint.C:
899         * ControlSearch.C:
900         * ControlSpellchecker.C:
901         * ControlTexinfo.C:
902         * ControlThesaurus.C:
903         rearrange #includes. Remove unnecessary ones.
904
905         * ControlError.h: add "insets/inseterror.h".
906
907         * helper_funcs.h: add necessary #includes.
908
909         * tex_helpers.[Ch]: add #pragma directives for g++.
910
911         * Makefile.am: remove src/frontends from -I list to compiler.
912
913 2002-08-13  Angus Leeming  <leeming@lyx.org>
914
915         * ControlConnections.C:
916         * ControlTexinfo.C:
917         changes due to the changed LyXView interface that now returns references
918         to member variables not pointers.
919
920 2002-08-12  Angus Leeming  <leeming@lyx.org>
921
922         * ControlConnections.[Ch]: (isReadonly): renamed as bufferIsReadonly.
923         (bufferIsAvailable, bufferview, buffer, lyxfunc): new methods. Wrappers
924         for the most commonly accessed core methods, to minimise code
925         dependiencies.
926
927         * many files: use these wrappers and remove associated #includes.
928
929 2002-08-12  Angus Leeming  <leeming@lyx.org>
930
931         * ControlButtons.[Ch] (bc, view): no longer virtual.
932         (setView, setButtonController): new methods, invoked by GUI.
933
934         * ControlDialog.h (show):
935         * ControlInset.h (createInset, showInset): make public, so that GUI can
936         invoke them.
937
938         * GUI.h: GUI now contains a controller, rather than deriving from it.
939         remove all those friend functions since we can now access the show,
940         createInset, showInset controller methods.
941
942         * ViewBase.h: simplifiy, enabling ControlButtons to be forward-declared.
943         (ViewBC): scrapped.
944
945         * character.h: #include a couple of STL files.
946
947 2002-08-08  John Levon  <levon@movementarian.org>
948
949         * ControlCommandBuffer.C: LyXAction cleanup
950
951 2002-08-07  John Levon  <levon@movementarian.org>
952
953         * ControlSpellchecker.C: fix crash when spellchecker doesn't
954           initialise
955
956 2002-08-06  John Levon  <levon@movementarian.org>
957
958         * ControlSpellchecker.C:
959         * ControlSpellchecker.h: use WordLangTuple
960
961 2002-08-06  John Levon  <levon@movementarian.org>
962
963         * ControlSpellchecker.C: show an alert with the
964           error message on initialisation failure
965
966 2002-08-04  John Levon  <levon@movementarian.org>
967
968         * ControlSpellchecker.h:
969         * ControlSpellchecker.C: some cleanups
970
971         * ControlTabularCreate.C: s/LFUN_INSET_TABULAR/LFUN_TABULAR_INSERT/
972  <
973 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
974
975         * ControlParagraph.[Ch] (changedParagraph): new method invoked when
976         the Dialogs::updateParagraph signal is emitted.
977
978 2002-08-02  Angus Leeming  <leeming@lyx.org>
979
980         * ControlCharacter.C (apply):
981         * ControlERT.C (applyParamsToInset):
982         * ControlParagraph.C (apply):
983         * ControlSearch.C (find, replace):
984         * ControlThesaurus.C (replace): changes due to LyXView::view() now
985         returning a boost::shared_ptr.
986
987 2002-08-01  John Levon  <levon@movementarian.org>
988
989         * ControlSendto.C: writeFile() change
990
991 2002-08-01  John Levon  <levon@movementarian.org>
992
993         * ControlSpellchecker.h:
994         * ControlSpellchecker.C: remove options
995
996 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
997
998         * several files: strip,frontStrip -> trim,ltrim,rtrim
999
1000 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1001
1002         * biblio.C (parseBibTeX): modify because of strip changes
1003
1004 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1005
1006         * ControlFloat.[Ch]: Implement Wide Float toggle
1007         Replace "allow_here_definitely" by "wide"
1008
1009 2002-07-22  Herbert Voss  <voss@lyx.org>
1010
1011         * ControlGraphics.C: small changes
1012
1013 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1014
1015         * ControlToc.C: remove getType
1016
1017 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1018
1019         * ControlCommandBuffer.C: don't add "" to history
1020
1021 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1022
1023         * ControlRef.C: fix dispatch call nicely
1024
1025 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1026
1027         * Makefile.am:
1028         * ControlCommandBuffer.h:
1029         * ControlCommandBuffer.C: add controller for command (mini) buffer
1030           handling
1031
1032 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1033
1034         * ControlRef.C: fix dispatch call
1035
1036 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1037
1038         * ControlCharacter.C: use view_state_changed not setState
1039
1040 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1041
1042         * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
1043
1044 2002-07-15  Mike Fabian  <mfabian@suse.de>
1045
1046         * biblio.C (compareNoCase): use the compare_ascii_no_case instead
1047         of compare_no_case, because in turkish, 'i' is not the lowercase
1048         version of 'I', and thus turkish locale breaks parsing of tags.
1049
1050 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1051
1052         * ControlBibtex.C (applyParamsToInset): ws change
1053
1054 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1055
1056         * ControlInclude.C: Add warning if absolute path name and
1057         check_typeset is used together
1058
1059 2002-06-28  Angus Leeming  <leeming@lyx.org>
1060
1061         * ControlGraphics.C: changes associated with the name changes
1062         grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
1063
1064 2002-06-25  Angus Leeming  <leeming@lyx.org>
1065
1066         * ControlGraphics.C (readBB): Channges associated with the changed
1067         interface to the graphics cache.
1068
1069 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1070
1071         * ControlParagraph.C: layout as layout
1072
1073 2002-06-21  Angus Leeming  <leeming@lyx.org>
1074
1075         * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
1076         * tex_helpers.h: #include "LString.h".
1077
1078 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1079
1080         * ControlBibtex.C:
1081         * ControlBibitem.C: use repaint()
1082
1083 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1084
1085         * ControlTexinfo.C: do the same for Texinfo
1086
1087         * tex_helpers.C: don't try to read a file that isn't there
1088
1089 2002-06-21  Herbert Voss  <voss@perce.de>
1090
1091         * ControlBibtex.C: do an automatic update, when no bst-list
1092         exists
1093
1094 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1095
1096         * GUI.h: createIndex() changed
1097
1098 2002-06-18  Herbert Voss  <voss@perce.de>
1099
1100         * tex_helpers.[Ch]: move functions from ControlTexinfo into this
1101         helperstuff. Now the bibtex gui can use some of these functions
1102
1103 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1104
1105         * ControlGraphics.C: just make the mask *.*
1106
1107 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1108
1109         * changes to simplify function setup, removal of a lot of includes.
1110
1111 2002-06-12  Angus Leeming  <leeming@lyx.org>
1112
1113         * ControlParagraph.[Ch]: forward declare ParagraphParameters.
1114
1115 2002-06-12  Angus Leeming  <leeming@lyx.org>
1116
1117         * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
1118
1119 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
1120
1121         * ControlParagraph.[Ch]: new paragraph controller
1122         * GUI.h: add new controller
1123         * Makefile.am: ditto
1124
1125 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1126
1127         * GUI.h: do not include ButtonController.tmpl
1128
1129         * ControlInset.h: include ControlInset.tmpl
1130
1131         * ControlCitation.C: do not include ControlInset.tmpl
1132         * ControlCommand.C: ditto
1133         * ControlERT.C: ditto
1134         * ControlError.C: ditto
1135         * ControlExternal.C: ditto
1136         * ControlFloat.C: ditto
1137         * ControlGraphics.C: ditto
1138         * ControlInclude.C: ditto
1139         * ControlMinipage.C: ditto
1140
1141         * ControlDialog.tmpl: remove the Base:: prefix
1142
1143 2002-06-07  Angus Leeming  <leeming@lyx.org>
1144
1145         Fixes needed to compile with Compaq cxx 6.5.
1146         * ControlDialog.tmpl: I have had to prefix base class methods with
1147         Base:: Wierd!
1148
1149         * ControlInset.tmpl: #include a couple of headers.
1150
1151 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1152
1153         * switch from SigC signals to boost::signals
1154
1155 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1156
1157         * biblio.h: include vector
1158
1159         * biblio.C: change include order
1160         (regexSearch): use boost regex and get rid of LRegex
1161
1162 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1163
1164         * ControlAboutlyx.C:
1165         * ControlBibitem.C:
1166         * ControlBibtex.C:
1167         * ControlCharacter.C:
1168         * ControlCitation.C:
1169         * ControlCommand.C:
1170         * ControlConnections.C:
1171         * ControlERT.C:
1172         * ControlError.C:
1173         * ControlExternal.C:
1174         * ControlFloat.C:
1175         * ControlForks.C:
1176         * ControlGraphics.C:
1177         * ControlInclude.C:
1178         * ControlIndex.C:
1179         * ControlLog.C:
1180         * ControlMinipage.C:
1181         * ControlPreamble.C:
1182         * ControlPrint.C:
1183         * ControlRef.C:
1184         * ControlSearch.C:
1185         * ControlSendto.C:
1186         * ControlShowFile.C:
1187         * ControlSpellchecker.C:
1188         * ControlTabularCreate.C:
1189         * ControlTexinfo.C:
1190         * ControlThesaurus.C:
1191         * ControlToc.C:
1192         * ControlUrl.C:
1193         * ControlVCLog.C: LyXView moved into frontends
1194
1195 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1196
1197         * ControlExternal.C: add scoped_ptr.hpp
1198
1199         * ControlCharacter.h: use more specific smart_ptr header.
1200
1201 2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
1202
1203         * frnt_lang.C (getLanguageData): change a couple of N_() to _().
1204
1205 2002-05-13  Herbert Voss  <voss@perce.de>
1206
1207         * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
1208         like "Odland, G. and ... "
1209         (parseBibTeX): fix bug with title and booktitle
1210         and replace a \n with a space when one entry has more than
1211         one line
1212
1213 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1214
1215         * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
1216         "No change" and "Reset".
1217
1218         * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
1219         them at the front of the list.
1220
1221 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1222
1223         * ControlGraphics.C: add some comments to the char * arrays.
1224         Make rorigin_size const.
1225
1226 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1227
1228         * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
1229         Enables the gui's to internationalise these strings.
1230
1231 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
1232
1233         * frnt_lang.C: fix build
1234
1235 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
1236
1237         * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
1238         If the the caller is the character dialog, add "No change" and "Reset"
1239         to the vector, else don't.
1240         Internationalise the GUI strings here rather than in the different
1241         calling dialogs.
1242         Sort the translated strings, albeit simply.
1243
1244 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
1245
1246         * character.[Ch]: rename namespace character as namespace frnt.
1247
1248         * frnt_lang.[Ch]: new file. Move getLanguageData from character.[Ch]
1249         as several dialogs will use this info. The function now returns a
1250         vector<LanguagePair> where LanguagePair is a display string and an
1251         identifying string. The display string is internationalised.
1252
1253         * ControlCharacter.C (getLanguage, setLanguage): Do not internationalise
1254         the identifying strings, "No change" and "Reset".
1255
1256         * Makefile.am: add frnt_lang.[Ch].
1257
1258 2002-04-25  Herbert Voss  <voss@lyx.org>
1259
1260         * ControlSendto.C (allFormats): don't add the graphics extensions to the
1261         export menu
1262
1263 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1264
1265         * biblio.C (getAbbreviatedAuthor, getYear): Deal with sub-standard
1266         BibTeX databases in a WYSIWYM way.
1267
1268 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1269
1270         * biblio.C (getAbbreviatedAuthor, getYear): Cæsar is dead. RIP; he was
1271         way past his use-by date.
1272         Make use of the improved info from Buffer::getBibkeyList when using
1273         \bibliography. Enables us to provide natbib support in this case too.
1274
1275 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
1276
1277         * ControlGraphics.C: pass the browseFile dialog a string of only those
1278         formats that can currently be loaded by LyX.
1279
1280 2002-04-15  Herbert Voss  <voss@perce.de>
1281
1282         * biblio.[Ch] (parseBibTeX): fix bug while scanning bibtexentries
1283         with something like ,,...blah...`` (two commas)
1284
1285 2002-04-14  Herbert Voss  <voss@perce.de>
1286
1287         * helper_funcs.[Ch]: move the getVectorFromString and the vice versa
1288         into the support/lstrings for better use in other programs.
1289
1290         * biblio.[Ch] (getYear, getAbbreviatedAuthor, familyName): move out of
1291         namespace anon and make globally accessible.
1292         (familyName): test for the presence of a LaTeX Space at the front of
1293         of a name; strip it if it exists.
1294
1295 2002-04-11  Herbert Voss  <voss@perce.de>
1296
1297         * ControlGraphics.C: expand "browse-string" to all available formats
1298
1299 2002-04-11  Herbert Voss  <voss@perce.de>
1300
1301         * ControlGraphics.C: read BoundingBox also from non (e)ps files.
1302
1303 2002-04-08  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1304
1305         * ControlAboutlyx.C (getVersion): two _() forgotten
1306
1307 2002-04-08  John Levon  <moz@compsoc.man.ac.uk>
1308
1309         * ControlGraphics.C:
1310         * ControlPrint.C:
1311         * ControlBibtex.C: make N_() be _()
1312
1313 2002-04-07  Herbert Voss  <voss@perce.de>
1314
1315         * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools
1316
1317 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
1318
1319         * ControlGraphics.C (readBB): sigh. Make sure that the correct path is
1320         used when reading the BB.
1321
1322 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
1323
1324         * ControlGraphics.C (readBB): Don't open the ifstrem and then
1325         check the format from the contents (and open a second ifstream in the
1326         process. One at a time please.
1327
1328 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1329
1330         * ControlRef.C (getBufferNum): squash warning message.
1331
1332 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1333
1334         * ControlBibtex.C (Browse):
1335         * ControlGraphics.C (Browse):
1336         * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
1337
1338         * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
1339
1340         * ControlGraphics.C (applyParamsToInset): pass filepath to
1341         InsetGraphics::updateInset.
1342
1343 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1344
1345         * most files: ws cleanup
1346
1347 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1348
1349         * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
1350         for it.
1351
1352 2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
1353
1354         * ControlGraphics.C:
1355         * ControlInclude.C: better error messages
1356
1357 2002-03-11  Herbert Voss  <voss@lyx.org>
1358
1359         * biblio.C (parseBibTeX): fix another minibug with an
1360         ending comma
1361
1362 2002-03-10  Herbert Voss  <voss@lyx.org>
1363
1364         * biblio.C (parseBibTeX): fix bug
1365         (familyName): improve parsing
1366
1367 2002-03-09  Herbert Voss  <voss@lyx.org>
1368
1369         * ControlGraphics.[Ch]: adding checkFilename() for testing
1370         of non-existing files
1371
1372 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1373
1374         * ControlSendto.C (allFormats): fix a iterators are not pointers
1375         problem.
1376
1377 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
1378
1379         * ControlShowFile.h: add a #include "LString.h"
1380
1381 2002-03-05  Herbert Voss  <voss@lyx.org>
1382
1383         * biblio.C (getInfo): simplify if using paragraph layout
1384         "bibliography".
1385
1386 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1387
1388         * biblio.C (getInfo): return the info field correctly if the key
1389         is not a BibTeX one.
1390         (parseBibTeX): fix crash when data.find('=') returns string::npos.
1391
1392 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1393
1394         * ControlForks.[Ch]: new files. A controller for the Forked Child
1395         processes dialog, enabling the user to see what forked processes
1396         are running, and, if he so desires, to kill them.
1397
1398         * GUI.h: add class GUIForks.
1399
1400         * Makefile.am: add ControlForks.[Ch].
1401
1402         * ControlGraphics.C (getParams): small change due to change in
1403         insetgraphics.
1404
1405 2002-02-21  Herbert Voss  <voss@lyx.org>
1406
1407         * biblio.C: fix bug with commentlines in a bibentry
1408
1409 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1410
1411         * Makefile.am: simpler obj. file compile
1412
1413 2002-02-18  Herbert Voss  <voss@lyx.org>
1414
1415         * ControlGraphics.[Ch]: remove help-file call
1416
1417 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1418
1419         * helper_funcs.h: wrap the structs firster and seconder up in a
1420         namespace to avoid clashes with those in lyxalgo,h.
1421
1422         * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
1423         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1424
1425 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1426
1427         * ControlGraphics.C: remove #include "support/syscall.h" as it's not
1428         used.
1429         * ControlTexinfo.C:
1430         change Systemcalls::System to Systemcalls::Wait and
1431         No change of functionality, just reflects the stripped down Systemcalls
1432         class.
1433
1434 2002-02-06  Herbert Voss  <voss@lyx.org>
1435
1436         * ControlGraphics.[C] (readBB): search also in
1437         g'zipped files. If it is useful than PK and compress
1438         should also be supported. use unzipFile() from
1439         support/filetools
1440
1441 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1442
1443         * ControlRef.C (getBufferName): new method to get a real buffer
1444         name from an index.
1445
1446 2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1447
1448         * ControlTexInfo.[Ch]: Removed Help functions.
1449
1450 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1451
1452         * ControlSpellchecker.C: clear any selection left
1453         (bug #211)
1454
1455 2002-02-01  Herbert Voss  <voss@lyx.org>
1456
1457         * ControlGraphics.[C] (readBB): search only, if it is a
1458         ".?ps" file and look for bb's at end of file
1459
1460 2002-01-30  Herbert Voss  <voss@lyx.org>
1461
1462         * ControlGraphic.[C]: do not search the whole file, when
1463         getting the bb
1464
1465 2002-01-29  Herbert Voss  <voss@lyx.org>
1466
1467         * ControlGraphic.[C]: added a button for document path
1468         when browsing -> bug 222
1469
1470 2002-01-27  Herbert Voss  <voss@lyx.org>
1471
1472         * ControlGraphic.[Ch]: added support for Bounding Box, other
1473         small changes
1474
1475 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1476
1477         * ControlAboutlyx.h:
1478         * ControlTexinfo.h: added #include "LString.h" where they belong.
1479
1480 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1481
1482         * ControlCitation.C:
1483         * ControlDialog_impl.C: remove redundant // -*- C++ -*-
1484
1485 2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
1486
1487         * ControlInclude.[Ch] (fileExists): remove const type qualifier from
1488         bool return type.
1489
1490 2002-01-20  Herbert Voss  <voss@perce.de>
1491
1492         * ControlInclude.[Ch]: better control of unexistings files
1493         when entered without the browser
1494
1495         * ControlGraphic.C (Browse): add extension "ps" when browsing for
1496         a filename
1497
1498 2002-01-19  Herbert Voss  <voss@perce.de>
1499
1500         * biblio.C (getInfo): fix bug when no author is given
1501
1502         * biblio.C (parseBibTeX): change the parsing, so that
1503         '#'-characters in a bibtex entry are no more a problem.
1504
1505 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1506
1507         * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
1508         derive from ControlDialog<ControlConnectBI> (fixes bug #196)
1509
1510         * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
1511
1512 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1513
1514         * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
1515
1516         * ControlExternal.C (Browse): add a std:: qualifier
1517
1518 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1519
1520         * ControlExternal.C (Browse): simplify to use browseRelFile
1521
1522 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1523
1524         * ButtonController.tmpl: added // -*- C++ -*-
1525
1526         * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
1527         ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
1528         Needed in _one_ of the ControlCommand-derived classes only.
1529
1530 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1531
1532         * ControlInset.h:
1533         * ControlSearch.h: #include LString.h
1534
1535 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1536
1537         * ButtonController.h: split into two. The definition remains in
1538         ButtonController.h, the declaration is now in ButtonController.tmpl.
1539         These template methods should be #included when the derived class is
1540         instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
1541         and in the qt2 and gnome equivalents.
1542
1543         * ControlDialogs.h: removed. The definition of class ControlDialog is
1544         now to be found in ControlDialog.h and the declaration of the methods
1545         is in ControlDialog.tmpl. The two template instantiations are performed
1546         in ControlDialog_impl.[Ch], new files also.
1547
1548         * ControlInset.h: split into two. The definition remains in
1549         ControlInset.h, the declaration is now in ControlInset.tmpl.
1550         These template methods should be #included derived class is
1551         instantiated, in this case in 8 other .C files in this directory.
1552
1553         * ControlAboutlyx.[Ch]:
1554         * ControlCharacter.[Ch]:
1555         * ControlCommand.C:
1556         * ControlERT.C:
1557         * ControlError.C:
1558         * ControlExternal.C:
1559         * ControlFloat.C:
1560         * ControlGraphics.C:
1561         * ControlInclude.C:
1562         * ControlLog.[Ch]:
1563         * ControlMinipage.C:
1564         * ControlPreamble.[Ch]:
1565         * ControlPrint.[Ch]:
1566         * ControlSearch.[Ch]:
1567         * ControlShowFile.[Ch]:
1568         * ControlSpellchecker.[Ch]:
1569         * ControlTabularCreate.[Ch]:
1570         * ControlTexinfo.[Ch]:
1571         * ControlThesaurus.[Ch]:
1572         * ControlVCLog.[Ch]: small changes associated with the above ones.
1573
1574         * GUI.h: #include the ButtonController and dialog controller files
1575         here, rather than forward declare them. This is the correct place
1576         for these #includes.
1577
1578         * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
1579         Rename ControlDialogs.h as ControlDialog.h.
1580         Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
1581         EXTRA_DIST.
1582
1583 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1584
1585         * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
1586
1587 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1588
1589         * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
1590         can be done)
1591
1592         * ControlGraphics.C (Browse): remove overzealous shortcut
1593
1594 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1595
1596         * FormMinipage.C (apply, update): MinipageParams::width renamed
1597         as MinipageParams::pageWidth. InsetMinipage::width  renamed
1598         as InsetMinipage::pageWidth.
1599
1600 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1601
1602         * ButtonController.h (refreshReadOnly): use explicit typename
1603
1604 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1605
1606         * helper_funcs.h (browseFile): add default empty button descriptions.
1607
1608         * ControlGraphics.C (Browse):
1609         * ControlBibtex.C (Browse):
1610         * ControlInclude.C (Browse): add shortcuts to directory buttons
1611
1612 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
1613
1614         * ControlThesaurus.h:
1615         * ControlThesaurus.C: update to Aiksaurus 0.14
1616
1617 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1618
1619         * ControlSpellchecker.C (clearParams): show the closing message
1620         only if some words have been checked, thereby fixing
1621         bugzilla bug #52.
1622
1623 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
1624
1625         * ControlFloat.[Ch]: changes to prevent here definitely being used
1626         with wide figures.
1627
1628 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1629
1630         * ControlThesaurus.h: do not include <config.h> in header files
1631
1632 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1633
1634         * ControlToc.C: changes for floatlist
1635
1636 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1637
1638         * ControlVCLog.C: use _()
1639
1640 2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1641
1642         * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
1643         that for select.
1644
1645 2001-10-22  Juergen Vigna  <jug@sad.it>
1646
1647         * ControlSpellchecker.C (clearParams): use the error_ message of the
1648         speller_ if available when the spellchecker died.
1649         (setParams): remove double error message display.
1650
1651 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
1652
1653         * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
1654
1655         * helper_funcs.[Ch] (getLatexUnits): see above.
1656
1657 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1658
1659         * ControlTexinfo.C (getContents): use the right file for .sty files
1660
1661 2001-10-10  Herbert Voss  <voss@perce.de>
1662
1663         * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
1664         and some more stuff from FormTexinfo.C
1665
1666         * ControlShowFile.C: hiding the update-button
1667
1668 2001-10-09  Herbert Voss  <voss@perce.de>
1669
1670         * ControlTexinfo.[Ch]: new files. Display information about the
1671         installed texfiles (cls,sty,bst).
1672
1673         * ControlShowFile.[Ch]: new files. Display the contents of a file.
1674
1675         * GUI.h: added classes GUIShowFile and GUITexinfo.
1676
1677         * Makefile.am: modified appropriately.
1678
1679 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1680
1681         * ControlAboutlyx.C (getVersion): use lyx_version and
1682         lyx_release_date instead of old macros
1683
1684 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1685
1686         * ControlSpellchecker.C (check): Behaves well now when the spell
1687         library doesn't know a replacement to an incorrect word.
1688
1689 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1690
1691         * ControlSpellchecker.C (clearParams): place emergency_exit_ in
1692         the correct place. Can now check spelling more than once!
1693
1694 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1695
1696         * ControlSplash.[Ch]: removed.
1697
1698         * GUI.h: remove GUISplash class.
1699
1700         * ViewBase.h: remove ViewSplash class.
1701
1702         * Makefile.am: remove ControlSplash.[Ch].
1703
1704 2001-09-25  Angus Leeming  <a.leeming@ic.ac.uk>
1705
1706         * ControlButtons.h: add variable emergency_exit_. If set to true, the
1707         view will be shut down.
1708
1709         * ControlDialogs.h:
1710         * ControlInset.h: act on emergency_exit_.
1711
1712         * ControlSpellchecker.C (clearParams): set emergency_exit_ if the
1713         speller fails to launch.
1714
1715 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
1716
1717         * ControlRef.C (getBufferList): use MakeDisplayPath on the list.
1718         * (getLabelList): use MakeAbsPath on the buffer name passed to it.
1719
1720 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1721
1722         * ControlRef.h (disconnectOnApply): new method. Set to true.
1723         Perhaps make this user-modifiable?
1724
1725 2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1726
1727         * ControlGraphics.C (Browse): add "jpg" to list of recognized file
1728         extensions.
1729
1730 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1731
1732         * ControlRef.C (getBufferList, getBufferNum): New methods
1733
1734 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1735
1736         * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
1737         of the dialog when the Apply button is pressed. Defaults to false,
1738         but can be overridden in the daughter classes.
1739
1740         * ControlCitation.h (disconnectOnApply): new method. Set to true.
1741         Perhaps make this user-modifiable?
1742
1743 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1744
1745         * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
1746         we have dialogs that update their contents when the buffer changes.
1747         Rather embarassing, really!
1748
1749 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1750
1751         * ControlSearch (replace): change semantics of replace to NOT move on
1752         to the next instance of a word once the present instance has been
1753         replaced unless we are replacing ALL instances of the word.
1754
1755 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1756
1757         * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
1758
1759 2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
1760
1761         * ControlCharacter.C: fix Michael's bug: In the "Character layout"
1762         dialog, set all options to "reset", close the dialog, re-open it ->
1763         the options are set incorrectly.
1764
1765         * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
1766         When Applying it's useful to know whether the dialog is about to close
1767         or not (no point refreshing the display for example).
1768
1769         * ControlInset.C (apply): use isClosing.
1770
1771 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1772
1773         * ControlInset.h:
1774         * ControlDialogs.h: remove bc() hack, now fixed in
1775           Qt2 frontend. use member dialog_built_ instead of shared
1776           static.
1777
1778         * ButtonController.h:
1779         * ButtonPolicies.C: more debug info
1780
1781         * ButtonControllerBase.C: call refresh() when setting readOnly !
1782
1783         * GUI.h: External form has apply, use the right policy
1784
1785         * character.C: fix two off-by-one errors when latex font was removed
1786
1787 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1788
1789         * ControlInset.h (apply): tentative fix for the press Apply multiple
1790         times and get multiple new Insets problem.
1791
1792 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1793
1794         * ControlCharacter.C: fix typo
1795
1796         * ViewBase.h:
1797         * ControlDialogs.C:
1798         * ControlInsets.C: make sure dialog is built before it is shown, so
1799           it works properly the very first time it is shown
1800
1801 2001-08-20  Herbert Voss  <voss@perce.de>
1802
1803         * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
1804         and styles. Added an option for "bibliography into toc"
1805
1806 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1807
1808         * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
1809         LaTeX is no longer a font property.
1810
1811 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1812
1813         * GUI.h: Button controller for Reference dialog changed to
1814         NoRepeatedApplyReadOnlyPolicy.
1815
1816         * biblio.C (getInfo): output volume and number info. Move year to end
1817         of string.
1818
1819 2001-08-09  Allan Rae  <rae@lyx.org>
1820
1821         * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
1822
1823 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
1824
1825         * helper_funcs.C (getVectorFromString): fixed small bug.
1826
1827         * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
1828
1829 2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
1830
1831         * ControlSpellchecker.C: check next word after insert in personal dict
1832
1833 2001-08-06  Juergen Vigna  <jug@sad.it>
1834
1835         * ControlERT.[Ch]: new file
1836
1837 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1838
1839         * ControlInset.h: const and non-const forms of params().
1840
1841         * helper_funcs.C (getStringFromVector,getVectorFromString): remove
1842         whitespace from either side of each item.
1843
1844 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1845
1846         * ControlFloat.h: add a != operator for FloatParams.
1847         Lars, how did you get this to compile!!!
1848
1849         * ControlMinipage.[Ch]: uncommented someone's commenting out of
1850         operator != for MinipageParams. Who's changing stuff and not compiling?
1851
1852 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1853
1854         * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
1855         ControlFloat.C
1856
1857         * GUI.h: add class GUIFloat
1858
1859         * ControlFloat.[Ch]: new files
1860
1861 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1862
1863         * ControlPrint.C: #include Lassert.h here.
1864
1865 2001-07-26  Baruch Even  <baruch@lyx.org>
1866
1867         * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
1868         and png.
1869
1870 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1871
1872         * ControlThesaurus.h:
1873         * ControlThesaurus.C:
1874         * GUI.h:
1875         * Makefile.am: thesaurus support
1876
1877 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1878
1879         * ControlInclude.h:
1880         * ControlInclude.C: implement ability to load file
1881
1882 2001-07-18  Juergen Vigna  <jug@sad.it>
1883
1884         * ControlSearch.C (replace): changes to lyxfind.h function calls.
1885
1886 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1887
1888         * biblio.C (getInfo): add a .c_str() to handle the usual
1889         stringstream pain.
1890
1891 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1892
1893         * ControlCitation.[Ch]: changes associated with adding natbib support.
1894         New public methods, usingNatbib, getCiteStrings and getCiteStyles.
1895         New static variable citeStyles_.
1896
1897         * biblio.[Ch]: large internal rearrangement.
1898         New public enum CiteStyle.
1899         New public struct CitationStyle.
1900         New public functions getCitationStyle, getCiteCommand, getCiteStyles,
1901         getNumericalStrings, getAuthorYearStrings
1902         (simpleSearch, regexSearch): no longer publicly accessible.
1903
1904         * helper_funcs.C (getStringFromVector): bug fix.
1905
1906 2001-07-16  Baruch Even  <baruch@lyx.org>
1907
1908         * ControlVCLog.h: Added Lsstream.h to includes.
1909
1910 2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
1911
1912         * ControlSpellchecker.[Ch]: remove d-tor.
1913
1914 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1915
1916         * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
1917
1918 2001-07-16  Juergen Vigna  <jug@sad.it>
1919
1920         * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
1921         compiled with USE_PSPELL) to be able to switch between ISpell and
1922         PSpell classes.
1923
1924 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1925
1926         Consistent use of Lsstream.h:
1927         * ControlAboutlyx.[Ch] (getCredits):
1928         * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
1929
1930 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1931
1932         * ControlCredits.[Ch]: removed
1933         * ControlCopyright.[Ch]: removed
1934         * ControlAboutlyx.[Ch]: added (replaces previous)
1935         * GUI.h: removed credits and copyright added about lyx stuff
1936
1937 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1938
1939         * ControlSpellchecker.C (getSuggestion):
1940         (getWord): add std:: qualifier
1941
1942 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1943
1944         * ControlSpellchecker.[Ch]: added
1945         * ViewBase.h: added partialUpdate(int) member
1946         * GUI.h: added spell stuff
1947
1948 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1949
1950         * ControlExternal.C: (*it). -> it->
1951
1952 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1953
1954         * ButtonController.h: move some included header files out of the
1955         frontends and into here.
1956
1957 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1958
1959         * ControlCharacter.C (c-tor): cosmetic name change of signal.
1960
1961 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1962
1963         * *.[h]: added // -*- C++ -*-
1964         * *.[C]: removed // -*- C++ -*-
1965
1966         * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
1967         activate Apply button.
1968         (clearParams): removed.
1969         font_ is now stored as a boost::scoped_ptr.
1970         font_ is no longer deleted on hide(), so it's contents can now be used
1971         by the Font button on the toolbar.
1972         Lots of new methods so that the GUI can easily get the contents of
1973         font_ when it update()s.
1974
1975 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1976
1977         * ControlCharacter.C (apply): test that font_ exists, thereby preventing
1978         crash when the Font button on the Toolbar is pressed.
1979
1980         * GUI.h: change policy of Character button controller to
1981         OkApplyCancelReadOnlyPolicy.
1982
1983 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1984
1985         * ControlToc.C (getContents): don't add anything to the list if it
1986         is supposed to be empty.
1987
1988 2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
1989
1990         * helper_funcs.C (getVectorFromString): bug fix.
1991
1992 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1993
1994         * ButtonController.h
1995         * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
1996         from ButtonControllerBase::readOnly. Updates the state of the widgets
1997         in the read-only list only when the read-only status of the document
1998         changes.
1999         (refresh): moved this stuff into refreshReadOnly.
2000
2001 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
2002
2003         * ControlPrint.C (c-tor):
2004         * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
2005
2006 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>
2007
2008         * biblio.C:
2009         * character.h: small clean-ups.
2010
2011 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2012
2013         * ControlToc.C (getType): remove support for old float list.
2014
2015 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2016
2017         * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h
2018         * ControlGraphics.h: no longer include insetgraphicsParams.h
2019         * ControlInset.h: no longer include LyXView.h
2020
2021         * ControlBibitem.C:
2022         * ControlBibtex.C:
2023         * ControlButtons.C:
2024         * ControlCharacter.C:
2025         * ControlCitation.C:
2026         * ControlCommand.C:
2027         * ControlConnections.C:
2028         * ControlCopyright.C:
2029         * ControlCredits.C:
2030         * ControlError.C:
2031         * ControlExternal.C:
2032         * ControlGraphics.C:
2033         * ControlInclude.C:
2034         * ControlLog.C:
2035         * ControlMinipage.C:
2036         * ControlPreamble.C:
2037         * ControlPrint.C:
2038         * ControlRef.C:
2039         * ControlSearch.C:
2040         * ControlTabularCreate.C:
2041         * ControlToc.C:
2042         * ControlVCLog.C: they're now in here!
2043
2044 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2045
2046         * ButtonControllerBase.h: C++ mode, inherit privately from
2047         noncopyable
2048         * ButtonPolicies.h: ditto
2049
2050         * ButtonController.h: C++ mode, swap init order of restore_ and
2051         cancel_
2052
2053 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2054
2055         * ControlTabularCreate.h:
2056         * ControlTabularCreate.C: make dialogs use a pair of uints
2057           instead of a string
2058
2059         * ControlVCLog.h:
2060         * ControlVCLog.C: fill a stringstream with the log contents
2061         and then delete it
2062
2063         * ControlExternal.C: from Angus, clone the new InsetExternal
2064           before acting on it
2065
2066 2001-04-09  Angus Leeming  <a.leeming@ic.ac.uk>
2067
2068         * helper_funcs.C (getStringFromVector, getVectorFromString): fixed bugs
2069         and made more robust.
2070
2071 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2072
2073         * ControlToc.C:
2074         * ControlSearch.C:
2075         * ControlPrint.C:
2076         * ControlPreamble.C:
2077         * ControlInclude.C:
2078         * ControlGraphics.C:
2079         * ControlExternal.C:
2080         * ControlCopyright.C: include gettext.h
2081
2082         * ControlCharacter.C:
2083         * character.C: include gettext.h and language.h
2084
2085 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2086
2087         * ButtonController.h:
2088         * ButtonControllerBase.h:
2089         * ButtonControllerBase.C:
2090         * ButtonPolicies.h:
2091         * ButtonPolicies.C:
2092         * ControlButton.h:
2093         * ControlButton.C:
2094         * ControlButtons.h:
2095         * ControlButtons.C:
2096         * ControlConnections.h:
2097         * ControlDialogs.h:
2098         * ControlInset.h:
2099         * ControlExternal.C:
2100         * Makefile.am:
2101         * README:
2102         * ViewBase.h: s/ControlButton/ControlButtons/
2103         s/popup/dialog/
2104         s/UndoAll/Restore/ + associated
2105
2106 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2107
2108         * ControlToc.[Ch]: new files; a controller for the TOC popup.
2109
2110         * GUI.h:
2111         * Makefile.am: associated changes with all of the above.
2112
2113 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2114
2115         * ControlExternal.C: bug fixes. Can now apply changes to the inset
2116         and edit, view, update the External Material correctly. I hope!
2117
2118 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2119
2120         * ButtonController.[Ch]: renamed as ButtonControllerBase.[Ch]
2121
2122         * BCTemplates.h: renamed as ButtonController.h
2123
2124         * ControlBase.[Ch]: renamed as ControlButton.[Ch]. Class named to match.
2125
2126         * ViewBase.h:
2127         * ControlConnections.h: associated change in #include and class names.
2128
2129         * ControlExternal.[Ch]: new files; a controller for the External
2130         Material popup.
2131
2132         * GUI.h:
2133         * Makefile.am: associated changes with all of the above.
2134
2135         * ControlGraphics.[Ch]:
2136         * ControlInclude.[Ch]:
2137         * ControlPrint.[Ch]:
2138         (lv): removed.
2139         (Browse): new method. Returns the results of a FileDialog browse.
2140
2141         * helper_funcs.[Ch] (browseFile): moved from xforms_helpers.[Ch].
2142         (getVectorFromString): fixed bug.
2143
2144         * biblio.C (simpleSearch): cleaned up.
2145
2146 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2147
2148         * A slight reworking of Baruch Even's ButtonController patch.
2149
2150         * BCTemplates.h: new file; all the templates for the ButtonController.
2151         Including Baruch's new GuiBC class, with setCancelCloseButton() changed
2152         to the more generic setButtonLabel().
2153
2154         * ButtonController.[Ch]: renamed cancel_label and close_label as
2155         cancel_label_ and close_label_.
2156
2157         * Makefile.am: added BCTemplates.h
2158
2159 2001-03-29  Juergen Vigna  <jug@sad.it>
2160
2161         * ControlMinipage.C: removed widthp_ and all it's functions and changed
2162         to use new %-lengths of LyXLength.
2163
2164 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2165
2166         * ControlCitation.C (bibkeysInfo): removed Assert.
2167
2168         * ControlCopyright.h: moved GUICopyright into GUI.h
2169
2170         * GUI.h: see above.
2171
2172 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2173
2174         * ControlInset.h (clearDaughterParams): is empty by default, not pure.
2175         (setDaughterParams): a (by default empty) new method called in show().
2176
2177         * ControlBibitem.h:
2178         * ControlBibtex.h:
2179         * ControlError.h:
2180         * ControlInclude.h:
2181         * ControlMinipage.h:
2182         * ControlRef.h:
2183         * ControlSearch.h:
2184         * ControlUrl.h (clearDaughterParams): removed
2185
2186         * ControlMinipage.C (applyParamsToInset): update the view.
2187         Added namespace minipage containing a helper function getUnits.
2188
2189         * GUI.h: changed Minipage policy to NoRepeatedApplyReadOnlyPolicy.
2190
2191         * ControlCharacter.[Ch]: moved out all the helper functions and the
2192         enum into their own file.
2193         * character.[Ch]: new files; contain the character helper functions,
2194         now inside namespace character.
2195
2196         * ControlCitation.[Ch]: moved out all the helper functions and the
2197         enums into their own file. Simplified interface.
2198         * biblio.[Ch]: new files; contain the citation helper functions,
2199         now inside namespace biblio. Will be of use also to an improved
2200         BibTeX popup.
2201
2202         * ControlGraphics.[Ch]:
2203         * ControlIndex.[Ch]: new files; controllers for the Graphics and Index
2204         popups, respectively.
2205
2206         * GUI.h:
2207         * Makefile.am: associated changes.
2208
2209 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2210
2211         * ControlMinipage.[Ch]:
2212         * ControlPreamble.[Ch]:
2213         * ControlPrint.[Ch]:
2214         * ControlSplash.[Ch]: new files; controllers for the Minipage, Preamble
2215         and Print popups and Splash screen, respectively.
2216
2217         * ViewBase.h (ViewSplash): new base class for GUI-specific Splash
2218         screens.
2219
2220         * GUI.h:
2221         * Makefile.am: associated changes.
2222
2223 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2224
2225         * ControlConnections.[Ch]: (docType): new method; returns the type
2226         of the buffer, LaTeX, Literate, LinuxDoc or DocBook.
2227
2228         * ControlRef.[Ch]:
2229         * ControlSearch.[Ch]:
2230         * ControlTabularCreate.[Ch]: new files; controller for the Ref,
2231         Search and TabularCreate popups, respectively.
2232
2233         * GUI.h:
2234         * Makefile.am: associated changes.
2235
2236 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2237
2238         * ControlCitation.C (getBibkeyInfo): get nasty and assert the info map
2239         contains data.
2240
2241         * ControlInset.h (apply): fix bug. Can now create new insets again.
2242
2243         * README: describe program flow.
2244
2245 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2246
2247         * Makefile.am (libcontrollers_la_SOURCES): add ControlDialogs.h
2248
2249 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2250
2251         * ControlDialogs.h: moved class ControlInset into its own file.
2252
2253         * ControlInset.h: new file. class ControlInset has been expanded to take
2254         two template parameters, Inset and Params. Believe that all inset
2255         controllers can be derived from this with the minimum of effort.
2256
2257         * ControlBibitem.[Ch]:
2258         * ControlBibtex.[Ch]:
2259         * ControlCitation.[Ch]:
2260         * ControlCommand.[Ch]: moved most code into ControlInset.
2261
2262         * lots of files. Moved protected stuff into private where possible.
2263
2264         * ControlError.[Ch]:
2265         * ControlInclude.[Ch]:
2266         * ControlUrl.[Ch]: new files; controllers for the LaTeX error,
2267         Include and Url popups, respectively.
2268
2269         * GUI.h:
2270         * Makefile.am: associated changes.
2271
2272 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2273
2274         * ControlCredits.[Ch] (getCredits): returns a stringstream not a
2275         vector<string>.
2276
2277 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2278
2279         * ControlCredits.C (getCredits): remove std:: qualifier for
2280         getline().
2281
2282 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2283
2284         * ControlCredits.C (getCredits): add std:: on vector
2285
2286 2001-03-22  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2287
2288         * ControlCredits.C: remove using that is only used once, use
2289         std::ios instead of std::iosbase, add some annoying comments.
2290
2291 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2292
2293         * lots of header files: improved explanatory notes.
2294
2295         * ControlBase.[Ch]: removed LyXView & lv_ and methods using it.
2296         ControlBase is now a class that only controls the interaction of the
2297         View with the ButtonController.
2298
2299         * ControlConnections.[Ch]: added LyXView & lv_ and associated methods
2300         to ControlConnectBase. The class controls the connection/disconnection
2301         of signals from the LyX kernel and makes available the kernel (through
2302         lv_) to daughter controller classes.
2303         Moved out class ControlConnectInset to a new file ControlDialogs.h.
2304
2305         * ControlDialogs.h: new file. Contains the definition of two template
2306         controller classes, ControlDialog and ControlInset (was
2307         ControlConnectInset). ControlInset is a parent class for controllers
2308         of inset-popups. ControlDialogs is the rather uninspired name for
2309         the base class of all non-inset popups. (Eg, Document and Paragraph.)
2310         ControlDialogs is reaching a state of maturity as several popups now use
2311         it and its functionality becomes clear. ControlInset is still in a state
2312         of flux. It is likely that functionality will be moved out of
2313         ControlCommands and into it.
2314
2315         * GUI.h: new file. Moved all the template GUIXXX classes out of the
2316         individual Controller header files and into one place. These classes
2317         serve only as convenient wrappers to simplify code in the respective
2318         frontends' Dialogs::c-tor. Now all derived from a templatised parent.
2319
2320         * ControlCharacter.[Ch] (show, update, hide):
2321         * ControlLog.[Ch] (show, update, hide):
2322         * ControlVCLog.[Ch] (show, update, hide): moved back into
2323         the ControlDialogs base class.
2324         (setParams, clearParams): new methods containing controller-specific
2325         code to set/reset the parameters manipulated by the view.
2326
2327         * ControlCommand.[Ch] (clearParams): a new virtual method, by default
2328         empty.
2329         (hide): calls clearParams.
2330
2331         * ControlCitation.[Ch] (hide): renamed as clearParams, a method called
2332         by ControlCommand::hide().
2333
2334         * ControlCopyright.[Ch]:
2335         * ControlCredits.[Ch]: new files; controllers for the copyright and
2336         credits popups, respectively.
2337
2338 2001-03-21  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2339
2340         * ControlCharacter.C: fix typo
2341
2342 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
2343
2344         * ControlCharacter.[Ch]: new files; controller for the character popup.
2345
2346         * ControlCitation.[Ch] (getStringFromVector, getVectorFromString):
2347         moved to new files helper_funcs.[Ch].
2348
2349         * helper_funcs.[Ch]: new files. Some useful helper functions and
2350         functors.
2351
2352         * Makefile.am: added new files.
2353
2354 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2355
2356         * ControlCitation.C (getBibkeyInfo): parse non-BibTeX entries correctly.
2357
2358 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2359
2360         * ControlLog.[Ch]:
2361         * ControlVCLog.[Ch]: new files; controllers for LaTeX and Version
2362         Control log files, respectively.
2363
2364         * Makefile.am: added new files.
2365
2366 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
2367
2368         * ControlBibtex.[Ch]: new files; controller for an InsetBibtex popup.
2369
2370         * Makefile.am: added ControlBibtex.[Ch].
2371
2372 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2373
2374         * ControlBibitem.C:
2375         * ControlCitation.C: added "using SigC::slot" declaration.
2376
2377         * ControlCitation.C (getStringFromVector): re-apply Dekel's recent fix
2378         to FormCitation.C prior to the merger: "Do not put space between
2379         multiple keys".
2380
2381 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2382
2383         * several files: remove CXX_WORKING_NAMESPACES
2384
2385         * ButtonController.h: noncopyable is in namespace boost
2386         * ButtonPolicies.h: ditto
2387
2388 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2389
2390         * Merging changes from BRANCH_MVC back into HEAD.
2391
2392 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2393
2394         * Makefile.am: add ControlBibitem.[Ch].
2395
2396         * ControlBibitem.[Ch]: new files that together define the Controller
2397         for a Bibitem popup.
2398
2399         * ControlCommand.h (c-tor): give  kb_action a default value of
2400         LFUN_NOACTION.
2401
2402         * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
2403
2404         * ControlCitation.[Ch]: moved search functions out of class.
2405         (bibkeysInfo): new method. Returns const reference to private data.
2406         (searchKeys): added case-sensitive switch. Used only by simpleSearch
2407         for now.
2408
2409 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2410
2411         * ControlCitation.[Ch]: added Search functions to the class,
2412         (shamelessly lifted from Marco's gnome code). I think that these would
2413         be better as helper functions outside the class, but this is a first
2414         stab at it.
2415
2416 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2417
2418         * ControlCitation.[Ch]: (getBibkeyList): removed from class
2419         ControlCitation.
2420         (getBibkeys, getBibkeyInfo): added to class ControlCitation.
2421         (getStringFromVector, getVectorFromString, parseBibTeX): new helper
2422         funcs. parseBibTeX() is lifted staraight out of Marco's gnome
2423         implementation of FormCitation.
2424
2425 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2426
2427         * ButtonPolicies.h: add SMI_NOOP to enum.
2428
2429         * ButtonPolicies.C (nextState): add if-statement for SMI_NOOP.
2430
2431         * ButtonController.C (input): add "optimising" if-statement. Actually,
2432         things don't work correctly without it...
2433
2434 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
2435
2436         * ViewBase.h: remove #pragma directive
2437
2438         * ControlConnection.[Ch] (ControlConnectBI c-tor): add explicit c-tor
2439         to make g++ happy.
2440
2441 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
2442
2443         * ButtonPolicies.[Ch]: moved from ../ButtonPolicies.[Ch]
2444
2445         * Makefile.am: added ButtonPolicies.[Ch]
2446
2447         * ButtonController.[Ch]: ButtonController is split into
2448         ButtonControllerBase and a template ButtonController class. The base
2449         class no longer stores a pointer to a ButtonPolicy, but instead
2450         accesses the actual instantiation of the policy through a pure virtual
2451         method bp(). This method and the ButtonPolicy itself are instantiated
2452         in the templatised ButtonController class. This class is derived from
2453         the GUI-specific GUIBC class, meaning that the frontends know
2454         nothing about the actual policy decided upon by the controllers.
2455
2456         * ControlBase.[Ch]: No longer store the View or the ButtonController.
2457         Instead the actual instantiations are accessed through pure virtual
2458         methods view() and bc(). The daughter classes are responsible for the
2459         actual View and ButtonController.
2460
2461         * ControlCitation.h: the templatised class GUICitation instantiates
2462         the methods view() and bc(). It also stores the instances of the
2463         View and ButtonController.
2464
2465 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2466
2467         * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class
2468         also changed to ButtonController.
2469
2470         * ControlBase.[Ch]:
2471         * ControlConnections.[Ch]:
2472         * ControlCommand.[Ch]:
2473         * ControlCitation.[Ch]:
2474         * ViewBase.h: Changes associated with this.
2475
2476 2001-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
2477
2478         * ButtonControllerBase.[Ch]: new files. Split Allan's original
2479         xforms/ButtonController class into a GUI-I class (here) and an
2480         xforms-specific derived class, to be found in xforms/xformsBC.[Ch].
2481
2482         * ControlBase.[Ch]: new files. ControlBase is an abstract base class
2483         from which all Dialog Controllers should be derived. the Controllers
2484         are GUI-independent, but are designed to control the behaviour of
2485         GUI-specific implementaions of each dialog.
2486
2487         * ControlConnections.[Ch]: new files. Classes controlling the
2488         connections of buffer-independent, buffer-dependent and Inset dialogs
2489         with the LyX kernel.
2490
2491         * ControlCommand.[Ch]: new files. A controller for all dialogs for the
2492         InsetCommand subset of insets.
2493
2494         * ControlCitation.[Ch]: new files. The test specialisation! A
2495         controller for the Citation dialog.
2496
2497         * ViewBase.h: new file. ViewBase is an abstract base class from which
2498         GUI-specific dialogs should be derived. The functionality that the GUIs
2499         must now implement is much reduced.