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