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