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