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