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