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