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