]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
Added %x support in vspace.C (LyXLenght) and use it for the minipages.
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-03-29  Juergen Vigna  <jug@sad.it>
2
3         * FormMinipage.C: removed widthp_ and all it's functions and changed
4         to use new %-lengths of LyXLength.
5
6 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
7
8         * FormGraphics.C:
9         * forms/form_graphics.fd:
10         * FormIndex.C:
11         * forms/form_index.fd: implemented controller-view split.
12
13         * Dialogs.C: associated changes.
14
15         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
16
17         * FormCitation.C: changes associated with ControlCitation cleanup.
18
19         * FormMinipage.h: cleaned-up forward declarations.
20
21 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
22
23         * FormMinipage.[Ch]:
24         * forms/form_minipage.fd:
25         * FormPrint.[Ch]:
26         * forms/form_print.fd:
27         * FormSplash.[Ch]: implemented controller-view split.
28
29         * Dialogs.C: associated changes.
30
31 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
32
33         * FormPreamble.[Ch]:
34         * forms/form_preamble.fd:
35         * FormRef.[Ch]:
36         * forms/form_ref.fd:
37         * FormSearch.[Ch]:
38         * forms/form_search.fd:
39         * FormTabularCreate.[Ch]:
40         * forms/form_tabular_create.fd: implemented controller-view split.
41
42         * Dialogs.C: associated changes.
43
44 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
45
46         * FormError.[Ch]:
47         * form_error.fd:
48         * FormInclude.[Ch]:
49         * form_include.fd:
50         * FormUrl.[Ch]:
51         * form_url.fd: implemented controller-view split.
52
53         * Dialogs.C: associated changes.
54
55         * FormBibitem.h:
56         * FormBibtex.h:
57         * FormCitation.h: moved methods from protected to private.
58
59 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
60
61         * FormCredits.C (build): changes associated with
62         ControlCredits::getCredits returning a stringstream not a vector<string>
63
64 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
65
66         * FormCopyright.[Ch]:
67         * forms/form_copyright.fd: implemented controller-view split.
68
69         * FormCredits.[Ch]:
70         * forms/form_credits.fd: implemented controller-view split.
71
72         * Dialogs.C: associated changes.
73
74         * xforms_helpers.C (formatted): improved the function so that it now
75         repects '\n' characters in the input string. Ie, the user can now
76         specify line breaks explicitly.
77
78 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
79
80         * FormCharacter.[Ch]:
81         * forms/form_character.fd: implemented controller-view split.
82
83         * Dialogs.C: associated changes.
84
85         * FormBase.C (input): changed return to SMI_VALID.
86
87         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
88         any surrounding whitespace.
89
90 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
91
92         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
93         SMI_NOOP.
94         (FormBase2): split into two template classes, FormDB (DialogBase) and
95         FormCB (ControllerBase) for greater flexibility.
96
97         * FormBibitem.[Ch]:
98         * FormBibtex.[Ch]:
99         * FormCitation.[Ch]: associated changes.
100
101         * FormBrowser.[Ch]:
102         * FormLog.[Ch]:
103         * FormVCLog.[Ch]:
104         * forms/form_browser.fd: implemented controller-view split.
105
106         * Dialogs.C: associated changes.
107
108 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
109
110         * FormBibtex.[Ch]:
111         * forms/form_bibtex.fd: implemented controller-view split.
112
113         * Dialogs.C: associated changes.
114
115 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
116
117         * FormBaseDeprecated.[Ch]: rename title as title_.
118         
119         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
120         with limited functionality. It got lost in the MVC merge.
121
122         * FormBaseDeprecated.C:
123         * FormBase.C (show): moved initialisation of minw_, minh_ here.
124
125         * FormBibitem.C (build):
126         * FormBibtex.C (build):
127         * FormBrowser.C (build):
128         * FormCharacter.C (build):
129         * FormCitation.C (build):
130         * FormCopyright.C (build):
131         * FormCredits.C (build):
132         * FormDocument.C (build):
133         * FormError.C (build):
134         * FormExternal.C (build):
135         * FormGraphics.C (build):
136         * FormInclude.C (build):
137         * FormIndex.C (build):
138         * FormMinipage.C (build):
139         * FormParagraph.C (build):
140         * FormPreamble.C (build):
141         * FormPreferences.C (build):
142         * FormPrint.C (build):
143         * FormRef.C (build):
144         * FormSearch.C (build):
145         * FormTabular.C (build):
146         * FormTabularCreate.C (build):
147         * FormToc.C (build):
148         * FormUrl.C (build): removed initialisation of minw_, minh_.
149         
150         * The Maths Panel stuff no longer causes a crash on exit from LyX.
151
152         * FormMaths.[Ch]:
153         * forms/form_maths.fd: removed.
154
155         * forms/form_maths_delim.fd:
156         * forms/form_maths_deco.fd:
157         * forms/form_maths_matrix.fd:
158         * forms/form_maths_space.fd:
159         * forms/form_maths_panel.fd: new files.
160         Split contents of form_maths.fd into 5 new files, one for each form.
161
162         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
163         class FormMathsBitmap in FormMathsBitmap.[Ch].
164
165         * FormMathsPanel.[Ch]:
166         * FormMathsBitmap.[Ch]:
167         * FormMathsDeco.[Ch]:
168         * FormMathsDelim.[Ch]:
169         * FormMathsMatrix.[Ch]:
170         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
171         one for each popup. Rewrite so that all the new classes are derived from
172         FormBaseBD. Clean up the logic in the process (I hope!).
173
174         * Makefile.am: added new fils, removed redundant ones.
175
176 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
177
178         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
179         (showInset): ditto
180         (updateInset): ditto
181
182 2001-03-16  Juergen Vigna  <jug@sad.it>
183
184         * Dialogs.C (Dialogs): create minipage options dialog.
185
186         * forms/form_minipage.fd: 
187         * form_minipage.C: 
188         * form_minipage.h: 
189         * FormMinipage.C: 
190         * FormMinipage.h: new files for the minipage options dialog.
191
192 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
193
194         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
195         callback methods.
196
197         * forms/form_maths.fd: change C_FormBaseCancelCB to
198         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
199
200 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
201
202         * FormMaths.C: quash warnings
203
204 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
205
206         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
207         compatibility. 
208
209 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
210
211         * Form_various.h: cleaned up #includes and forward declarations.
212
213         * Form_various.C: added "using SigC::slot" declaration.
214
215         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
216
217         * FormDocument.C (CheckChoiceClass): removed string tct as the
218         compiler warned that it was defined but never used.
219         removed USE_CLASS_COMBO.
220
221 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
222
223         * Dialogs.C:
224         * FormMaths.h:
225         * FormMaths.C:
226         * MathsSymbols.h:
227         * MathsSymbols.C:
228         * Makefile.am:
229         * Toolbar_pimpl.C:
230         * form_*.C:
231         * forms/makefile:
232         * forms/form_maths.fd:
233         * forms/fdfixc.sed:
234         * forms/fdfix.sh: add maths panel
235
236         * bmtable.h:
237         * bmtable.c: moved from src/
238
239 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
240
241         * FormParagraph.h: NO_PEXTRA
242         * FormParagraph.C (input): NO_PEXTRA
243
244 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
245
246         * several files: remove CXX_WORKING_NAMESPACES
247
248 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
249
250         * Merging changes from BRANCH_MVC back into HEAD.
251
252 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
253
254         * Dialogs.C (c-tor): Changes associated with storing a vector of
255         boost::shared_ptrs.
256         Use MVC Bibitem popup.
257
258         * FormBase.h: add a new template class FormBase2, derived from FormBase
259         to make life creating MVC popups even easier ;-)
260
261         * FormBibitem.[Ch]:
262         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
263         Proof that a simple popup should be easy to implement!
264
265         * FormCitation.[Ch]: now derived from FormBase2.
266
267         * FormToc.C: added using std::vector directive.
268
269 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
270
271         * FormSearch.C: Add missing #pragma
272
273 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
274
275         * FormCitation.C:
276         * forms/form_citation.fd: added the ability to Search, both Simply and
277         for Regular Expressions. Use the Search code in the controller() to do
278         the actual searching.
279
280 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
281
282         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
283         * forms/makefile: added form_credits.fd
284         
285         * Dialogs.C: added FormCredits and removed ShowCredits.
286         
287         * FormCredits.[Ch]:
288         * forms/form_credits.fd:
289         * forms/form_search.fd: ported to the MVC way.
290         
291 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
292
293         * xforms_helpers.h (formatted): now has default arguments for size and
294         style.
295
296         * FormCitation.[Ch]: moved code out of this class and into
297         ControlCitation and associated helper funcs.
298         
299 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
300
301         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
302         ButtonController::valid() to check state of input. The buttons are
303         now controlled correctly.
304
305         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
306
307 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
308
309         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
310
311         * FormBase.[Ch]: rename title as title_.
312
313 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
314
315         * FormBase.C (c-tor): initialise variables in correct order.
316
317         * FormCitation.C: add #include <algorithm>
318
319 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
320
321         * xformsBC.[Ch]: Changes associated with the changes to
322         controllers/ButtonController.[Ch]. Ie, the class is now derived from
323         ButtonControllerBase and the ButtonPolicy is accessed through a method
324         bp() rather than the instance bp_.
325
326         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
327         rather use a pure virtual method bc() to access the controller
328         instantiated by the daughter classes.
329
330         * F*.[Ch]: changes associated with the above.
331
332 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
333
334         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
335
336         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
337
338 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
339
340         * ButtonController.[Ch]: deleted. The class is split into two
341         (with identical functionality), the code being found in
342         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
343
344         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
345         ButtonController class.
346
347         * FormBase.[Ch]: changes associated with the above split.
348
349         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
350         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
351         controlling all interaction to/from the LyX kernel.
352
353         * FormCitation.[Ch]:
354         * forms/form_citation.fd: An xforms-specific implementation of the
355         Citation dialog, controlled by the GUI-I ControlCitation.
356
357         * Dialogs.C: Use the controlled Citation dialog.
358
359 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
360
361         * Makefile.am:
362         * combox.h:
363         * combox.C: moved from src/
364
365 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
366
367         * forms/fdfix.sh:
368         * forms/form_filedialog.C.patch: I hate having to make these patches,
369         but on reflection I think it's probably better than hacking fdfix.sh.
370
371 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
372
373         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
374
375 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
376
377         * FormGraphics.C: remove unnecessary hack
378
379 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
380
381         * FormCitation.C (apply): Do not put space between multiple keys.
382
383 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
384
385         * Menubar_pimpl.C (add_toc): Remove debug message.
386
387 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
388
389         * Makefile.am:
390         * Dialogs.C:
391         * FormExternal.C:
392         * FormExternal.h:
393         * form_external.C:
394         * form_external.h:
395         * xforms/forms/makefile:
396         * forms/form_external.fd: add FormExternal
397
398 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
399
400         * Dialogs.C: add destroySplash()
401
402         * form_splash.h:
403         * form_splash.C:
404         * forms/form_splash.fd:
405         * FormSplash.h:
406         * FormSplash.C: make independent of FormBase, tidy
407         
408         * Menubar_pimpl.C: destroy splash on interaction
409
410 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
411
412         * FormInclude.h:
413         * FormInclude.C:
414         * form_include.h:
415         * form_include.C:
416         * forms/form_include.fd: rework, clean up
417
418 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
419
420         * FormToc.h: use Buffer::typedef
421
422         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
423         * FormToc.C (build): ditto
424         (updateToc): ditto
425
426 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
427
428         * FormToc.C (build): implement for dynamic number of lists
429         (updateToc): ditto
430         * Menubar_pimpl.C (add_toc): ditto
431
432 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
433
434         * added credits:
435         * Dialogs.C:
436         * Makefile.am:
437         * FormCredits.[Ch]:
438         * form_credits.[Ch]:
439         * forms/form_credits.fd:
440
441 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
442
443         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
444         make ButtonList contain boost::shared_ptr<ItemInfo>
445
446         * Menubar_pimpl.C (~Pimpl): remove destructor 
447
448 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
449
450         * Makefile.am:
451         * FileDialog.C:
452         * FormFiledialog.C:
453         * FormFiledialog.h:
454         * form_filedialog.C:
455         * form_filedialog.h:
456         * FormGraphics.C:
457         * FormInclude.C:
458         * FormPreferences.C:
459         * FormPrint.C:
460         * xforms_helpers.C:
461         * xforms_helpers.h:
462         * forms/fdfix.sh:
463         * forms/makefile:
464         * form/form_filedialog.fd: add File Dialog
465         * Toolbar_pimpl.h:
466         * Toolbar_pimpl.C: move LayoutsCB to here
467
468 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
469
470         * FormParagraph.C: changes because of ParagraphParameters.
471
472 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
473
474         * FormSearch.C (Replace): remove default argument
475         (Find): ditto
476
477 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
478
479         * added find/replace dialog:
480         * FormSearch.*: added
481         * form_search.*: added
482         * forms/form_search.fd: added
483
484 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
485
486         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
487
488         * various: in a rush of delayed guilt, I've renamed all instances of
489         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
490         finally sprouted.
491
492         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
493         activate/deactivate an FL_OBJECT.
494
495         * FormCitation.C:
496         * FormDocument.C:
497         * FormInclude.C:
498         * FormParagraph.C:
499         * FormPreamble.C:
500         * FormPreferences.C:
501         * FormRef.C:
502         * FormTabular.C: used it.
503
504 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
505
506         * FormPreferences.C: removed three unused using directives.
507
508 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
509
510         * added find/replace dialog:
511         * FormSearch.*: added
512         * form_search.*: added
513         * forms/form_search.fd: added
514
515 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
516
517         * FormRef.C: Fixed the behaviour of Goto-Ref.
518
519 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
520
521         * forms/makefile: added character and preamble dialogs
522
523 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
524
525         * FormCharacter.C (FormCharacter): change order of deletion,
526         change combo_language2 to combo_language2_
527
528 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
529
530         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
531
532 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
533
534         * Dialogs.C: added layoutcharacter
535         * FormCharacter.C: added
536         * FormCharacter.h: added
537         * form_character.C: added
538         * form_character.h: added
539         * forms/form_character.fd: added
540                
541 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
542  
543         * FormPreferences.C: Handle lyxrc.language_use_babel and
544         lyxrc.language_global_options.
545
546 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
547
548         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
549
550 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
551
552         * FormBase.C: no longer transient dialogs, XMapWindow()
553           in attempt to de-iconify
554
555         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
556
557 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
558
559         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
560         if using custom paper size/margin.
561
562 2001-02-21  Allan Rae  <rae@lyx.org>
563
564         * forms/form_preferences.fd: larger, bold font for outer tabfolder
565
566 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
567
568         * src/frontends/xforms/Dialogs.C: added preamble
569         * src/frontends/xforms/FormPreamble.C: added
570         * src/frontends/xforms/FormPreamble.h: added
571         * src/frontends/xforms/Makefile.am: added
572         * src/frontends/xforms/form_preamble.C: added
573         * src/frontends/xforms/form_preamble.h: added
574         * src/frontends/xforms/form_preamble.fd: added
575
576 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
577
578         * FormBase.h: moved noncopyable derivation to DialogBase.
579
580 2001-02-19  Juergen Vigna  <jug@sad.it>
581
582         * FormTabular.C (build): make all input field accepted only after
583         a "RETURN".
584
585         * forms/form_tabular.fd: removed default "Return" on Close-Button.
586
587 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
588
589         * FormError.C:
590         * FormGraphics.C:
591         * FormInset.C (showInset): change associated with name change
592         inset::hide to inset::hideDialog.
593
594 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
595
596         * FormCitation.C (build): altering "Text after" now activates the Ok,
597         Apply buttons.
598
599 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
600
601         * FormCitation.C: lots of white-space changes to make file consistent
602         with LyX style.
603         (input): use the FL_OBJECT * parameter to decide what to do, not the
604         long parameter.
605
606         * FormCitation.h: removed most entries in enum.
607
608         * forms/form_citation.fd: change names of variables, consistent with
609         Allan's naming scheme.
610         Don't pass any particular arguments to the InputCB function.
611         choice_style now triggers a callback and looks like other choices.
612
613 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
614
615         * other: use compare instead of strcmp/strncmp
616
617 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
618
619         * ButtonController.[Ch]: changed trigger_change_ vector and associated
620         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
621         callback to InputCB() but don't trigger a change in the state of the
622         Ok, Apply buttons are much rarer than those that do.
623
624         * FormCitation.C (build): associated change.
625
626 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
627
628         * ButtonController.C: include algorithm
629
630 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
631
632         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
633         new methods.
634         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
635         the vector of FL_OBJECT *s that can trigger a change in the button state
636         is not empty, then a change of state will occur only if the FL_OBJECT *
637         is present in this vector.
638
639         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
640         the user to deactivate specific fields within restore().
641         (InputCB): pass the FL_OBJECT * to bc_.valid().
642
643         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
644         trigger a change of state in the Ok,Apply buttons.
645         (update): bc_.readOnly() to the start of the method. Similar reasoning
646         to that for FormBase::RestoreCB, above.
647
648 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
649
650         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
651         IgnorantPolicy.
652
653         * forms/form_browser.fd:
654         * forms/form_copyright.fd:
655         * forms/form_error.fd:
656         * forms/form_tabular.fd:
657         * forms/form_toc.fd:
658         Consistent shortcuts for Close button: Esc and Return only.
659
660         * forms/form_citation.fd:
661         * forms/form_document.fd:
662         * forms/form_index.fd:
663         * forms/form_paragraph.fd:
664         * forms/form_preferences.fd:
665         * forms/form_print.fd:
666         * forms/form_ref.fd:
667         * forms/form_tabular_create.fd:
668         * forms/form_url.fd:
669         Consistent shortcut for Cancel button: Esc only.
670
671 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
672
673         * Dialogs.C: new Splash. Include, Bibitem/tex
674
675         * FormBase.h: make show() virtual for Splash's benefit
676
677         * Makefile.am:
678         * forms/makefile:
679         * FormBibitem.C:
680         * FormBibitem.h:
681         * FormBibtex.C:
682         * FormBibtex.h:
683         * form_bibitem.C:
684         * form_bibitem.h:
685         * form_bibtex.C:
686         * form_bibtex.h:
687         * forms/form_bibitem.fd:
688         * forms/form_bibtex.fd:
689         * FormInclude.C:
690         * FormInclude.h:
691         * form_include.C:
692         * form_include.h:
693         * forms/form_include.fd:
694         * FormSplash.C:
695         * FormSplash.h:
696         * form_splash.C:
697         * form_splash.h:
698         * forms/form_splash.fd: new forms
699
700 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
701
702         * FormLog.C: handle Literate build log nicely
703
704 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
705
706         * Menubar_pimpl.C: remove support for reference menuitem type.
707
708 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
709
710         * Makefile.am:
711         * Timeout_pimpl.h:
712         * Timeout_pimpl.C: add Timeout implementation
713
714 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
715
716         * form_browser.h:
717         * form_browser.C:
718         * forms/form_browser.fd:
719         * forms/makefile:
720         * FormBrowser.C:
721         * FormBrowser.h: readonly browser form
722
723         * FormLog.C:
724         * FormLog.h:
725         * FormVCLog.C:
726         * FormVCLog.h:
727         * Dialogs.C: add Log and VCLog
728
729         * Makefile.am: add Log and VCLog, add updatesrc target
730
731 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
732
733         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
734
735 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
736
737         * FormPreferences.C (GetFrom): fix crash when there is no format
738         defined. 
739         (GetTo): ditto.
740
741 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
744         unsigned char correctly and so fix 2 bugs loading/changing colors.
745
746 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
747
748         * FormRef.C (update): Do not update dialog_->{ref,name,type}
749         if inset_ == 0.
750         Deactivate the type button when buffer is LinuxDoc/Docbook
751         (build): Uncomment calls to addReadOnly().
752         (updateBrowser) Do not disable the update button when there are no 
753         keys.
754         (build, getType, getName): Use InsetRef::types.
755
756 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
757
758         * FormPrint.[Ch] (browse): new method to browse for file to print to.
759
760         * forms/form_print.fd: give the form a Browse button.
761
762 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
763
764         * FormRef.C (input): Fix the behavior of goto reference button.
765