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