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