]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
Remove cruft.
[lyx.git] / src / frontends / ChangeLog
1 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * Dialogs.h:
4         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
5
6 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7
8         * Toolbar.[Ch] (setLayout): layout as string
9
10 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11
12         * Dialogs.h (initialiseGraphics): a new static method.
13
14 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
15
16         * Makefile.am: don't compile support as LyXImage is now dead.
17
18 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
19
20         * Makefile.am: better dep. tracking from controllers and xforms
21
22 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
23
24         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
25         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
26         Rearrange #includes in Lars' approved fashion.
27
28         * Timeout.[Ch] (running): new method.
29         (default c-tor): removed.
30
31         * Dialogs.h: added a new signal, showForks.
32
33 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
34
35         * Liason.C:
36         change Systemcalls::System to Systemcalls::Wait and
37         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
38         No change of functionality, just reflects the stripped down Systemcalls
39         class.
40
41 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
42
43         * Liason.C (printBuffer): use Buffer::filePath
44
45 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
46
47         * Timeout.h: 
48         * FileDialog.h: do not include <config.h> in header files.
49
50 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
51
52         * Alert.h: remove spurious semi-colon at the end of the namespace
53         scope. 
54
55 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
56
57         * Makefile.am: 
58         * Alert.h:
59         * Alert.C:
60         * Alert_pimpl.h: alerts etc.
61
62 2001-10-09  Herbert Voss  <voss@perce.de>
63
64         * Dialogs.h: added showFile and showTexinfo signals.
65
66 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
67
68         * Dialogs.h (showSplash, destroySplash, splash_): removed.
69
70         * Dialogs.C (destroySplash): removed.
71
72 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
73
74         * GUIRunTime.h: initApplication() should take a & to argc 
75  
76 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
77
78         * Liason.C: IsDirWriteable changed
79  
80 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
81
82         * Liason.C: #include LAssert.h
83
84 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
85
86         * Dialogs.h: add showThesaurus
87  
88 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
89         
90         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
91
92 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
93
94         * Dialogs.h: added showSpellchecker
95         
96 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
97
98         * GUIRunTime.h: (x11Display): 
99         (x11Screen): 
100         (x11Colormap): 
101         (x11VisualDepth): new methods
102
103 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
104
105         * GUIRunTime.h: add createMainView
106
107 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
108
109         * Dialogs.h: add showSpellcheckerPreferences
110
111 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
112
113         * Makefile.am: remove kde frontend
114  
115 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
116
117         * Dialogs.h: removed unused signal showCharacter.
118         Renamed signals showLayoutDocument -> showDocument,
119         showLayoutParagraph -> showParagraph,
120         showLayoutCharacter -> showCharacter.
121         Added signal updateParagraph.
122         Rearranged signals in some sort of alphabetical order again.
123
124 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
125
126         * FileDialog.h:
127         * Timeout.h: added // -*- C++ -*- as first line.
128
129 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
130
131         * Makefile.am: make the dependencies work for the sub libs.
132
133 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
134
135         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
136         libs here.
137
138 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         * Makefile.am: make controllers subdir before xforms.
141
142         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
143
144         * Dialogs.C: new file, instantiating the add, destroySplash methods.
145
146 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * Liason.[Ch] (setMinibuffer): change second arg to string
149
150         * Dialogs.h: inherit privately from noncopyable
151
152 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
153
154         * Dialogs.h: s/popup/dialog/
155
156 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
157
158         * Liason.C (printBuffer): do not forget file name
159         when printing with empty print_spool_command.
160
161 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
162
163         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
164         are now stored in the controllers dir.
165
166 2001-03-16  Juergen Vigna  <jug@sad.it>
167
168         * Dialogs.h (noncopyable): added minipage signals.
169
170 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
171
172         * several files: remove CXX_WORKING_NAMESPACES
173
174         * ButtonPolicies.h: noncopyable is in namespace boost
175         * Dialogs.h (noncopyable): ditto
176         * DialogBase.h (noncopyable): ditto
177
178 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
179
180         * Merging changes from BRANCH_MVC back into HEAD.
181
182         * Makefile.am: added controllers to SUBDIRS.
183         removed ButtonPolicies.[Ch]. Now in controllers.
184
185         * DialogBase.h: commented out abstract method show().
186
187         * Dialogs.h: The dialogs are now stored as a 
188         std::vector<boost::shared_ptr<DialogBase> >.
189         Removed using directives.
190         (d-tor) removed.
191         (add): new helper method. Makes code in c-tor a little tidier.
192         (destroySplash): Moved out of xforms implementation.
193
194         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
195
196 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
197
198         * Dialogs.h: add showMathPanel signal
199
200 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
201
202         * Dialogs.h: add showExternal signal
203
204 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
205
206         * Dialogs.h: add pointer to splash form
207
208         * GUIRunTime.h: minor cleanup
209
210 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
211
212         * Dialogs.h: remove createInclude
213
214 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
215
216         * Makefile.am
217         * FileDialog.h: new GUII FileDialog
218
219 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
220
221         * Dialogs.h: setUserFreeFont, showLayoutCharacter
222
223 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
224
225         * DialogBase.h: derived from noncopyable, rather than deriving
226         xforms/FormBase from it.
227
228 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
229
230         * DialogBase.C: add close(), non-pure. This is
231           useful for logdlg.C in the KDE frontend.
232
233         * Dialogs.h: splash, include, and bib forms
234
235 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
236
237         * ButtonPolicies.C:
238         * ButtonPolicies.h: and remove OkViewPolicy,
239           it's a duplicate of IgnorantPolicy
240
241         * Makefile.am:
242         * Timeout.C:
243         * Timeout.h: add GUI-I Timeout class
244
245 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
246
247         * ButtonPolicies.C:
248         * ButtonPolicies.h: add OkViewPolicy
249
250         * src/frontends/Dialogs.h: add showVCLogFile signal
251
252 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
253
254         * Makefile.am: add qt2 frontend