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