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