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