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