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