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