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