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