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