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