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