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