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