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