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