]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
create and use a little setEnabled() xforms wrapper function.
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
4
5         * various: in a rush of delayed guilt, I've renamed all instances of
6         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
7         finally sprouted.
8
9         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
10         activate/deactivate an FL_OBJECT.
11
12         * FormCitation.C:
13         * FormDocument.C:
14         * FormInclude.C:
15         * FormParagraph.C:
16         * FormPreamble.C:
17         * FormPreferences.C:
18         * FormRef.C:
19         * FormTabular.C: used it.
20
21 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
22
23         * FormPreferences.C: removed three unused using directives.
24
25 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
26
27         * FormRef.C: Fixed the behaviour of Goto-Ref.
28
29 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
30
31         * forms/makefile: added character and preamble dialogs
32
33 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
34
35         * FormCharacter.C (FormCharacter): change order of deletion,
36         change combo_language2 to combo_language2_
37
38 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
39
40         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
41
42 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
43
44         * Dialogs.C: added layoutcharacter
45         * FormCharacter.C: added
46         * FormCharacter.h: added
47         * form_character.C: added
48         * form_character.h: added
49         * forms/form_character.fd: added
50                
51 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
52  
53         * FormPreferences.C: Handle lyxrc.language_use_babel and
54         lyxrc.language_global_options.
55
56 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
57
58         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
59
60 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
61
62         * FormBase.C: no longer transient dialogs, XMapWindow()
63           in attempt to de-iconify
64
65         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
66
67 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
68
69         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
70         if using custom paper size/margin.
71
72 2001-02-21  Allan Rae  <rae@lyx.org>
73
74         * forms/form_preferences.fd: larger, bold font for outer tabfolder
75
76 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
77
78         * src/frontends/xforms/Dialogs.C: added preamble
79         * src/frontends/xforms/FormPreamble.C: added
80         * src/frontends/xforms/FormPreamble.h: added
81         * src/frontends/xforms/Makefile.am: added
82         * src/frontends/xforms/form_preamble.C: added
83         * src/frontends/xforms/form_preamble.h: added
84         * src/frontends/xforms/form_preamble.fd: added
85
86 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
87
88         * FormBase.h: moved noncopyable derivation to DialogBase.
89
90 2001-02-19  Juergen Vigna  <jug@sad.it>
91
92         * FormTabular.C (build): make all input field accepted only after
93         a "RETURN".
94
95         * forms/form_tabular.fd: removed default "Return" on Close-Button.
96
97 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
98
99         * FormError.C:
100         * FormGraphics.C:
101         * FormInset.C (showInset): change associated with name change
102         inset::hide to inset::hideDialog.
103
104 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
105
106         * FormCitation.C (build): altering "Text after" now activates the Ok,
107         Apply buttons.
108
109 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * FormCitation.C: lots of white-space changes to make file consistent
112         with LyX style.
113         (input): use the FL_OBJECT * parameter to decide what to do, not the
114         long parameter.
115
116         * FormCitation.h: removed most entries in enum.
117
118         * forms/form_citation.fd: change names of variables, consistent with
119         Allan's naming scheme.
120         Don't pass any particular arguments to the InputCB function.
121         choice_style now triggers a callback and looks like other choices.
122
123 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
124
125         * other: use compare instead of strcmp/strncmp
126
127 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
128
129         * ButtonController.[Ch]: changed trigger_change_ vector and associated
130         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
131         callback to InputCB() but don't trigger a change in the state of the
132         Ok, Apply buttons are much rarer than those that do.
133
134         * FormCitation.C (build): associated change.
135
136 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
137
138         * ButtonController.C: include algorithm
139
140 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
141
142         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
143         new methods.
144         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
145         the vector of FL_OBJECT *s that can trigger a change in the button state
146         is not empty, then a change of state will occur only if the FL_OBJECT *
147         is present in this vector.
148
149         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
150         the user to deactivate specific fields within restore().
151         (InputCB): pass the FL_OBJECT * to bc_.valid().
152
153         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
154         trigger a change of state in the Ok,Apply buttons.
155         (update): bc_.readOnly() to the start of the method. Similar reasoning
156         to that for FormBase::RestoreCB, above.
157
158 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
159
160         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
161         IgnorantPolicy.
162
163         * forms/form_browser.fd:
164         * forms/form_copyright.fd:
165         * forms/form_error.fd:
166         * forms/form_tabular.fd:
167         * forms/form_toc.fd:
168         Consistent shortcuts for Close button: Esc and Return only.
169
170         * forms/form_citation.fd:
171         * forms/form_document.fd:
172         * forms/form_index.fd:
173         * forms/form_paragraph.fd:
174         * forms/form_preferences.fd:
175         * forms/form_print.fd:
176         * forms/form_ref.fd:
177         * forms/form_tabular_create.fd:
178         * forms/form_url.fd:
179         Consistent shortcut for Cancel button: Esc only.
180
181 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
182
183         * Dialogs.C: new Splash. Include, Bibitem/tex
184
185         * FormBase.h: make show() virtual for Splash's benefit
186
187         * Makefile.am:
188         * forms/makefile:
189         * FormBibitem.C:
190         * FormBibitem.h:
191         * FormBibtex.C:
192         * FormBibtex.h:
193         * form_bibitem.C:
194         * form_bibitem.h:
195         * form_bibtex.C:
196         * form_bibtex.h:
197         * forms/form_bibitem.fd:
198         * forms/form_bibtex.fd:
199         * FormInclude.C:
200         * FormInclude.h:
201         * form_include.C:
202         * form_include.h:
203         * forms/form_include.fd:
204         * FormSplash.C:
205         * FormSplash.h:
206         * form_splash.C:
207         * form_splash.h:
208         * forms/form_splash.fd: new forms
209
210 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
211
212         * FormLog.C: handle Literate build log nicely
213
214 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * Menubar_pimpl.C: remove support for reference menuitem type.
217
218 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
219
220         * Makefile.am:
221         * Timeout_pimpl.h:
222         * Timeout_pimpl.C: add Timeout implementation
223
224 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
225
226         * form_browser.h:
227         * form_browser.C:
228         * forms/form_browser.fd:
229         * forms/makefile:
230         * FormBrowser.C:
231         * FormBrowser.h: readonly browser form
232
233         * FormLog.C:
234         * FormLog.h:
235         * FormVCLog.C:
236         * FormVCLog.h:
237         * Dialogs.C: add Log and VCLog
238
239         * Makefile.am: add Log and VCLog, add updatesrc target
240
241 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
242
243         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
244
245 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
246
247         * FormPreferences.C (GetFrom): fix crash when there is no format
248         defined. 
249         (GetTo): ditto.
250
251 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
254         unsigned char correctly and so fix 2 bugs loading/changing colors.
255
256 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
257
258         * FormRef.C (update): Do not update dialog_->{ref,name,type}
259         if inset_ == 0.
260         Deactivate the type button when buffer is LinuxDoc/Docbook
261         (build): Uncomment calls to addReadOnly().
262         (updateBrowser) Do not disable the update button when there are no 
263         keys.
264         (build, getType, getName): Use InsetRef::types.
265
266 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
267
268         * FormPrint.[Ch] (browse): new method to browse for file to print to.
269
270         * forms/form_print.fd: give the form a Browse button.
271
272 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
273
274         * FormRef.C (input): Fix the behavior of goto reference button.
275