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