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