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