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