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