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