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