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