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