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