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