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