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