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