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