]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
* Throw out DialogBase.h
[lyx.git] / src / frontends / ChangeLog
1 2002-08-13  Angus Leeming  <leeming@lyx.org>
2
3         * DialogBase.h: removed.
4
5         * Dialogs.h: rearrange #includes, forward declarations and some
6         functions. Remove commented out, historical code.
7
8         * Dialogs.[Ch] (showInfo): removed.
9
10         * guiapi.h (gui_ShowInfo): removed.
11
12 2002-08-13  André Pönitz <poenitz@gmx.net>
13
14         * LyXView.[Ch]: new member dispatch();
15
16 2002-08-13  Angus Leeming  <leeming@lyx.org>
17
18         * LyXView.[Ch]:
19         (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
20         return a reference not a pointer.
21         (controlcommand_, intl_, autosave_timeout_): employ the
22         const scoped_ptr idiom.
23
24 2002-08-12  Angus Leeming  <leeming@lyx.org>
25
26         * DialogBase.h: no longer derive from boost::signals::trackable.
27
28         * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
29
30 2002-08-08  John Levon  <levon@movementarian.org>
31
32         * Toolbar.C:
33  
34 2002-08-06  André Poenitz  <poenitz@gmx.net>
35
36         * Screen.C: Honor \show_banner lyxrc setting
37
38 2002-08-04  John Levon  <levon@movementarian.org>
39
40         * LyXView.C: isLyxClean->isClean
41  
42 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
43
44         * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
45
46 2002-08-02  Angus Leeming  <leeming@lyx.org>
47
48         * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
49         so that anything wanting to cache the buffer view can do so safely
50         using a boost::weak_ptr.
51
52         * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
53         Spell Bjønnes correctly.
54
55 2002-08-01  John Levon  <levon@movementarian.org>
56
57         * Dialogs.h:
58         * Dialogs.C:
59         * guiapi.h: remove options from spell dialog
60  
61 2002-07-30  John Levon  <levon@movementarian.org>
62
63         * lyx_gui.h: add remove_read_callback()
64  
65 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
66
67         * lyx_gui.h: add exit()
68  
69 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
70
71         * Toolbar.h:
72         * Toolbar.C: remove other unused code
73  
74 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
75
76         * Toolbar.h:
77         * Toolbar.C: remove ->push()
78  
79 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
80
81         * LyXView.C: use BufferParams::getLyXTextClass
82
83 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
84
85         * LyXView.C: move autosave connect here
86  
87 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
88
89         * LyXView.C (updateMenubar): remove code to set different menubars 
90
91         * Menubar.C (set): remove
92
93 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
94
95         * LyXView.h:
96         * LyXView.C: use ControlCommandBuffer, related
97           cleanup
98  
99         * MiniBuffer.h:
100         * MiniBuffer.C: remove
101  
102 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
103
104         * LyXView.h:
105         * LyXView.C:
106         * MiniBuffer.h:
107         * MiniBuffer.C: remove messagePush/Pop, addSet
108  
109 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
110
111         * LyXView.h:
112         * LyXView.C: change showState to view_state_changed signal
113  
114 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
115
116         * lyx_gui.h: add set_read_callback()
117  
118 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
119
120         * lyx_gui.h: remove init_graphics()
121  
122 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
123
124         * Toolbar.h:
125         * Toolbar.C: remove unused (de)activate()
126  
127 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
128
129         * Makefile.am:
130         * font_loader.h: remove
131  
132         * lyx_gui.h: add update_fonts(), font_available()
133  
134 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
135
136         * lyx_gui.h: add update_color
137  
138 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
139
140         * Painter.C:
141         * Painter.h: make frame/background painting optional
142           for rectText
143  
144 2002-07-05  Angus Leeming  <leeming@lyx.org>
145
146         * lyx_gui.h (hexname): new function.
147
148 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
149
150         * screen.C (SplashScreen): we change
151         (topCursorVisible): ws change
152         (greyOut): divide by 2 instead of multiplying with 0.5
153
154 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
155
156         * Dialogs.h: remove static from redrawGUI and
157         toggleTooltips.
158
159 2002-06-28  Angus Leeming  <leeming@lyx.org>
160
161         * Painter.h:
162         * screen.C: changes associated with the name change grfx::GImage ->
163         grfx::Image.
164
165 2002-06-26  Angus Leeming  <leeming@lyx.org>
166
167         * screen.C: moved the image loading stuff into a new class grfx::Loader.
168         Simplifies this file enormously.
169
170 2002-06-25  Angus Leeming  <leeming@lyx.org>
171
172         * screen.C: add a SplashScreen class to load up the pixmap once again.
173
174 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
175
176         * LyXView.C: layout as layout
177
178 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
179
180         * screen.C: add FIXME
181
182 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
183
184         * WorkArea.h: remove redraw()
185
186 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
187
188         * guiapi.h:
189         * Dialogs.h:
190         * Dialogs.C: createIndex() doesn't take string
191
192 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
193
194         * WorkArea.h: remove unused resize(..) and change name
195
196 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
197
198         * LyXKeySym.h:
199         * LyXKeySym.C: remove un-needed file
200
201         * WorkArea.h:
202         * WorkArea.C: remove un-needed file. Add back
203           comments. Remove focus management, greyOut()
204
205 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
206
207         * WorkArea.h: remove focus/unfocus events
208
209 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
210
211         * WorkArea.h: remove unused methods
212
213 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
214
215         * Toolbar.C: add missing header
216
217 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
218
219         * WorkArea.h: remove unused method width()
220
221 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
222
223         * add a nother layer of inderection for calling gui specific
224         methods.
225         * guiapi.h: new file
226
227 2002-06-16    <alstrup@diku.dk>
228
229         * WorkArea.C: New file for GUII.
230
231         * WorkAreaFactory.h: New file for GUII.
232
233         * WorkArea.h: GUII stuff.
234
235 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
236
237         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
238
239         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
240
241         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
242         keypress. For now, X11 dependent.
243
244         * Makefile.am: Added LyXKeySym.
245
246 2002-06-14  Lyx Development team  <lyx@electronia>
247
248         * LyXScreenFactory.h: New factory for creating the screen
249         object in the super GUII way.
250
251         * screen.h: Made LyXScreen an abstract base class for the
252         screen object.
253
254         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
255         belongs.
256
257 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
258
259         * Painter.h:
260         * Painter.C: s/PainterBase/Painter, remove dead code
261
262 2002-06-12  Angus Leeming  <leeming@lyx.org>
263
264         * lyx_gui.h: remove trailing semi-colon after the brace closing
265         the namespace.
266
267 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
268
269         * LyXView.h: cleanup
270
271         * LyXView.C: move init() here from xforms/
272
273 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
274
275         * screen.h:
276         * screen.C: change topCursorVisible() prototype
277
278 2002-06-12  Angus Leeming  <leeming@lyx.org>
279
280         * font_metrics.h: remove trailing semi-colon after the brace closing
281         the namespace.
282
283 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
284
285         * GUIRunTime.h: remove in favour of ...
286
287         * Makefile.am:
288         * lyx_gui.h: ... namespace for GUI start up
289
290         * LyXView.h: remove init(),show(),setPosition()
291
292 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
293
294         * Menubar.C:
295         * Timeout.h:
296         * Toolbar.C:
297         * LyXView.h:
298         * LyXView.C: some cleanup, prefer scoped_ptr
299
300 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
301
302         * screen.C:
303         * Painter.C: use workHeight()
304
305         * WorkArea.h: remove confusing duplicate unused code
306
307 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
308
309         * screen.h:
310         * screen.C: rename, add reset()
311
312 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
313
314         * font_metrics.h: move X-specific stuff out of namespace
315
316 2002-06-07  Angus Leeming  <leeming@lyx.org>
317
318         Fixes needed to compile with Compaq cxx 6.5.
319         * Alert.C: all c-library variables have been moved into namespace std.
320         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
321
322         * Toolbar.h (Pimpl): type definition made public.
323
324 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
325
326         * Alert.h: better variable name
327
328 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
329
330         * switch from SigC signals to boost::signals
331
332 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
333
334         * Makefile.am:
335         * WorkArea.h:
336         * WorkArea.C: move to xforms/ for better diff
337
338 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
339
340         * key_state.h:
341         * mouse_state.h: add
342
343         * Makefile.am:
344         * WorkArea.h:
345         * WorkArea.C: use above
346
347 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
348
349         * Makefile.am:
350         * font_loader.h: placeholder
351
352         * screen.C: use placeholder
353
354 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
355
356         * Makefile.am:
357         * font_metrics.h: add placeholder
358
359         * Painter.C:
360         * screen.C: use placeholder
361
362 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
363
364         * WorkArea.h:
365         * WorkArea.C:
366         * Makefile.am: move here
367
368         * screen.h:
369         * screen.C: move here
370
371 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
372
373         * Liason.C:
374         * LyXView.h:
375         * LyXView.C:
376         * Makefile.am: move LyXView here
377
378 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
379
380         * Makefile.am:
381         * Painter.h:
382         * Painter.C: add PainterBase here
383
384 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
385
386         * Dialogs.h: use more specific smart_ptr header
387
388 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
389
390         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
391         (EXTRA_DIST): delete
392         (dist-hook): delete
393         (distclean-local): delete
394
395 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
396
397         * Makefile.am: make distcheck work
398         (distclean-local): handle distclean of non-built frontends better.
399
400 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
401
402         * most files: ws cleanup
403
404         * Makefile.am: remove ld -r stuff
405
406 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
407
408         * Makefile.am: special rules if partial linking
409
410 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
411
412         * doxygen fixes.
413
414 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
415
416         * Dialogs.[Ch]: add static signal toggleTooltips and
417         static method tooltipsEnabled.
418
419 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
420
421         * Dialogs.h:
422         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
423
424 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
425
426         * Toolbar.[Ch] (setLayout): layout as string
427
428 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
429
430         * Dialogs.h (initialiseGraphics): a new static method.
431
432 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
433
434         * Makefile.am: don't compile support as LyXImage is now dead.
435
436 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
437
438         * Makefile.am: better dep. tracking from controllers and xforms
439
440 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
441
442         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
443         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
444         Rearrange #includes in Lars' approved fashion.
445
446         * Timeout.[Ch] (running): new method.
447         (default c-tor): removed.
448
449         * Dialogs.h: added a new signal, showForks.
450
451 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
452
453         * Liason.C:
454         change Systemcalls::System to Systemcalls::Wait and
455         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
456         No change of functionality, just reflects the stripped down Systemcalls
457         class.
458
459 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
460
461         * Liason.C (printBuffer): use Buffer::filePath
462
463 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
464
465         * Timeout.h:
466         * FileDialog.h: do not include <config.h> in header files.
467
468 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
469
470         * Alert.h: remove spurious semi-colon at the end of the namespace
471         scope.
472
473 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
474
475         * Makefile.am:
476         * Alert.h:
477         * Alert.C:
478         * Alert_pimpl.h: alerts etc.
479
480 2001-10-09  Herbert Voss  <voss@perce.de>
481
482         * Dialogs.h: added showFile and showTexinfo signals.
483
484 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
485
486         * Dialogs.h (showSplash, destroySplash, splash_): removed.
487
488         * Dialogs.C (destroySplash): removed.
489
490 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
491
492         * GUIRunTime.h: initApplication() should take a & to argc
493
494 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
495
496         * Liason.C: IsDirWriteable changed
497
498 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
499
500         * Liason.C: #include LAssert.h
501
502 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
503
504         * Dialogs.h: add showThesaurus
505
506 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
507
508         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
509
510 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
511
512         * Dialogs.h: added showSpellchecker
513
514 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
515
516         * GUIRunTime.h: (x11Display):
517         (x11Screen):
518         (x11Colormap):
519         (x11VisualDepth): new methods
520
521 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
522
523         * GUIRunTime.h: add createMainView
524
525 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
526
527         * Dialogs.h: add showSpellcheckerPreferences
528
529 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
530
531         * Makefile.am: remove kde frontend
532
533 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
534
535         * Dialogs.h: removed unused signal showCharacter.
536         Renamed signals showLayoutDocument -> showDocument,
537         showLayoutParagraph -> showParagraph,
538         showLayoutCharacter -> showCharacter.
539         Added signal updateParagraph.
540         Rearranged signals in some sort of alphabetical order again.
541
542 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
543
544         * FileDialog.h:
545         * Timeout.h: added // -*- C++ -*- as first line.
546
547 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
548
549         * Makefile.am: make the dependencies work for the sub libs.
550
551 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
552
553         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
554         libs here.
555
556 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
557
558         * Makefile.am: make controllers subdir before xforms.
559
560         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
561
562         * Dialogs.C: new file, instantiating the add, destroySplash methods.
563
564 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
565
566         * Liason.[Ch] (setMinibuffer): change second arg to string
567
568         * Dialogs.h: inherit privately from noncopyable
569
570 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
571
572         * Dialogs.h: s/popup/dialog/
573
574 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
575
576         * Liason.C (printBuffer): do not forget file name
577         when printing with empty print_spool_command.
578
579 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
580
581         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
582         are now stored in the controllers dir.
583
584 2001-03-16  Juergen Vigna  <jug@sad.it>
585
586         * Dialogs.h (noncopyable): added minipage signals.
587
588 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
589
590         * several files: remove CXX_WORKING_NAMESPACES
591
592         * ButtonPolicies.h: noncopyable is in namespace boost
593         * Dialogs.h (noncopyable): ditto
594         * DialogBase.h (noncopyable): ditto
595
596 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
597
598         * Merging changes from BRANCH_MVC back into HEAD.
599
600         * Makefile.am: added controllers to SUBDIRS.
601         removed ButtonPolicies.[Ch]. Now in controllers.
602
603         * DialogBase.h: commented out abstract method show().
604
605         * Dialogs.h: The dialogs are now stored as a
606         std::vector<boost::shared_ptr<DialogBase> >.
607         Removed using directives.
608         (d-tor) removed.
609         (add): new helper method. Makes code in c-tor a little tidier.
610         (destroySplash): Moved out of xforms implementation.
611
612         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
613
614 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
615
616         * Dialogs.h: add showMathPanel signal
617
618 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
619
620         * Dialogs.h: add showExternal signal
621
622 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
623
624         * Dialogs.h: add pointer to splash form
625
626         * GUIRunTime.h: minor cleanup
627
628 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
629
630         * Dialogs.h: remove createInclude
631
632 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
633
634         * Makefile.am
635         * FileDialog.h: new GUII FileDialog
636
637 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
638
639         * Dialogs.h: setUserFreeFont, showLayoutCharacter
640
641 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
642
643         * DialogBase.h: derived from noncopyable, rather than deriving
644         xforms/FormBase from it.
645
646 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
647
648         * DialogBase.C: add close(), non-pure. This is
649           useful for logdlg.C in the KDE frontend.
650
651         * Dialogs.h: splash, include, and bib forms
652
653 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
654
655         * ButtonPolicies.C:
656         * ButtonPolicies.h: and remove OkViewPolicy,
657           it's a duplicate of IgnorantPolicy
658
659         * Makefile.am:
660         * Timeout.C:
661         * Timeout.h: add GUI-I Timeout class
662
663 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
664
665         * ButtonPolicies.C:
666         * ButtonPolicies.h: add OkViewPolicy
667
668         * src/frontends/Dialogs.h: add showVCLogFile signal
669
670 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
671
672         * Makefile.am: add qt2 frontend