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