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