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