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