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