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