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