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