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