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