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