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