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