]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
e3afa8c0e6dacfc6eea96218fc8bea2f6aeab7cb
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
4         IgnorantPolicy.
5
6         * forms/form_browser.fd:
7         * forms/form_copyright.fd:
8         * forms/form_error.fd:
9         * forms/form_tabular.fd:
10         * forms/form_toc.fd:
11         Consistent shortcuts for Close button: Esc and Return only.
12
13         * forms/form_citation.fd:
14         * forms/form_document.fd:
15         * forms/form_index.fd:
16         * forms/form_paragraph.fd:
17         * forms/form_preferences.fd:
18         * forms/form_print.fd:
19         * forms/form_ref.fd:
20         * forms/form_tabular_create.fd:
21         * forms/form_url.fd:
22         Consistent shortcut for Cancel button: Esc only.
23
24 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
25
26         * Dialogs.C: new Splash. Include, Bibitem/tex
27
28         * FormBase.h: make show() virtual for Splash's benefit
29
30         * Makefile.am:
31         * forms/makefile:
32         * FormBibitem.C:
33         * FormBibitem.h:
34         * FormBibtex.C:
35         * FormBibtex.h:
36         * form_bibitem.C:
37         * form_bibitem.h:
38         * form_bibtex.C:
39         * form_bibtex.h:
40         * forms/form_bibitem.fd:
41         * forms/form_bibtex.fd:
42         * FormInclude.C:
43         * FormInclude.h:
44         * form_include.C:
45         * form_include.h:
46         * forms/form_include.fd:
47         * FormSplash.C:
48         * FormSplash.h:
49         * form_splash.C:
50         * form_splash.h:
51         * forms/form_splash.fd: new forms
52
53 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
54
55         * FormLog.C: handle Literate build log nicely
56
57 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
58
59         * Menubar_pimpl.C: remove support for reference menuitem type.
60
61 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
62
63         * Makefile.am:
64         * Timeout_pimpl.h:
65         * Timeout_pimpl.C: add Timeout implementation
66
67 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
68
69         * form_browser.h:
70         * form_browser.C:
71         * forms/form_browser.fd:
72         * forms/makefile:
73         * FormBrowser.C:
74         * FormBrowser.h: readonly browser form
75
76         * FormLog.C:
77         * FormLog.h:
78         * FormVCLog.C:
79         * FormVCLog.h:
80         * Dialogs.C: add Log and VCLog
81
82         * Makefile.am: add Log and VCLog, add updatesrc target
83
84 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
85
86         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
87
88 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
89
90         * FormPreferences.C (GetFrom): fix crash when there is no format
91         defined. 
92         (GetTo): ditto.
93
94 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
95
96         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
97         unsigned char correctly and so fix 2 bugs loading/changing colors.
98
99 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
100
101         * FormRef.C (update): Do not update dialog_->{ref,name,type}
102         if inset_ == 0.
103         Deactivate the type button when buffer is LinuxDoc/Docbook
104         (build): Uncomment calls to addReadOnly().
105         (updateBrowser) Do not disable the update button when there are no 
106         keys.
107         (build, getType, getName): Use InsetRef::types.
108
109 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * FormPrint.[Ch] (browse): new method to browse for file to print to.
112
113         * forms/form_print.fd: give the form a Browse button.
114
115 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
116
117         * FormRef.C (input): Fix the behavior of goto reference button.
118