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