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