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