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