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