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