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