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