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