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