]> git.lyx.org Git - features.git/blob - src/frontends/ChangeLog
Compile fixes for DEC cxx, John's maths and keymap patches.
[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-13  John Levon  <moz@compsoc.man.ac.uk>
28
29         * Dialogs.h: add showMathPanel signal
30
31 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
32
33         * Dialogs.h: add showExternal signal
34
35 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
36
37         * Dialogs.h: add pointer to splash form
38
39         * GUIRunTime.h: minor cleanup
40
41 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
42
43         * Dialogs.h: remove createInclude
44
45 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
46
47         * Makefile.am
48         * FileDialog.h: new GUII FileDialog
49
50 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
51
52         * Dialogs.h: setUserFreeFont, showLayoutCharacter
53
54 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
55
56         * DialogBase.h: derived from noncopyable, rather than deriving
57         xforms/FormBase from it.
58
59 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
60
61         * DialogBase.C: add close(), non-pure. This is
62           useful for logdlg.C in the KDE frontend.
63
64         * Dialogs.h: splash, include, and bib forms
65
66 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
67
68         * ButtonPolicies.C:
69         * ButtonPolicies.h: and remove OkViewPolicy,
70           it's a duplicate of IgnorantPolicy
71
72         * Makefile.am:
73         * Timeout.C:
74         * Timeout.h: add GUI-I Timeout class
75
76 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
77
78         * ButtonPolicies.C:
79         * ButtonPolicies.h: add OkViewPolicy
80
81         * src/frontends/Dialogs.h: add showVCLogFile signal
82
83 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
84
85         * Makefile.am: add qt2 frontend