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