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