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