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