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