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