]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
Added lyxrc-flag to be able to select if I want use pspell or ispell if
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-07-16  Juergen Vigna  <jug@sad.it>
2
3         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
4
5 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         Consistent use of Lsstream.h:
8         * FormAboutlyx.C (build):
9         * FormVCLog.C (update): std::ostringstream -> ostringstream.
10
11         * FormMathsDelim.C (apply):
12         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
13
14 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15
16         * implement 1 about lyx dialog instead of 3 separate ones
17
18         * FormCredits.[Ch]: removed
19         * FormCopyright.[Ch]: removed
20         * form_credits.[Ch]: removed
21         * forms/form_credits.fd: removed
22         * form_copyright.[Ch]: removed
23         * forms/form_copyright.fd: removed
24         * FormAboutlyx.[Ch]: added
25         * form_aboutlyx.[Ch]: added
26         * forms/form_aboutlyx.fd: added
27         * Dialogs.C: add about lyx stuff
28
29 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
30
31         * add spellchecker
32
33         * FormPreferences.[Ch]: rename spellchecker to spelloptions
34         * form_preferences.[Ch]: idem
35         * forms/form_preferences.fd: idem
36         * FormSpellchecker.[Ch]: added
37         * form_spellchecker.[Ch]: added
38         * forms/form_spellchecker.fd: added
39         * Dialogs.C: add spellchecker
40
41 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
42
43         * FormFiledialog.C: (*it). -> it->
44         * Toolbar_pimpl.C: ditto
45         * RadioButtonGroup.C: ditto
46         * FormPreferences.C: ditto
47
48 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
49
50         * GUIRunTime.C (x11Display): 
51         (x11Screen): 
52         (x11Colormap): 
53         (x11VisualDepth): new methods
54
55 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
56
57         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
58         directly. 
59
60         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
61         because of this.
62
63         * GUIRunTime.C (createMainView): implement
64
65 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
66
67         * FormCharacter.C:
68         * form_character.C:
69         * forms/form_character.fd: hide the widget underneath language
70           combox hack.
71
72 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
73
74         * FormPreferences.h:
75         * FormPreferences.C: connect and operator
76           showSpellcheckerPreferences signal
77
78         * FormPrint.C (input): modify to select radio_file
79           when the user uses the filename input
80  
81 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
82
83         * combox.C (remove): send debug output to Debug::GUI.
84
85 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
86
87         * Menubar_pimpl.C (create_submenu): 
88         * Toolbar_pimpl.C (update): update to use func_status
89
90 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
91
92         * FormPreferences.C (Path::feedback): remove bogus description of
93         lyxpipe.
94
95 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
96
97         * xformsBC.h: clean-up of included files.
98
99 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
100
101         * FormDocument.C:
102         * FormParagraph.C (c-tor): cosmetic name change of signal.
103
104         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
105         signal. It's pretty crude at the moment! Mental note: would be more
106         elegant if we passed a LyXParagraph & with both the signals rather than
107         search through the Buffer.
108
109 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * *.[h]: added // -*- C++ -*-
112         * *.[C]: removed // -*- C++ -*-
113
114         * FormCharacter.C (update): now uses contents of font_, stored
115         permanently by the controller to update() the dialog.
116
117 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
118
119         * FormInclude.C:
120         * form_include.fd: (various places): Ok button is now activated when
121         the filename is input from the keyboard.
122
123         * FormPreferences.C white-space change in various places.
124         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
125         that disabled addition of new converters.
126
127         * FormCharacter.C (input, update): new methods. Activate the Apply
128         button when any of the input fileds are not IGNORE.
129
130 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
131
132         * FormToc.C (input): change test slightly.
133         (updateContents): clear list if empty and add no list msg.
134
135 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
136
137         * FormParagraph.C (update, general_update): enabling the align buttons
138         is now dependent on the AlignPossible entry in the Layout.
139
140 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
141
142         * MathsSymbols.C: 
143         * FormMathsMatrix.C: bring C functions into global namespace if
144         necessary. 
145
146 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * MathsSymbols.C (pixmapFromBitmapData): add std::
149
150         * FormMathsMatrix.C (AlignFilter): add std::
151
152 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
153
154         * FormDocument.C (build): add iso8859-15 support.
155
156 2001-05-08  Baruch Even  <baruch@lyx.org>
157
158         * Menubar_pimpl.C: Fixed compilation problem.
159
160 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
161
162         * Menubar_pimpl.C (add_toc): use name and not type with float.
163         (create_submenu): correct call of new object
164         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
165
166 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
167
168         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
169
170 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
171
172         * Dialogs.C: included insetgraphicsParams.h
173
174         * FormMathsMatrix.C:
175         * FormMathsBitmap.C: included LAssert.h
176
177 2001-04-24  Allan Rae  <rae@lyx.org>
178
179         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
180
181 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
182
183         * xforms_helpers.C (formatted): do not use string::substr(1) on a
184         string of length 1 !
185
186 2001-04-16  Allan Rae  <rae@lyx.org>
187
188         * xforms_helpers.C (formatted): 
189         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
190         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
191
192 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
193
194         * FormTabularCreate.C: pass a pair of uints to the controller
195
196         * FormVCLog.C: the log appears as a stringstream now
197
198         * forms/form_external.fd: make params update state (from Angus)
199
200 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
201
202         * Menubar_pimpl.C: include gettext.h
203
204 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
205
206         * xforms_helpers.C (formatted): constify length
207
208         * FormTabular.C (update): small restructure, adjust for scoped_ptr
209         (input): adjust for scoped_ptr
210         (input): constify str
211
212 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
213
214         * Dialogs.C: s/popup/dialog/
215
216         * Form*.C:
217         * FormBase.h:
218         * FormBase.C: s/ControlButton/ControlButtons/
219         move bc().refresh() into base show() method
220
221         * Form*.C:
222         * FormBaseDeprecated.C:
223         s/UndoAll/restore/
224
225 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
226
227         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
228
229         * FormToc.[Ch]:
230         * forms/form_toc.fd: implemented controller-view split.
231
232         * Dialogs.C: associated changes.
233
234 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
235
236         * FormCitation.C:
237         * forms/form_citation.fd: Don't change the name of the button when
238         toggling between regular expression and simple searches.
239         Squashed bug when creating a new inset, the keys field contained
240         one (empty) key. No more; thanks, Dekel.
241
242         * FormExternal.C: 
243         * forms/form_external.fd: added Apply button.
244
245 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
246
247         * FormBase.[Ch]:
248         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
249         ControlButton.
250
251         * FormExternal.[Ch]:
252         * forms/form_external.fd: implemented controller-view split.
253
254         * Dialogs.C: associated changes.
255
256         * FormGraphics.[Ch]:
257         * FormInclude.[Ch]:
258         * FormPrint.[Ch]:
259         moved the browsing functionality into the controller.
260
261         * xforms_helpers.[Ch]: moved browseFile to
262         ../controllers/helper_funcs.[Ch]
263
264         * FormCitation.C
265         * forms/form_citation.fd: added case sensitive search button.
266
267 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
268
269         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
270         Code moved into the generic template base class. Replaced
271         setCancelCloseButton() with setButtonLabel().
272
273 2001-03-29  Juergen Vigna  <jug@sad.it>
274
275         * FormMinipage.C: removed widthp_ and all it's functions and changed
276         to use new %-lengths of LyXLength.
277
278 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
279
280         * FormGraphics.[Ch]:
281         * forms/form_graphics.fd:
282         * FormIndex.[Ch]:
283         * forms/form_index.fd: implemented controller-view split.
284
285         * Dialogs.C: associated changes.
286
287         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
288
289         * FormCitation.C: changes associated with ControlCitation cleanup.
290
291         * FormMinipage.h: cleaned-up forward declarations.
292
293 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
294
295         * FormMinipage.[Ch]:
296         * forms/form_minipage.fd:
297         * FormPrint.[Ch]:
298         * forms/form_print.fd:
299         * FormSplash.[Ch]: implemented controller-view split.
300
301         * Dialogs.C: associated changes.
302
303 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
304
305         * FormPreamble.[Ch]:
306         * forms/form_preamble.fd:
307         * FormRef.[Ch]:
308         * forms/form_ref.fd:
309         * FormSearch.[Ch]:
310         * forms/form_search.fd:
311         * FormTabularCreate.[Ch]:
312         * forms/form_tabular_create.fd: implemented controller-view split.
313
314         * Dialogs.C: associated changes.
315
316 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
317
318         * FormError.[Ch]:
319         * form_error.fd:
320         * FormInclude.[Ch]:
321         * form_include.fd:
322         * FormUrl.[Ch]:
323         * form_url.fd: implemented controller-view split.
324
325         * Dialogs.C: associated changes.
326
327         * FormBibitem.h:
328         * FormBibtex.h:
329         * FormCitation.h: moved methods from protected to private.
330
331 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
332
333         * FormCredits.C (build): changes associated with
334         ControlCredits::getCredits returning a stringstream not a vector<string>
335
336 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
337
338         * FormCopyright.[Ch]:
339         * forms/form_copyright.fd: implemented controller-view split.
340
341         * FormCredits.[Ch]:
342         * forms/form_credits.fd: implemented controller-view split.
343
344         * Dialogs.C: associated changes.
345
346         * xforms_helpers.C (formatted): improved the function so that it now
347         repects '\n' characters in the input string. Ie, the user can now
348         specify line breaks explicitly.
349
350 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
351
352         * FormCharacter.[Ch]:
353         * forms/form_character.fd: implemented controller-view split.
354
355         * Dialogs.C: associated changes.
356
357         * FormBase.C (input): changed return to SMI_VALID.
358
359         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
360         any surrounding whitespace.
361
362 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
363
364         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
365         SMI_NOOP.
366         (FormBase2): split into two template classes, FormDB (DialogBase) and
367         FormCB (ControllerBase) for greater flexibility.
368
369         * FormBibitem.[Ch]:
370         * FormBibtex.[Ch]:
371         * FormCitation.[Ch]: associated changes.
372
373         * FormBrowser.[Ch]:
374         * FormLog.[Ch]:
375         * FormVCLog.[Ch]:
376         * forms/form_browser.fd: implemented controller-view split.
377
378         * Dialogs.C: associated changes.
379
380 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
381
382         * FormBibtex.[Ch]:
383         * forms/form_bibtex.fd: implemented controller-view split.
384
385         * Dialogs.C: associated changes.
386
387 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
388
389         * FormBaseDeprecated.[Ch]: rename title as title_.
390         
391         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
392         with limited functionality. It got lost in the MVC merge.
393
394         * FormBaseDeprecated.C:
395         * FormBase.C (show): moved initialisation of minw_, minh_ here.
396
397         * FormBibitem.C (build):
398         * FormBibtex.C (build):
399         * FormBrowser.C (build):
400         * FormCharacter.C (build):
401         * FormCitation.C (build):
402         * FormCopyright.C (build):
403         * FormCredits.C (build):
404         * FormDocument.C (build):
405         * FormError.C (build):
406         * FormExternal.C (build):
407         * FormGraphics.C (build):
408         * FormInclude.C (build):
409         * FormIndex.C (build):
410         * FormMinipage.C (build):
411         * FormParagraph.C (build):
412         * FormPreamble.C (build):
413         * FormPreferences.C (build):
414         * FormPrint.C (build):
415         * FormRef.C (build):
416         * FormSearch.C (build):
417         * FormTabular.C (build):
418         * FormTabularCreate.C (build):
419         * FormToc.C (build):
420         * FormUrl.C (build): removed initialisation of minw_, minh_.
421         
422         * The Maths Panel stuff no longer causes a crash on exit from LyX.
423
424         * FormMaths.[Ch]:
425         * forms/form_maths.fd: removed.
426
427         * forms/form_maths_delim.fd:
428         * forms/form_maths_deco.fd:
429         * forms/form_maths_matrix.fd:
430         * forms/form_maths_space.fd:
431         * forms/form_maths_panel.fd: new files.
432         Split contents of form_maths.fd into 5 new files, one for each form.
433
434         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
435         class FormMathsBitmap in FormMathsBitmap.[Ch].
436
437         * FormMathsPanel.[Ch]:
438         * FormMathsBitmap.[Ch]:
439         * FormMathsDeco.[Ch]:
440         * FormMathsDelim.[Ch]:
441         * FormMathsMatrix.[Ch]:
442         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
443         one for each popup. Rewrite so that all the new classes are derived from
444         FormBaseBD. Clean up the logic in the process (I hope!).
445
446         * Makefile.am: added new fils, removed redundant ones.
447
448 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
449
450         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
451         (showInset): ditto
452         (updateInset): ditto
453
454 2001-03-16  Juergen Vigna  <jug@sad.it>
455
456         * Dialogs.C (Dialogs): create minipage options dialog.
457
458         * forms/form_minipage.fd: 
459         * form_minipage.C: 
460         * form_minipage.h: 
461         * FormMinipage.C: 
462         * FormMinipage.h: new files for the minipage options dialog.
463
464 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
465
466         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
467         callback methods.
468
469         * forms/form_maths.fd: change C_FormBaseCancelCB to
470         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
471
472 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
473
474         * FormMaths.C: quash warnings
475
476 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
477
478         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
479         compatibility. 
480
481 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
482
483         * Form_various.h: cleaned up #includes and forward declarations.
484
485         * Form_various.C: added "using SigC::slot" declaration.
486
487         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
488
489         * FormDocument.C (CheckChoiceClass): removed string tct as the
490         compiler warned that it was defined but never used.
491         removed USE_CLASS_COMBO.
492
493 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
494
495         * Dialogs.C:
496         * FormMaths.h:
497         * FormMaths.C:
498         * MathsSymbols.h:
499         * MathsSymbols.C:
500         * Makefile.am:
501         * Toolbar_pimpl.C:
502         * form_*.C:
503         * forms/makefile:
504         * forms/form_maths.fd:
505         * forms/fdfixc.sed:
506         * forms/fdfix.sh: add maths panel
507
508         * bmtable.h:
509         * bmtable.c: moved from src/
510
511 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
512
513         * FormParagraph.h: NO_PEXTRA
514         * FormParagraph.C (input): NO_PEXTRA
515
516 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
517
518         * several files: remove CXX_WORKING_NAMESPACES
519
520 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
521
522         * Merging changes from BRANCH_MVC back into HEAD.
523
524 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
525
526         * Dialogs.C (c-tor): Changes associated with storing a vector of
527         boost::shared_ptrs.
528         Use MVC Bibitem popup.
529
530         * FormBase.h: add a new template class FormBase2, derived from FormBase
531         to make life creating MVC popups even easier ;-)
532
533         * FormBibitem.[Ch]:
534         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
535         Proof that a simple popup should be easy to implement!
536
537         * FormCitation.[Ch]: now derived from FormBase2.
538
539         * FormToc.C: added using std::vector directive.
540
541 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
542
543         * FormSearch.C: Add missing #pragma
544
545 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
546
547         * FormCitation.C:
548         * forms/form_citation.fd: added the ability to Search, both Simply and
549         for Regular Expressions. Use the Search code in the controller() to do
550         the actual searching.
551
552 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
553
554         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
555         * forms/makefile: added form_credits.fd
556         
557         * Dialogs.C: added FormCredits and removed ShowCredits.
558         
559         * FormCredits.[Ch]:
560         * forms/form_credits.fd:
561         * forms/form_search.fd: ported to the MVC way.
562         
563 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
564
565         * xforms_helpers.h (formatted): now has default arguments for size and
566         style.
567
568         * FormCitation.[Ch]: moved code out of this class and into
569         ControlCitation and associated helper funcs.
570         
571 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
572
573         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
574         ButtonController::valid() to check state of input. The buttons are
575         now controlled correctly.
576
577         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
578
579 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
580
581         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
582
583         * FormBase.[Ch]: rename title as title_.
584
585 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
586
587         * FormBase.C (c-tor): initialise variables in correct order.
588
589         * FormCitation.C: add #include <algorithm>
590
591 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
592
593         * xformsBC.[Ch]: Changes associated with the changes to
594         controllers/ButtonController.[Ch]. Ie, the class is now derived from
595         ButtonControllerBase and the ButtonPolicy is accessed through a method
596         bp() rather than the instance bp_.
597
598         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
599         rather use a pure virtual method bc() to access the controller
600         instantiated by the daughter classes.
601
602         * F*.[Ch]: changes associated with the above.
603
604 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
605
606         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
607
608         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
609
610 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
611
612         * ButtonController.[Ch]: deleted. The class is split into two
613         (with identical functionality), the code being found in
614         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
615
616         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
617         ButtonController class.
618
619         * FormBase.[Ch]: changes associated with the above split.
620
621         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
622         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
623         controlling all interaction to/from the LyX kernel.
624
625         * FormCitation.[Ch]:
626         * forms/form_citation.fd: An xforms-specific implementation of the
627         Citation dialog, controlled by the GUI-I ControlCitation.
628
629         * Dialogs.C: Use the controlled Citation dialog.
630
631 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
632
633         * Makefile.am:
634         * combox.h:
635         * combox.C: moved from src/
636
637 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
638
639         * forms/fdfix.sh:
640         * forms/form_filedialog.C.patch: I hate having to make these patches,
641         but on reflection I think it's probably better than hacking fdfix.sh.
642
643 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
644
645         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
646
647 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
648
649         * FormGraphics.C: remove unnecessary hack
650
651 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
652
653         * FormCitation.C (apply): Do not put space between multiple keys.
654
655 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
656
657         * Menubar_pimpl.C (add_toc): Remove debug message.
658
659 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
660
661         * Makefile.am:
662         * Dialogs.C:
663         * FormExternal.C:
664         * FormExternal.h:
665         * form_external.C:
666         * form_external.h:
667         * xforms/forms/makefile:
668         * forms/form_external.fd: add FormExternal
669
670 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
671
672         * Dialogs.C: add destroySplash()
673
674         * form_splash.h:
675         * form_splash.C:
676         * forms/form_splash.fd:
677         * FormSplash.h:
678         * FormSplash.C: make independent of FormBase, tidy
679         
680         * Menubar_pimpl.C: destroy splash on interaction
681
682 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
683
684         * FormInclude.h:
685         * FormInclude.C:
686         * form_include.h:
687         * form_include.C:
688         * forms/form_include.fd: rework, clean up
689
690 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
691
692         * FormToc.h: use Buffer::typedef
693
694         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
695         * FormToc.C (build): ditto
696         (updateToc): ditto
697
698 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
699
700         * FormToc.C (build): implement for dynamic number of lists
701         (updateToc): ditto
702         * Menubar_pimpl.C (add_toc): ditto
703
704 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
705
706         * added credits:
707         * Dialogs.C:
708         * Makefile.am:
709         * FormCredits.[Ch]:
710         * form_credits.[Ch]:
711         * forms/form_credits.fd:
712
713 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
714
715         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
716         make ButtonList contain boost::shared_ptr<ItemInfo>
717
718         * Menubar_pimpl.C (~Pimpl): remove destructor 
719
720 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
721
722         * Makefile.am:
723         * FileDialog.C:
724         * FormFiledialog.C:
725         * FormFiledialog.h:
726         * form_filedialog.C:
727         * form_filedialog.h:
728         * FormGraphics.C:
729         * FormInclude.C:
730         * FormPreferences.C:
731         * FormPrint.C:
732         * xforms_helpers.C:
733         * xforms_helpers.h:
734         * forms/fdfix.sh:
735         * forms/makefile:
736         * form/form_filedialog.fd: add File Dialog
737         * Toolbar_pimpl.h:
738         * Toolbar_pimpl.C: move LayoutsCB to here
739
740 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
741
742         * FormParagraph.C: changes because of ParagraphParameters.
743
744 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
745
746         * FormSearch.C (Replace): remove default argument
747         (Find): ditto
748
749 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
750
751         * added find/replace dialog:
752         * FormSearch.*: added
753         * form_search.*: added
754         * forms/form_search.fd: added
755
756 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
757
758         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
759
760         * various: in a rush of delayed guilt, I've renamed all instances of
761         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
762         finally sprouted.
763
764         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
765         activate/deactivate an FL_OBJECT.
766
767         * FormCitation.C:
768         * FormDocument.C:
769         * FormInclude.C:
770         * FormParagraph.C:
771         * FormPreamble.C:
772         * FormPreferences.C:
773         * FormRef.C:
774         * FormTabular.C: used it.
775
776 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
777
778         * FormPreferences.C: removed three unused using directives.
779
780 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
781
782         * added find/replace dialog:
783         * FormSearch.*: added
784         * form_search.*: added
785         * forms/form_search.fd: added
786
787 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
788
789         * FormRef.C: Fixed the behaviour of Goto-Ref.
790
791 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
792
793         * forms/makefile: added character and preamble dialogs
794
795 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
796
797         * FormCharacter.C (FormCharacter): change order of deletion,
798         change combo_language2 to combo_language2_
799
800 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
801
802         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
803
804 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
805
806         * Dialogs.C: added layoutcharacter
807         * FormCharacter.C: added
808         * FormCharacter.h: added
809         * form_character.C: added
810         * form_character.h: added
811         * forms/form_character.fd: added
812                
813 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
814  
815         * FormPreferences.C: Handle lyxrc.language_use_babel and
816         lyxrc.language_global_options.
817
818 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
819
820         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
821
822 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
823
824         * FormBase.C: no longer transient dialogs, XMapWindow()
825           in attempt to de-iconify
826
827         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
828
829 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
830
831         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
832         if using custom paper size/margin.
833
834 2001-02-21  Allan Rae  <rae@lyx.org>
835
836         * forms/form_preferences.fd: larger, bold font for outer tabfolder
837
838 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
839
840         * src/frontends/xforms/Dialogs.C: added preamble
841         * src/frontends/xforms/FormPreamble.C: added
842         * src/frontends/xforms/FormPreamble.h: added
843         * src/frontends/xforms/Makefile.am: added
844         * src/frontends/xforms/form_preamble.C: added
845         * src/frontends/xforms/form_preamble.h: added
846         * src/frontends/xforms/form_preamble.fd: added
847
848 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
849
850         * FormBase.h: moved noncopyable derivation to DialogBase.
851
852 2001-02-19  Juergen Vigna  <jug@sad.it>
853
854         * FormTabular.C (build): make all input field accepted only after
855         a "RETURN".
856
857         * forms/form_tabular.fd: removed default "Return" on Close-Button.
858
859 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
860
861         * FormError.C:
862         * FormGraphics.C:
863         * FormInset.C (showInset): change associated with name change
864         inset::hide to inset::hideDialog.
865
866 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
867
868         * FormCitation.C (build): altering "Text after" now activates the Ok,
869         Apply buttons.
870
871 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
872
873         * FormCitation.C: lots of white-space changes to make file consistent
874         with LyX style.
875         (input): use the FL_OBJECT * parameter to decide what to do, not the
876         long parameter.
877
878         * FormCitation.h: removed most entries in enum.
879
880         * forms/form_citation.fd: change names of variables, consistent with
881         Allan's naming scheme.
882         Don't pass any particular arguments to the InputCB function.
883         choice_style now triggers a callback and looks like other choices.
884
885 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
886
887         * other: use compare instead of strcmp/strncmp
888
889 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
890
891         * ButtonController.[Ch]: changed trigger_change_ vector and associated
892         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
893         callback to InputCB() but don't trigger a change in the state of the
894         Ok, Apply buttons are much rarer than those that do.
895
896         * FormCitation.C (build): associated change.
897
898 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
899
900         * ButtonController.C: include algorithm
901
902 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
903
904         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
905         new methods.
906         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
907         the vector of FL_OBJECT *s that can trigger a change in the button state
908         is not empty, then a change of state will occur only if the FL_OBJECT *
909         is present in this vector.
910
911         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
912         the user to deactivate specific fields within restore().
913         (InputCB): pass the FL_OBJECT * to bc_.valid().
914
915         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
916         trigger a change of state in the Ok,Apply buttons.
917         (update): bc_.readOnly() to the start of the method. Similar reasoning
918         to that for FormBase::RestoreCB, above.
919
920 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
921
922         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
923         IgnorantPolicy.
924
925         * forms/form_browser.fd:
926         * forms/form_copyright.fd:
927         * forms/form_error.fd:
928         * forms/form_tabular.fd:
929         * forms/form_toc.fd:
930         Consistent shortcuts for Close button: Esc and Return only.
931
932         * forms/form_citation.fd:
933         * forms/form_document.fd:
934         * forms/form_index.fd:
935         * forms/form_paragraph.fd:
936         * forms/form_preferences.fd:
937         * forms/form_print.fd:
938         * forms/form_ref.fd:
939         * forms/form_tabular_create.fd:
940         * forms/form_url.fd:
941         Consistent shortcut for Cancel button: Esc only.
942
943 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
944
945         * Dialogs.C: new Splash. Include, Bibitem/tex
946
947         * FormBase.h: make show() virtual for Splash's benefit
948
949         * Makefile.am:
950         * forms/makefile:
951         * FormBibitem.C:
952         * FormBibitem.h:
953         * FormBibtex.C:
954         * FormBibtex.h:
955         * form_bibitem.C:
956         * form_bibitem.h:
957         * form_bibtex.C:
958         * form_bibtex.h:
959         * forms/form_bibitem.fd:
960         * forms/form_bibtex.fd:
961         * FormInclude.C:
962         * FormInclude.h:
963         * form_include.C:
964         * form_include.h:
965         * forms/form_include.fd:
966         * FormSplash.C:
967         * FormSplash.h:
968         * form_splash.C:
969         * form_splash.h:
970         * forms/form_splash.fd: new forms
971
972 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
973
974         * FormLog.C: handle Literate build log nicely
975
976 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
977
978         * Menubar_pimpl.C: remove support for reference menuitem type.
979
980 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
981
982         * Makefile.am:
983         * Timeout_pimpl.h:
984         * Timeout_pimpl.C: add Timeout implementation
985
986 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
987
988         * form_browser.h:
989         * form_browser.C:
990         * forms/form_browser.fd:
991         * forms/makefile:
992         * FormBrowser.C:
993         * FormBrowser.h: readonly browser form
994
995         * FormLog.C:
996         * FormLog.h:
997         * FormVCLog.C:
998         * FormVCLog.h:
999         * Dialogs.C: add Log and VCLog
1000
1001         * Makefile.am: add Log and VCLog, add updatesrc target
1002
1003 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1004
1005         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
1006
1007 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1008
1009         * FormPreferences.C (GetFrom): fix crash when there is no format
1010         defined. 
1011         (GetTo): ditto.
1012
1013 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
1014
1015         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
1016         unsigned char correctly and so fix 2 bugs loading/changing colors.
1017
1018 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
1019
1020         * FormRef.C (update): Do not update dialog_->{ref,name,type}
1021         if inset_ == 0.
1022         Deactivate the type button when buffer is LinuxDoc/Docbook
1023         (build): Uncomment calls to addReadOnly().
1024         (updateBrowser) Do not disable the update button when there are no 
1025         keys.
1026         (build, getType, getName): Use InsetRef::types.
1027
1028 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
1029
1030         * FormPrint.[Ch] (browse): new method to browse for file to print to.
1031
1032         * forms/form_print.fd: give the form a Browse button.
1033
1034 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1035
1036         * FormRef.C (input): Fix the behavior of goto reference button.
1037