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