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