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