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