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