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