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