]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
67c03dcd797b1c5e250d48bda6c57420aa878fbb
[lyx.git] / src / frontends / ChangeLog
1 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * ButtonPolicies.h: noncopyable is in namespace boost
4         * Dialogs.h (noncopyable): ditto
5         * DialogBase.h (noncopyable): ditto
6
7 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
8
9         * Merging changes from BRANCH_MVC back into HEAD.
10
11         * Makefile.am: added controllers to SUBDIRS.
12         removed ButtonPolicies.[Ch]. Now in controllers.
13
14         * DialogBase.h: commented out abstract method show().
15
16         * Dialogs.h: The dialogs are now stored as a 
17         std::vector<boost::shared_ptr<DialogBase> >.
18         Removed using directives.
19         (d-tor) removed.
20         (add): new helper method. Makes code in c-tor a little tidier.
21         (destroySplash): Moved out of xforms implementation.
22
23         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
24
25 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
26
27         * Dialogs.h: add showExternal signal
28
29 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
30
31         * Dialogs.h: add pointer to splash form
32
33         * GUIRunTime.h: minor cleanup
34
35 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
36
37         * Dialogs.h: remove createInclude
38
39 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
40
41         * Makefile.am
42         * FileDialog.h: new GUII FileDialog
43
44 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
45
46         * Dialogs.h: setUserFreeFont, showLayoutCharacter
47
48 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * DialogBase.h: derived from noncopyable, rather than deriving
51         xforms/FormBase from it.
52
53 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
54
55         * DialogBase.C: add close(), non-pure. This is
56           useful for logdlg.C in the KDE frontend.
57
58         * Dialogs.h: splash, include, and bib forms
59
60 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
61
62         * ButtonPolicies.C:
63         * ButtonPolicies.h: and remove OkViewPolicy,
64           it's a duplicate of IgnorantPolicy
65
66         * Makefile.am:
67         * Timeout.C:
68         * Timeout.h: add GUI-I Timeout class
69
70 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
71
72         * ButtonPolicies.C:
73         * ButtonPolicies.h: add OkViewPolicy
74
75         * src/frontends/Dialogs.h: add showVCLogFile signal
76
77 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
78
79         * Makefile.am: add qt2 frontend