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