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