]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
ee597a0f367f8200c9482241e30610c97e6d6937
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * FormBase.h: moved noncopyable derivation to DialogBase.
4
5 2001-02-19  Juergen Vigna  <jug@sad.it>
6
7         * FormTabular.C (build): make all input field accepted only after
8         a "RETURN".
9
10         * forms/form_tabular.fd: removed default "Return" on Close-Button.
11
12 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13
14         * FormError.C:
15         * FormGraphics.C:
16         * FormInset.C (showInset): change associated with name change
17         inset::hide to inset::hideDialog.
18
19 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
20
21         * FormCitation.C (build): altering "Text after" now activates the Ok,
22         Apply buttons.
23
24 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
25
26         * FormCitation.C: lots of white-space changes to make file consistent
27         with LyX style.
28         (input): use the FL_OBJECT * parameter to decide what to do, not the
29         long parameter.
30
31         * FormCitation.h: removed most entries in enum.
32
33         * forms/form_citation.fd: change names of variables, consistent with
34         Allan's naming scheme.
35         Don't pass any particular arguments to the InputCB function.
36         choice_style now triggers a callback and looks like other choices.
37
38 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
39
40         * other: use compare instead of strcmp/strncmp
41
42 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
43
44         * ButtonController.[Ch]: changed trigger_change_ vector and associated
45         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
46         callback to InputCB() but don't trigger a change in the state of the
47         Ok, Apply buttons are much rarer than those that do.
48
49         * FormCitation.C (build): associated change.
50
51 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
52
53         * ButtonController.C: include algorithm
54
55 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
56
57         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
58         new methods.
59         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
60         the vector of FL_OBJECT *s that can trigger a change in the button state
61         is not empty, then a change of state will occur only if the FL_OBJECT *
62         is present in this vector.
63
64         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
65         the user to deactivate specific fields within restore().
66         (InputCB): pass the FL_OBJECT * to bc_.valid().
67
68         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
69         trigger a change of state in the Ok,Apply buttons.
70         (update): bc_.readOnly() to the start of the method. Similar reasoning
71         to that for FormBase::RestoreCB, above.
72
73 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
74
75         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
76         IgnorantPolicy.
77
78         * forms/form_browser.fd:
79         * forms/form_copyright.fd:
80         * forms/form_error.fd:
81         * forms/form_tabular.fd:
82         * forms/form_toc.fd:
83         Consistent shortcuts for Close button: Esc and Return only.
84
85         * forms/form_citation.fd:
86         * forms/form_document.fd:
87         * forms/form_index.fd:
88         * forms/form_paragraph.fd:
89         * forms/form_preferences.fd:
90         * forms/form_print.fd:
91         * forms/form_ref.fd:
92         * forms/form_tabular_create.fd:
93         * forms/form_url.fd:
94         Consistent shortcut for Cancel button: Esc only.
95
96 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
97
98         * Dialogs.C: new Splash. Include, Bibitem/tex
99
100         * FormBase.h: make show() virtual for Splash's benefit
101
102         * Makefile.am:
103         * forms/makefile:
104         * FormBibitem.C:
105         * FormBibitem.h:
106         * FormBibtex.C:
107         * FormBibtex.h:
108         * form_bibitem.C:
109         * form_bibitem.h:
110         * form_bibtex.C:
111         * form_bibtex.h:
112         * forms/form_bibitem.fd:
113         * forms/form_bibtex.fd:
114         * FormInclude.C:
115         * FormInclude.h:
116         * form_include.C:
117         * form_include.h:
118         * forms/form_include.fd:
119         * FormSplash.C:
120         * FormSplash.h:
121         * form_splash.C:
122         * form_splash.h:
123         * forms/form_splash.fd: new forms
124
125 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
126
127         * FormLog.C: handle Literate build log nicely
128
129 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
130
131         * Menubar_pimpl.C: remove support for reference menuitem type.
132
133 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
134
135         * Makefile.am:
136         * Timeout_pimpl.h:
137         * Timeout_pimpl.C: add Timeout implementation
138
139 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
140
141         * form_browser.h:
142         * form_browser.C:
143         * forms/form_browser.fd:
144         * forms/makefile:
145         * FormBrowser.C:
146         * FormBrowser.h: readonly browser form
147
148         * FormLog.C:
149         * FormLog.h:
150         * FormVCLog.C:
151         * FormVCLog.h:
152         * Dialogs.C: add Log and VCLog
153
154         * Makefile.am: add Log and VCLog, add updatesrc target
155
156 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
157
158         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
159
160 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
161
162         * FormPreferences.C (GetFrom): fix crash when there is no format
163         defined. 
164         (GetTo): ditto.
165
166 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
167
168         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
169         unsigned char correctly and so fix 2 bugs loading/changing colors.
170
171 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
172
173         * FormRef.C (update): Do not update dialog_->{ref,name,type}
174         if inset_ == 0.
175         Deactivate the type button when buffer is LinuxDoc/Docbook
176         (build): Uncomment calls to addReadOnly().
177         (updateBrowser) Do not disable the update button when there are no 
178         keys.
179         (build, getType, getName): Use InsetRef::types.
180
181 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
182
183         * FormPrint.[Ch] (browse): new method to browse for file to print to.
184
185         * forms/form_print.fd: give the form a Browse button.
186
187 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
188
189         * FormRef.C (input): Fix the behavior of goto reference button.
190