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