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