]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
c0737f211879267301770e7f10cbb3634a5582ce
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
4         new methods.
5         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
6         the vector of FL_OBJECT *s that can trigger a change in the button state
7         is not empty, then a change of state will occur only if the FL_OBJECT *
8         is present in this vector.
9
10         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
11         the user to deactivate specific fields within restore().
12         (InputCB): pass the FL_OBJECT * to bc_.valid().
13
14         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
15         trigger a change of state in the Ok,Apply buttons.
16         (update): bc_.readOnly() to the start of the method. Similar reasoning
17         to that for FormBase::RestoreCB, above.
18
19 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
20
21         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
22         IgnorantPolicy.
23
24         * forms/form_browser.fd:
25         * forms/form_copyright.fd:
26         * forms/form_error.fd:
27         * forms/form_tabular.fd:
28         * forms/form_toc.fd:
29         Consistent shortcuts for Close button: Esc and Return only.
30
31         * forms/form_citation.fd:
32         * forms/form_document.fd:
33         * forms/form_index.fd:
34         * forms/form_paragraph.fd:
35         * forms/form_preferences.fd:
36         * forms/form_print.fd:
37         * forms/form_ref.fd:
38         * forms/form_tabular_create.fd:
39         * forms/form_url.fd:
40         Consistent shortcut for Cancel button: Esc only.
41
42 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
43
44         * Dialogs.C: new Splash. Include, Bibitem/tex
45
46         * FormBase.h: make show() virtual for Splash's benefit
47
48         * Makefile.am:
49         * forms/makefile:
50         * FormBibitem.C:
51         * FormBibitem.h:
52         * FormBibtex.C:
53         * FormBibtex.h:
54         * form_bibitem.C:
55         * form_bibitem.h:
56         * form_bibtex.C:
57         * form_bibtex.h:
58         * forms/form_bibitem.fd:
59         * forms/form_bibtex.fd:
60         * FormInclude.C:
61         * FormInclude.h:
62         * form_include.C:
63         * form_include.h:
64         * forms/form_include.fd:
65         * FormSplash.C:
66         * FormSplash.h:
67         * form_splash.C:
68         * form_splash.h:
69         * forms/form_splash.fd: new forms
70
71 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
72
73         * FormLog.C: handle Literate build log nicely
74
75 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
76
77         * Menubar_pimpl.C: remove support for reference menuitem type.
78
79 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
80
81         * Makefile.am:
82         * Timeout_pimpl.h:
83         * Timeout_pimpl.C: add Timeout implementation
84
85 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
86
87         * form_browser.h:
88         * form_browser.C:
89         * forms/form_browser.fd:
90         * forms/makefile:
91         * FormBrowser.C:
92         * FormBrowser.h: readonly browser form
93
94         * FormLog.C:
95         * FormLog.h:
96         * FormVCLog.C:
97         * FormVCLog.h:
98         * Dialogs.C: add Log and VCLog
99
100         * Makefile.am: add Log and VCLog, add updatesrc target
101
102 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
103
104         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
105
106 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
107
108         * FormPreferences.C (GetFrom): fix crash when there is no format
109         defined. 
110         (GetTo): ditto.
111
112 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
113
114         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
115         unsigned char correctly and so fix 2 bugs loading/changing colors.
116
117 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
118
119         * FormRef.C (update): Do not update dialog_->{ref,name,type}
120         if inset_ == 0.
121         Deactivate the type button when buffer is LinuxDoc/Docbook
122         (build): Uncomment calls to addReadOnly().
123         (updateBrowser) Do not disable the update button when there are no 
124         keys.
125         (build, getType, getName): Use InsetRef::types.
126
127 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
128
129         * FormPrint.[Ch] (browse): new method to browse for file to print to.
130
131         * forms/form_print.fd: give the form a Browse button.
132
133 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
134
135         * FormRef.C (input): Fix the behavior of goto reference button.
136