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