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