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