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