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