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