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