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