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