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