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