]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
add missing changelog
[lyx.git] / src / frontends / ChangeLog
1 2003-04-07  John Levon  <levon@movementarian.org>
2
3         * LyXView.h: add clearMessage()
4
5 2003-04-01  John Levon  <levon@movementarian.org>
6
7         * Toolbar.h:
8         * Toolbar.C: ToolbarDefaults got renamed
9
10 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
11
12         screen.[Ch]: adjust
13
14 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
15
16         * screen.C (topCursorVisible): adjust
17         (drawFromTo): adjust
18         (drawOneRow): adjust
19
20 2003-03-31  John Levon  <levon@movementarian.org>
21
22         * lyx_gui.h: add new font name helpers, move
23         use_gui to here.
24
25         * Alert.C: from above
26
27 2003-03-31  John Levon  <levon@movementarian.org>
28
29         * Alert_pimpl.h:
30         * Alert.h:
31         * Alert.C: finally kill alert()
32
33 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
34
35         * screen.C (drawFromTo): adjust for RowList.
36         (update): adjust.
37
38 2003-03-29  John Levon  <levon@movementarian.org>
39
40         * Alert.h:
41         * Alert.C:
42         * Alert_pimpl.h: kill err_alert. Add information(),
43         warning(), error()
44
45 2003-03-29  John Levon  <levon@movementarian.org>
46
47         * Alert.h:
48         * Alert.C:
49         * Alert_pimpl.h: fix up askQuestion/askConfirmation
50         into prompt, to discourage Yes/No questions.
51
52 2003-03-26  Angus Leeming  <leeming@lyx.org>
53
54         * Dialogs.h: remove showThesaurus.
55         * guiapi.[Ch]: remove the gui_ equivalents.
56
57 2003-03-25  Angus Leeming  <leeming@lyx.org>
58
59         * Dialogs.h: remove showFile, showLogFile, showVCLogFile.
60         * guiapi.[Ch]: remove the gui_ equivalents.
61
62 2003-03-22  John Levon  <levon@movementarian.org>
63
64         * screen.C:
65         * screen.h: LyXText refresh renamings
66
67 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
68
69         * adjust for BufferView* arg removal from lyxtext.
70
71 2003-03-17  John Levon  <levon@movementarian.org>
72
73         * screen.h:
74         * screen.C: remove cleared/background painting code,
75         update() was taking a pointless LyXText parameter
76
77 2003-03-13  Angus Leeming  <leeming@lyx.org>
78
79         * Dialogs.h: remove showParagraph and updateParagraph.
80         * guiapi.[Ch]: remove gui_ShowParagraph and gui_UpdateParagraph.
81
82 2003-03-12  Angus Leeming  <leeming@lyx.org>
83
84         * Dialogs.[Ch] (hide): rejig as a static method. Hide the signal
85         away.
86         (show): add a string arg.
87
88         * Dialogs.h: remove showCharacter and setUserFreeFont.
89         * guiapi.[Ch]: remove gui_ShowCharacter and gui_SetUserFreeFont.
90
91 2003-03-10  Angus Leeming  <leeming@lyx.org>
92
93         * Dialogs.h (hide): make it a static method that returns a
94         boost::signal2<> & (takes 'name' and 'inset' args).
95
96 2003-03-09  Angus Leeming  <leeming@lyx.org>
97
98         * Dialogs.h: remove showMergeChanges.
99
100 2003-03-09  Angus Leeming  <leeming@lyx.org>
101
102         * Dialogs.h: remove showAboutlyx.
103         * guiapi.[Ch]: remove gui_showAboutlyx.
104
105         * Dialogs.[Ch] (show): new method for non-inset dialogs.
106
107 2003-03-09  Angus Leeming  <leeming@lyx.org>
108
109         * Dialogs.h: remove showTabularCreate.
110         * guiapi.[Ch]: remove gui_showTabularCreate.
111
112 2003-03-09  Angus Leeming  <leeming@lyx.org>
113
114         * Dialogs.h: remove showTabular, updateTabular.
115         * guiapi.[Ch]: remove gui_updateTabular, gui_updateTabular.
116
117 2003-03-07  Angus Leeming  <leeming@lyx.org>
118
119         * Dialogs.h: remove showGraphics.
120         * guiapi.[Ch]: remove gui_showGraphics.
121
122 2003-03-07  Angus Leeming  <leeming@lyx.org>
123
124         * Dialogs.h: remove showMinipage, updateMinipage.
125         * guiapi.[Ch]: remove gui_showMinipage, gui_updateMinipage.
126
127 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
128
129         * screen.C: use LyXText::top_y() instead of LyXText::first_y
130
131 2003-03-05  Angus Leeming  <leeming@lyx.org>
132
133         * Dialogs.h: remove showWrap.
134         * guiapi.[Ch]: remove gui_ShowWrap.
135
136 2003-03-05  Angus Leeming  <leeming@lyx.org>
137
138         * Dialogs.h: remove showFloat.
139         * guiapi.[Ch]: remove gui_ShowFloat.
140
141 2003-03-05  Angus Leeming  <leeming@lyx.org>
142
143         * Dialogs.h: remove showInclude.
144         * guiapi.[Ch]: remove gui_ShowInclude.
145
146 2003-03-05  Angus Leeming  <leeming@lyx.org>
147
148         * Dialogs.h: remove showExternal.
149         * guiapi.[Ch]: remove gui_ShowExternal.
150
151 2003-02-27  Angus Leeming  <leeming@lyx.org>
152
153         * screen.C (redraw, greyOut): ensure that the painter is started
154         before attempting to paint.
155
156 2003-02-26  John Levon  <levon@movementarian.org>
157
158         * screen.C: use RowPainter
159
160 2003-02-26  Angus Leeming  <leeming@lyx.org>
161
162         * screen.[Ch]: ensure that the LyX splash screen is drawn if desired.
163
164 2003-02-21  Angus Leeming  <leeming@lyx.org>
165
166         * Dialogs.[Ch]: simplify the dialog interface by using a few
167         methods to do generic things like 'show' a dialog. Individual
168         dialogs are invoked through a string 'name'.
169         Use methods 'hideAll' etc to replace signals of the same name: more
170         transparent code.
171
172         * guiapi.[Ch]: provide a C-interface to the new Dialogs::show
173         method. Retire the old functions that called dead Dialogs methods.
174
175 2003-02-21  Angus Leeming  <leeming@lyx.org>
176
177         * Timeout.[Ch]: define a Timeout::Impl abstract base class from
178         which the GUIs will derive their implementations. Means that
179         we no longer have to look into the GUIs to write the class.
180         Store the implementation in a boost::scoped_ptr, not a raw pointer.
181
182 2003-02-21  Angus Leeming  <leeming@lyx.org>
183
184         * Dialogs.h: remove forward declarations of InsetBibKey, InsetBibtex.
185
186         * FileDialog.h: don't pass LyXView to the c-tor.
187         Don't store a LyXView &.
188
189 2003-02-14  John Levon  <levon@movementarian.org>
190
191         * LyXView.h: prohibit/allowInput() -> busy(bool)
192
193 2003-02-08  John Levon  <levon@movementarian.org>
194
195         * Dialogs.h: add showMergeChanges()
196
197 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
198
199         * FileDialog.h: implement opendir (browse directory) [bug 824]
200
201 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
202
203         * Makefile.am (LIBS): delete
204         (libfrontends_la_LDFLAGS): add with same as LIBS
205
206 2003-01-11  Angus Leeming  <leeming@lyx.org>
207
208         * screen.C (SplashScreen): load up banner.ppm rather than banner.xpm.
209
210 2003-01-05  John Levon  <levon@movementarian.org>
211
212         * LyXKeySym.h: pass Encoding to getISOEncoded
213
214 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * lyx_gui.h: add new function lyx_gui::getStatus, which can be
217         used by a frontend to indicate that some lfun is not implemented.
218
219 2002-12-12  John Levon  <levon@movementarian.org>
220
221         * LyXKeySym.h: add isText()
222
223 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
224
225         * screen.C (fitCursor): remove usleep thingie
226         (fitManualCursor): ditto
227
228 2002-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
229
230         * screen.C (fitManualCursor): add delay if we have a selection
231         going
232         (fitCursor): ditto
233
234 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
235
236         * several files: ws changes
237
238 2002-11-17  John Levon  <levon@movementarian.org>
239
240         * FileDialog.h: split Select() into open()/save() for
241           benefit of Qt
242
243 2002-11-01  Herbert Voss  <voss@perce.de>
244
245         * ControlGraphics.C: "Default" is now a part of the rotate-list
246
247 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
248
249         * lyx_gui.h: do not use std:: on string
250
251 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
252
253         * lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
254
255 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
256
257         * PrinterParams.h (to): default value changed to 0 (from 1).
258
259         * Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
260
261         * makefile.am: remove Liason.[Ch].
262
263 2002-10-21  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
264
265         * LyXKeySym.h (operator==): compilation fix. The two args should have
266         different names...
267
268 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
269
270         * LyXKeySym.h: move operator== out of class. Separate
271         implementations for xforms and qt.
272
273         * Liason.[Ch]: get rid of setMinibuffer, where used call message
274         directly through LyXView::message instead.
275
276 2002-09-25  Angus Leeming  <leeming@lyx.org>
277
278         * Dialogs.C: doxygen fix.
279
280 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
281
282         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
283
284 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
285
286         * Liason.C: implement new printer parameters with new xforms dialog
287
288 2002-09-11  Rob Lahaye  <lahaye@snu.ac.kr>
289
290         * LyXView.C (LyXView::updateWindowTitle): change the minimised icon
291         to show an asterix if the buffer has changed.
292
293 2002-09-11  John Levon  <levon@movementarian.org>
294
295         * Painter.C: draw frame after background. This is needed
296           on Qt but not xforms ??
297
298 2002-09-05  Angus Leeming  <leeming@lyx.org>
299
300         * all files: modify the headers as discussed on the list.
301
302 2002-08-28  André Pönitz <poenitz@gmx.net>
303
304         * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
305
306 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
307
308         * Dialogs.h (noncopyable): ws changes only
309
310 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
311
312         * Makefile.am: use $(variables) instead of @substitutions@
313
314 2002-08-15  Angus Leeming  <leeming@lyx.org>
315
316         * Dialogs.[Ch]:
317         * guiapi.[Ch]: the brave new world of Dialog creation.
318
319         * LyXView.C: associated change.
320
321         * Makefile.am: add new file guiapi.C.
322
323 2002-08-13  Angus Leeming  <leeming@lyx.org>
324
325         * DialogBase.h: removed.
326
327         * Dialogs.h: rearrange #includes, forward declarations and some
328         functions. Remove commented out, historical code.
329
330         * Dialogs.[Ch] (showInfo): removed.
331
332         * guiapi.h (gui_ShowInfo): removed.
333
334 2002-08-13  André Pönitz <poenitz@gmx.net>
335
336         * LyXView.[Ch]: new member dispatch();
337
338 2002-08-13  Angus Leeming  <leeming@lyx.org>
339
340         * LyXView.[Ch]:
341         (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
342         return a reference not a pointer.
343         (controlcommand_, intl_, autosave_timeout_): employ the
344         const scoped_ptr idiom.
345
346 2002-08-12  Angus Leeming  <leeming@lyx.org>
347
348         * DialogBase.h: no longer derive from boost::signals::trackable.
349
350         * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
351
352 2002-08-08  John Levon  <levon@movementarian.org>
353
354         * Toolbar.C:
355
356 2002-08-06  André Poenitz  <poenitz@gmx.net>
357
358         * Screen.C: Honor \show_banner lyxrc setting
359
360 2002-08-04  John Levon  <levon@movementarian.org>
361
362         * LyXView.C: isLyxClean->isClean
363
364 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
365
366         * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
367
368 2002-08-02  Angus Leeming  <leeming@lyx.org>
369
370         * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
371         so that anything wanting to cache the buffer view can do so safely
372         using a boost::weak_ptr.
373
374         * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
375         Spell Bjønnes correctly.
376
377 2002-08-01  John Levon  <levon@movementarian.org>
378
379         * Dialogs.h:
380         * Dialogs.C:
381         * guiapi.h: remove options from spell dialog
382
383 2002-07-30  John Levon  <levon@movementarian.org>
384
385         * lyx_gui.h: add remove_read_callback()
386
387 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
388
389         * lyx_gui.h: add exit()
390
391 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
392
393         * Toolbar.h:
394         * Toolbar.C: remove other unused code
395
396 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
397
398         * Toolbar.h:
399         * Toolbar.C: remove ->push()
400
401 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
402
403         * LyXView.C: use BufferParams::getLyXTextClass
404
405 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
406
407         * LyXView.C: move autosave connect here
408
409 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
410
411         * LyXView.C (updateMenubar): remove code to set different menubars
412
413         * Menubar.C (set): remove
414
415 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
416
417         * LyXView.h:
418         * LyXView.C: use ControlCommandBuffer, related
419           cleanup
420
421         * MiniBuffer.h:
422         * MiniBuffer.C: remove
423
424 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
425
426         * LyXView.h:
427         * LyXView.C:
428         * MiniBuffer.h:
429         * MiniBuffer.C: remove messagePush/Pop, addSet
430
431 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
432
433         * LyXView.h:
434         * LyXView.C: change showState to view_state_changed signal
435
436 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
437
438         * lyx_gui.h: add set_read_callback()
439
440 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
441
442         * lyx_gui.h: remove init_graphics()
443
444 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
445
446         * Toolbar.h:
447         * Toolbar.C: remove unused (de)activate()
448
449 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
450
451         * Makefile.am:
452         * font_loader.h: remove
453
454         * lyx_gui.h: add update_fonts(), font_available()
455
456 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
457
458         * lyx_gui.h: add update_color
459
460 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
461
462         * Painter.C:
463         * Painter.h: make frame/background painting optional
464           for rectText
465
466 2002-07-05  Angus Leeming  <leeming@lyx.org>
467
468         * lyx_gui.h (hexname): new function.
469
470 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
471
472         * screen.C (SplashScreen): we change
473         (topCursorVisible): ws change
474         (greyOut): divide by 2 instead of multiplying with 0.5
475
476 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
477
478         * Dialogs.h: remove static from redrawGUI and
479         toggleTooltips.
480
481 2002-06-28  Angus Leeming  <leeming@lyx.org>
482
483         * Painter.h:
484         * screen.C: changes associated with the name change grfx::GImage ->
485         grfx::Image.
486
487 2002-06-26  Angus Leeming  <leeming@lyx.org>
488
489         * screen.C: moved the image loading stuff into a new class grfx::Loader.
490         Simplifies this file enormously.
491
492 2002-06-25  Angus Leeming  <leeming@lyx.org>
493
494         * screen.C: add a SplashScreen class to load up the pixmap once again.
495
496 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
497
498         * LyXView.C: layout as layout
499
500 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
501
502         * screen.C: add FIXME
503
504 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
505
506         * WorkArea.h: remove redraw()
507
508 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
509
510         * guiapi.h:
511         * Dialogs.h:
512         * Dialogs.C: createIndex() doesn't take string
513
514 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
515
516         * WorkArea.h: remove unused resize(..) and change name
517
518 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
519
520         * LyXKeySym.h:
521         * LyXKeySym.C: remove un-needed file
522
523         * WorkArea.h:
524         * WorkArea.C: remove un-needed file. Add back
525           comments. Remove focus management, greyOut()
526
527 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
528
529         * WorkArea.h: remove focus/unfocus events
530
531 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
532
533         * WorkArea.h: remove unused methods
534
535 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
536
537         * Toolbar.C: add missing header
538
539 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
540
541         * WorkArea.h: remove unused method width()
542
543 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
544
545         * add a nother layer of inderection for calling gui specific
546         methods.
547         * guiapi.h: new file
548
549 2002-06-16    <alstrup@diku.dk>
550
551         * WorkArea.C: New file for GUII.
552
553         * WorkAreaFactory.h: New file for GUII.
554
555         * WorkArea.h: GUII stuff.
556
557 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
558
559         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
560
561         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
562
563         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
564         keypress. For now, X11 dependent.
565
566         * Makefile.am: Added LyXKeySym.
567
568 2002-06-14  Lyx Development team  <lyx@electronia>
569
570         * LyXScreenFactory.h: New factory for creating the screen
571         object in the super GUII way.
572
573         * screen.h: Made LyXScreen an abstract base class for the
574         screen object.
575
576         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
577         belongs.
578
579 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
580
581         * Painter.h:
582         * Painter.C: s/PainterBase/Painter, remove dead code
583
584 2002-06-12  Angus Leeming  <leeming@lyx.org>
585
586         * lyx_gui.h: remove trailing semi-colon after the brace closing
587         the namespace.
588
589 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
590
591         * LyXView.h: cleanup
592
593         * LyXView.C: move init() here from xforms/
594
595 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
596
597         * screen.h:
598         * screen.C: change topCursorVisible() prototype
599
600 2002-06-12  Angus Leeming  <leeming@lyx.org>
601
602         * font_metrics.h: remove trailing semi-colon after the brace closing
603         the namespace.
604
605 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
606
607         * GUIRunTime.h: remove in favour of ...
608
609         * Makefile.am:
610         * lyx_gui.h: ... namespace for GUI start up
611
612         * LyXView.h: remove init(),show(),setPosition()
613
614 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
615
616         * Menubar.C:
617         * Timeout.h:
618         * Toolbar.C:
619         * LyXView.h:
620         * LyXView.C: some cleanup, prefer scoped_ptr
621
622 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
623
624         * screen.C:
625         * Painter.C: use workHeight()
626
627         * WorkArea.h: remove confusing duplicate unused code
628
629 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
630
631         * screen.h:
632         * screen.C: rename, add reset()
633
634 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
635
636         * font_metrics.h: move X-specific stuff out of namespace
637
638 2002-06-07  Angus Leeming  <leeming@lyx.org>
639
640         Fixes needed to compile with Compaq cxx 6.5.
641         * Alert.C: all c-library variables have been moved into namespace std.
642         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
643
644         * Toolbar.h (Pimpl): type definition made public.
645
646 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
647
648         * Alert.h: better variable name
649
650 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
651
652         * switch from SigC signals to boost::signals
653
654 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
655
656         * Makefile.am:
657         * WorkArea.h:
658         * WorkArea.C: move to xforms/ for better diff
659
660 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
661
662         * key_state.h:
663         * mouse_state.h: add
664
665         * Makefile.am:
666         * WorkArea.h:
667         * WorkArea.C: use above
668
669 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
670
671         * Makefile.am:
672         * font_loader.h: placeholder
673
674         * screen.C: use placeholder
675
676 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
677
678         * Makefile.am:
679         * font_metrics.h: add placeholder
680
681         * Painter.C:
682         * screen.C: use placeholder
683
684 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
685
686         * WorkArea.h:
687         * WorkArea.C:
688         * Makefile.am: move here
689
690         * screen.h:
691         * screen.C: move here
692
693 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
694
695         * Liason.C:
696         * LyXView.h:
697         * LyXView.C:
698         * Makefile.am: move LyXView here
699
700 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
701
702         * Makefile.am:
703         * Painter.h:
704         * Painter.C: add PainterBase here
705
706 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
707
708         * Dialogs.h: use more specific smart_ptr header
709
710 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
711
712         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
713         (EXTRA_DIST): delete
714         (dist-hook): delete
715         (distclean-local): delete
716
717 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
718
719         * Makefile.am: make distcheck work
720         (distclean-local): handle distclean of non-built frontends better.
721
722 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
723
724         * most files: ws cleanup
725
726         * Makefile.am: remove ld -r stuff
727
728 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
729
730         * Makefile.am: special rules if partial linking
731
732 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
733
734         * doxygen fixes.
735
736 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
737
738         * Dialogs.[Ch]: add static signal toggleTooltips and
739         static method tooltipsEnabled.
740
741 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * Dialogs.h:
744         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
745
746 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
747
748         * Toolbar.[Ch] (setLayout): layout as string
749
750 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
751
752         * Dialogs.h (initialiseGraphics): a new static method.
753
754 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
755
756         * Makefile.am: don't compile support as LyXImage is now dead.
757
758 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
759
760         * Makefile.am: better dep. tracking from controllers and xforms
761
762 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
763
764         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
765         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
766         Rearrange #includes in Lars' approved fashion.
767
768         * Timeout.[Ch] (running): new method.
769         (default c-tor): removed.
770
771         * Dialogs.h: added a new signal, showForks.
772
773 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
774
775         * Liason.C:
776         change Systemcalls::System to Systemcalls::Wait and
777         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
778         No change of functionality, just reflects the stripped down Systemcalls
779         class.
780
781 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
782
783         * Liason.C (printBuffer): use Buffer::filePath
784
785 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
786
787         * Timeout.h:
788         * FileDialog.h: do not include <config.h> in header files.
789
790 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
791
792         * Alert.h: remove spurious semi-colon at the end of the namespace
793         scope.
794
795 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
796
797         * Makefile.am:
798         * Alert.h:
799         * Alert.C:
800         * Alert_pimpl.h: alerts etc.
801
802 2001-10-09  Herbert Voss  <voss@perce.de>
803
804         * Dialogs.h: added showFile and showTexinfo signals.
805
806 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
807
808         * Dialogs.h (showSplash, destroySplash, splash_): removed.
809
810         * Dialogs.C (destroySplash): removed.
811
812 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
813
814         * GUIRunTime.h: initApplication() should take a & to argc
815
816 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
817
818         * Liason.C: IsDirWriteable changed
819
820 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
821
822         * Liason.C: #include LAssert.h
823
824 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
825
826         * Dialogs.h: add showThesaurus
827
828 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
829
830         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
831
832 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
833
834         * Dialogs.h: added showSpellchecker
835
836 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
837
838         * GUIRunTime.h: (x11Display):
839         (x11Screen):
840         (x11Colormap):
841         (x11VisualDepth): new methods
842
843 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
844
845         * GUIRunTime.h: add createMainView
846
847 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
848
849         * Dialogs.h: add showSpellcheckerPreferences
850
851 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
852
853         * Makefile.am: remove kde frontend
854
855 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
856
857         * Dialogs.h: removed unused signal showCharacter.
858         Renamed signals showLayoutDocument -> showDocument,
859         showLayoutParagraph -> showParagraph,
860         showLayoutCharacter -> showCharacter.
861         Added signal updateParagraph.
862         Rearranged signals in some sort of alphabetical order again.
863
864 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
865
866         * FileDialog.h:
867         * Timeout.h: added // -*- C++ -*- as first line.
868
869 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
870
871         * Makefile.am: make the dependencies work for the sub libs.
872
873 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
874
875         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
876         libs here.
877
878 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
879
880         * Makefile.am: make controllers subdir before xforms.
881
882         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
883
884         * Dialogs.C: new file, instantiating the add, destroySplash methods.
885
886 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
887
888         * Liason.[Ch] (setMinibuffer): change second arg to string
889
890         * Dialogs.h: inherit privately from noncopyable
891
892 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
893
894         * Dialogs.h: s/popup/dialog/
895
896 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
897
898         * Liason.C (printBuffer): do not forget file name
899         when printing with empty print_spool_command.
900
901 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
902
903         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
904         are now stored in the controllers dir.
905
906 2001-03-16  Juergen Vigna  <jug@sad.it>
907
908         * Dialogs.h (noncopyable): added minipage signals.
909
910 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
911
912         * several files: remove CXX_WORKING_NAMESPACES
913
914         * ButtonPolicies.h: noncopyable is in namespace boost
915         * Dialogs.h (noncopyable): ditto
916         * DialogBase.h (noncopyable): ditto
917
918 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
919
920         * Merging changes from BRANCH_MVC back into HEAD.
921
922         * Makefile.am: added controllers to SUBDIRS.
923         removed ButtonPolicies.[Ch]. Now in controllers.
924
925         * DialogBase.h: commented out abstract method show().
926
927         * Dialogs.h: The dialogs are now stored as a
928         std::vector<boost::shared_ptr<DialogBase> >.
929         Removed using directives.
930         (d-tor) removed.
931         (add): new helper method. Makes code in c-tor a little tidier.
932         (destroySplash): Moved out of xforms implementation.
933
934         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
935
936 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
937
938         * Dialogs.h: add showMathPanel signal
939
940 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
941
942         * Dialogs.h: add showExternal signal
943
944 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
945
946         * Dialogs.h: add pointer to splash form
947
948         * GUIRunTime.h: minor cleanup
949
950 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
951
952         * Dialogs.h: remove createInclude
953
954 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
955
956         * Makefile.am
957         * FileDialog.h: new GUII FileDialog
958
959 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
960
961         * Dialogs.h: setUserFreeFont, showLayoutCharacter
962
963 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
964
965         * DialogBase.h: derived from noncopyable, rather than deriving
966         xforms/FormBase from it.
967
968 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
969
970         * DialogBase.C: add close(), non-pure. This is
971           useful for logdlg.C in the KDE frontend.
972
973         * Dialogs.h: splash, include, and bib forms
974
975 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
976
977         * ButtonPolicies.C:
978         * ButtonPolicies.h: and remove OkViewPolicy,
979           it's a duplicate of IgnorantPolicy
980
981         * Makefile.am:
982         * Timeout.C:
983         * Timeout.h: add GUI-I Timeout class
984
985 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
986
987         * ButtonPolicies.C:
988         * ButtonPolicies.h: add OkViewPolicy
989
990         * src/frontends/Dialogs.h: add showVCLogFile signal
991
992 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
993
994         * Makefile.am: add qt2 frontend