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