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