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