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