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