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