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