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