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