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