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