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