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