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