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