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