]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
make text output of message boxes more readable
[lyx.git] / src / frontends / ChangeLog
1 2004-05-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * Alert.C: make text output more readable
4
5 2004-05-19  Angus Leeming  <leeming@lyx.org>
6
7         * Dialogs.[Ch]:
8         * LyXView.[Ch]: small changes due to the introduction of namespace
9         lyx::frontend and the moving of namespace biblio to lyx::biblio.
10
11 2004-04-28  Angus Leeming  <leeming@lyx.org>
12
13         * LyXView.[Ch]:
14         s/Toolbar.h/Toolbars.h/
15         s/toolbar_/toolbars_/
16         s/getToolbar()/getToolbars()/
17         s/updateToolbar()/updateToolbars()/
18         Make the toolbars_ private.
19
20         * Toolbar.[Ch]: removed.
21         * Toolbars.[Ch]: new files. The old Toolbar class is split into
22         three new classes, LayoutBox, Toolbar and Toolbars.
23
24 2004-04-28  Angus Leeming  <leeming@lyx.org>
25
26         * WorkAreaFactory.h (create): passed a LyXView &.
27         No longer passed x, y data.
28
29 2004-04-27  Angus Leeming  <leeming@lyx.org>
30
31         * Dialogs.h: add myself as author.
32
33 2004-04-21  John Levon  <levon@movementarian.org>
34
35         * Toolbar.h:
36         * Toolbar.C: add display()
37
38 2004-04-19  John Levon  <levon@movementarian.org>
39
40         * screen.C: re-show the cursor after a full expose
41
42 2004-04-13  Angus Leeming  <leeming@lyx.org>
43
44         * LyXView.[Ch] (updateInset): pass it an InsetBase pointer rather
45         than an InsetOld one.
46
47 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
48
49         * Makefile.am: adjust
50
51         * Painter.[Ch]: remove Painter & return value everywhere, make
52         virtual all remaining nonvirtual methods
53
54         * nullpainter.[Ch]: add no-op painter
55
56 2004-04-05  Angus Leeming  <leeming@lyx.org>
57
58         * Dialogs.h: remove #included header file. Clean up comments.
59
60 2004-03-31  Angus Leeming  <leeming@lyx.org>
61
62         * Dialogs.[Ch]: remove all the cruft needed by the original
63         MVC dialog code.
64
65 2004-03-31  Angus Leeming  <leeming@lyx.org>
66
67         * Dialogs.h (showPreamble):
68         * guiapi.[Ch] (gui_Preamble): removed.
69
70         * Dialogs.[Ch] (build): return a boost::shared_ptr rather than
71         a raw Dialog*. Nicer, but also enables the Qt frontend to
72         re-use the document dialog.
73
74 2004-03-31  Angus Leeming  <leeming@lyx.org>
75
76         * Dialogs.h (showSpellchecker):
77         * guiapi.[Ch] (gui_Spellchecker): removed.
78
79 2004-03-31  Angus Leeming  <leeming@lyx.org>
80
81         * Dialogs.h (showPreferences):
82         * guiapi.[Ch] (gui_ShowPreferences): removed.
83
84 2004-03-30  Angus Leeming  <leeming@lyx.org>
85
86         * Dialogs.h (showDocument): removed.
87
88         * guiapi.[Ch] (gui_ShowDocument): removed.
89
90 2004-03-28  Angus Leeming  <leeming@lyx.org>
91
92         * Dialogs.h (showPrint): removed.
93
94         * guiapi.[Ch] (gui_ShowPrint): removed.
95
96 2004-03-27  Angus Leeming  <leeming@lyx.org>
97
98         * Dialogs.h (showSendto): removed.
99
100         * guiapi.[Ch] (gui_ShowSendto): removed.
101
102 2004-03-17  Angus Leeming  <leeming@lyx.org>
103
104         * Dialogs.h (showFoks): removed.
105
106         * guiapi.[Ch] (gui_ShowForks): removed.
107
108 2004-01-25  Angus Leeming  <leeming@lyx.org>
109
110         * Dialogs.h (showSearch):
111         * guiapi.[Ch] (gui_ShowSearch): removed.
112
113 2004-01-08  Angus Leeming  <leeming@lyx.org>
114
115         * FileDialog.h (open, save): the file filter mask is now passed
116         as a FileFilterList rather than as a string.
117
118 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
119
120         * screen.[Ch] (fitCursor): use LCursor::getDim, simplify
121         (fitManualCursor): remove
122         (topCursorVisible): remove
123
124
125 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
126
127         * screen.C (showCursor): use absolute coords form LCursor
128
129 2003-11-10  André Pönitz  <poenitz@gmx.net>
130
131         * screen.C: adjust to removed inset locking
132
133 2003-10-14  Angus Leeming  <leeming@lyx.org>
134
135         * LyXView.[Ch] (updateInset): invoke BufferView::updateInset, returning
136         a pointer to the Buffer owning the inset.
137
138 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
139
140         * lyx_gui.h (set_datasocket_callback, set_serversocket_callback,
141         remove_datasocket_callback, remove_serversocket_callback):
142         new function declarations, implemented in the various frontends.
143
144 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
145
146         * lyx_gui.h: add <string> and other small fixes to make Lars'
147         std::string patch compile with STLport.
148
149 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
150
151         * LyXView.C (updateToolbar): adjust
152
153 2003-09-18  Angus Leeming  <leeming@lyx.org>
154
155         * Painter.C:
156         * Painter.h:
157         * lyx_gui.h: rename EnumLColor as LColor_color.
158
159 2003-09-18  Angus Leeming  <leeming@lyx.org>
160
161         * Dialogs.[Ch] (find): renamed as find_or_build.
162         (update, hideSlot): don't call find_or_build to find the requested dialog.
163         Instead, search dialogs_, the list of already constructed dialogs. If it
164         ain't found, do nothing.
165
166 2003-09-16  Angus Leeming  <leeming@lyx.org>
167
168         * screen.C: add #include "LColor.h".
169
170 2003-09-15  Angus Leeming  <leeming@lyx.org>
171
172         * Painter.C: add #include "LColor.h".
173         (rectText): pass EnumLColor args, rather than LColor::color ones.
174
175         * Painter.h:
176         * lyx_gui.h: remove #include "LColor.h". Forward declare EnumLColor.
177
178         * Painter.h (line, lines, rectangle, fillRectangle, fillPolygon, arc,
179         point, rectText):
180         * lyx_gui.h (hexname, update_color):
181         pass EnumLColor args, rather than LColor::color ones.
182
183 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
184
185         * Timeout.C: change Assert to BOOST_ASSERT
186
187 2003-09-07  Angus Leeming  <leeming@lyx.org>
188
189         * Alert.h: remove #include <algorithm>.
190         * Dialogs.h: remove #include <boost/scoped_ptr.hpp>.
191         * WorkArea.h: remove #include <boost/signals/signal3.hpp>, <utility>.
192         * guiapi.h: remove #include "support/std_string.h".
193
194 2003-09-06  Angus Leeming  <leeming@lyx.org>
195
196         * LyXKeySym.h: remove LyXKeySymPtr typedef.
197         * WorkArea.h: forward declare LyXKeySym rather than
198         #include "frontends/LyXKeySym.h".
199
200 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
201
202         * Alert_pimpl.h: re-add missing system headers, needed for 2.95.2.
203
204 2003-09-05  Angus Leeming  <leeming@lyx.org>
205
206         * WorkArea.C: removed. It was entirely empty.
207         * Makefile.am: remove WorkArea.C
208
209         * *.C: rearranged #includes in alphabetical and directory order.
210
211 2003-09-04  Angus Leeming  <leeming@lyx.org>
212
213         * Alert_pimpl.h: move out #include "debug.h".
214         * LyXView.h: move out #include "types.h".
215         * WorkArea.h: move out #include "funcrequest.h".
216         * screen.h: move out #include "RowList.h".
217
218 2003-09-02  John Levon  <levon@movementarian.org>
219
220         * screen.C: remove cursor.i[xy]()
221
222 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
223
224         * Alert.C (prompt, warning, error, information, askForText): Make
225         them output the alert to stderr if debugging is turned on.
226
227 2003-08-27  John Levon  <levon@movementarian.org>
228
229         * screen.C: fix cursor in ERT (bug 1341)
230
231 2003-08-26  Alfredo Braunstein  <abraunst@libero.it>
232
233         * screen.C (redraw): remove an uneeded updateRowPositions
234
235 2003-08-19  André Pönitz  <poenitz@gmx.net>
236
237         * screen.[Ch]: use new rowpainter interface
238
239 2003-08-18  André Pönitz  <poenitz@gmx.net>
240
241         * screen.[Ch]: remove draw()
242
243 2003-08-15  André Pönitz  <poenitz@gmx.net>
244
245         * screen.[Ch]: remove toggleSelection()
246
247 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
248
249         * Makefile.am (SUBDIRS): use FRONTENDS_SUBDIRS
250
251         * Toolbar.C (clearLayoutList): new methods, which resets
252         last_textclass_. The derived methods should call that.
253
254 2003-08-01  André Pönitz  <poenitz@gmx.net>
255
256         * screen.[Ch]: merge update() and repaint()
257
258 2003-07-29  André Pönitz  <poenitz@gmx.net>
259
260         * screen.[Ch]: remove toggleToggle.
261
262 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
263
264         * Menubar.h: do not use a pimpl, but rather an abstract class
265
266         * Menubar.C: removed
267
268 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
269
270         * Toolbar.h: do not use a pimpl, but rather an abstract class
271
272 2003-07-21  Angus Leeming  <leeming@lyx.org>
273
274         * screen.C (c-tor, greyOut): use namespace lyx::graphics
275         rather than the grfx shortcut.
276
277 2003-07-15  André Pönitz  <poenitz@gmx.net>
278
279         * screen.[Ch]: refresh_status tristate -> need_update bool
280
281 2003-07-15  André Pönitz  <poenitz@gmx.net>
282
283         * screen.C: collapse REFRESH_ROW and REFRESH_AREA handling
284
285 2003-07-14  André Pönitz  <poenitz@gmx.net>
286
287         * screen.C: use slimmed down rowpainter interface
288
289 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * introduce namespace lyx::graphics
292
293 2003-06-27  André Pönitz  <poenitz@gmx.net>
294
295         * screen.[Ch]: take care of removed LyXCursor::row_ member
296
297 2003-06-19  Angus Leeming  <leeming@lyx.org>
298
299         * Dialogs.h: (showTexinfo):
300         * guiapi.[Ch] (gui_ShowTexinfo):  removed.
301
302 2003-06-17  Angus Leeming  <leeming@lyx.org>
303
304         * Dialogs.h: (showMathPanel):
305         * guiapi.[Ch] (gui_ShowMathPanel):  removed.
306
307 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
308
309         * Dialogs.[Ch] (visible): added.
310
311 2003-06-03  John Levon  <levon@movementarian.org>
312
313         * lyx_gui.h: add sync_events()
314
315         * screen.C: sync events before showing the cursor
316
317 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
318
319         * Makefile.am: better lib building
320
321 2003-05-03  John Levon  <levon@movementarian.org>
322
323         * screen.h:
324         * screen.C: replace cursor code with simpler variant
325         that calculates the cursor pos via inset inspector. Hide
326         the cursor before a paint. Make Cursor_Shape protected.
327
328 2003-04-27  John Levon  <levon@movementarian.org>
329
330         * Alert.h:
331         * Alert.C:
332         * Alert_pimpl.h: ::prompt() takes cancel_button
333
334 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
335
336         * screen.C (redraw): added a missing call to updateRowPositions
337
338 2003-04-15  John Levon  <levon@movementarian.org>
339
340         * LyXView.C: toolbar flags changed
341
342 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
343
344         * screen.C (update): add calls to updateRowPositions() before
345         drawOneRow and drawFromTo.
346
347 2003-04-10  John Levon  <levon@movementarian.org>
348
349         * Toolbar.h:
350         * Toolbar.C: handle on/off etc. for toolbars
351
352         * LyXView.C: update toolbar on/off etc.
353
354 2003-04-09  John Levon  <levon@movementarian.org>
355
356         * Toolbar.C: handle multiple toolbars
357
358 2003-04-08  John Levon  <levon@movementarian.org>
359
360         * Toolbar.C: handle tooltip
361
362 2003-04-07  John Levon  <levon@movementarian.org>
363
364         * LyXView.h: add clearMessage()
365
366 2003-04-01  John Levon  <levon@movementarian.org>
367
368         * Toolbar.h:
369         * Toolbar.C: ToolbarDefaults got renamed
370
371 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
372
373         screen.[Ch]: adjust
374
375 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
376
377         * screen.C (topCursorVisible): adjust
378         (drawFromTo): adjust
379         (drawOneRow): adjust
380
381 2003-03-31  John Levon  <levon@movementarian.org>
382
383         * lyx_gui.h: add new font name helpers, move
384         use_gui to here.
385
386         * Alert.C: from above
387
388 2003-03-31  John Levon  <levon@movementarian.org>
389
390         * Alert_pimpl.h:
391         * Alert.h:
392         * Alert.C: finally kill alert()
393
394 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
395
396         * screen.C (drawFromTo): adjust for RowList.
397         (update): adjust.
398
399 2003-03-29  John Levon  <levon@movementarian.org>
400
401         * Alert.h:
402         * Alert.C:
403         * Alert_pimpl.h: kill err_alert. Add information(),
404         warning(), error()
405
406 2003-03-29  John Levon  <levon@movementarian.org>
407
408         * Alert.h:
409         * Alert.C:
410         * Alert_pimpl.h: fix up askQuestion/askConfirmation
411         into prompt, to discourage Yes/No questions.
412
413 2003-03-26  Angus Leeming  <leeming@lyx.org>
414
415         * Dialogs.h: remove showThesaurus.
416         * guiapi.[Ch]: remove the gui_ equivalents.
417
418 2003-03-25  Angus Leeming  <leeming@lyx.org>
419
420         * Dialogs.h: remove showFile, showLogFile, showVCLogFile.
421         * guiapi.[Ch]: remove the gui_ equivalents.
422
423 2003-03-22  John Levon  <levon@movementarian.org>
424
425         * screen.C:
426         * screen.h: LyXText refresh renamings
427
428 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
429
430         * adjust for BufferView* arg removal from lyxtext.
431
432 2003-03-17  John Levon  <levon@movementarian.org>
433
434         * screen.h:
435         * screen.C: remove cleared/background painting code,
436         update() was taking a pointless LyXText parameter
437
438 2003-03-13  Angus Leeming  <leeming@lyx.org>
439
440         * Dialogs.h: remove showParagraph and updateParagraph.
441         * guiapi.[Ch]: remove gui_ShowParagraph and gui_UpdateParagraph.
442
443 2003-03-12  Angus Leeming  <leeming@lyx.org>
444
445         * Dialogs.[Ch] (hide): rejig as a static method. Hide the signal
446         away.
447         (show): add a string arg.
448
449         * Dialogs.h: remove showCharacter and setUserFreeFont.
450         * guiapi.[Ch]: remove gui_ShowCharacter and gui_SetUserFreeFont.
451
452 2003-03-10  Angus Leeming  <leeming@lyx.org>
453
454         * Dialogs.h (hide): make it a static method that returns a
455         boost::signal2<> & (takes 'name' and 'inset' args).
456
457 2003-03-09  Angus Leeming  <leeming@lyx.org>
458
459         * Dialogs.h: remove showMergeChanges.
460
461 2003-03-09  Angus Leeming  <leeming@lyx.org>
462
463         * Dialogs.h: remove showAboutlyx.
464         * guiapi.[Ch]: remove gui_showAboutlyx.
465
466         * Dialogs.[Ch] (show): new method for non-inset dialogs.
467
468 2003-03-09  Angus Leeming  <leeming@lyx.org>
469
470         * Dialogs.h: remove showTabularCreate.
471         * guiapi.[Ch]: remove gui_showTabularCreate.
472
473 2003-03-09  Angus Leeming  <leeming@lyx.org>
474
475         * Dialogs.h: remove showTabular, updateTabular.
476         * guiapi.[Ch]: remove gui_updateTabular, gui_updateTabular.
477
478 2003-03-07  Angus Leeming  <leeming@lyx.org>
479
480         * Dialogs.h: remove showGraphics.
481         * guiapi.[Ch]: remove gui_showGraphics.
482
483 2003-03-07  Angus Leeming  <leeming@lyx.org>
484
485         * Dialogs.h: remove showMinipage, updateMinipage.
486         * guiapi.[Ch]: remove gui_showMinipage, gui_updateMinipage.
487
488 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
489
490         * screen.C: use LyXText::top_y() instead of LyXText::first_y
491
492 2003-03-05  Angus Leeming  <leeming@lyx.org>
493
494         * Dialogs.h: remove showWrap.
495         * guiapi.[Ch]: remove gui_ShowWrap.
496
497 2003-03-05  Angus Leeming  <leeming@lyx.org>
498
499         * Dialogs.h: remove showFloat.
500         * guiapi.[Ch]: remove gui_ShowFloat.
501
502 2003-03-05  Angus Leeming  <leeming@lyx.org>
503
504         * Dialogs.h: remove showInclude.
505         * guiapi.[Ch]: remove gui_ShowInclude.
506
507 2003-03-05  Angus Leeming  <leeming@lyx.org>
508
509         * Dialogs.h: remove showExternal.
510         * guiapi.[Ch]: remove gui_ShowExternal.
511
512 2003-02-27  Angus Leeming  <leeming@lyx.org>
513
514         * screen.C (redraw, greyOut): ensure that the painter is started
515         before attempting to paint.
516
517 2003-02-26  John Levon  <levon@movementarian.org>
518
519         * screen.C: use RowPainter
520
521 2003-02-26  Angus Leeming  <leeming@lyx.org>
522
523         * screen.[Ch]: ensure that the LyX splash screen is drawn if desired.
524
525 2003-02-21  Angus Leeming  <leeming@lyx.org>
526
527         * Dialogs.[Ch]: simplify the dialog interface by using a few
528         methods to do generic things like 'show' a dialog. Individual
529         dialogs are invoked through a string 'name'.
530         Use methods 'hideAll' etc to replace signals of the same name: more
531         transparent code.
532
533         * guiapi.[Ch]: provide a C-interface to the new Dialogs::show
534         method. Retire the old functions that called dead Dialogs methods.
535
536 2003-02-21  Angus Leeming  <leeming@lyx.org>
537
538         * Timeout.[Ch]: define a Timeout::Impl abstract base class from
539         which the GUIs will derive their implementations. Means that
540         we no longer have to look into the GUIs to write the class.
541         Store the implementation in a boost::scoped_ptr, not a raw pointer.
542
543 2003-02-21  Angus Leeming  <leeming@lyx.org>
544
545         * Dialogs.h: remove forward declarations of InsetBibKey, InsetBibtex.
546
547         * FileDialog.h: don't pass LyXView to the c-tor.
548         Don't store a LyXView &.
549
550 2003-02-14  John Levon  <levon@movementarian.org>
551
552         * LyXView.h: prohibit/allowInput() -> busy(bool)
553
554 2003-02-08  John Levon  <levon@movementarian.org>
555
556         * Dialogs.h: add showMergeChanges()
557
558 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
559
560         * FileDialog.h: implement opendir (browse directory) [bug 824]
561
562 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
563
564         * Makefile.am (LIBS): delete
565         (libfrontends_la_LDFLAGS): add with same as LIBS
566
567 2003-01-11  Angus Leeming  <leeming@lyx.org>
568
569         * screen.C (SplashScreen): load up banner.ppm rather than banner.xpm.
570
571 2003-01-05  John Levon  <levon@movementarian.org>
572
573         * LyXKeySym.h: pass Encoding to getISOEncoded
574
575 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
576
577         * lyx_gui.h: add new function lyx_gui::getStatus, which can be
578         used by a frontend to indicate that some lfun is not implemented.
579
580 2002-12-12  John Levon  <levon@movementarian.org>
581
582         * LyXKeySym.h: add isText()
583
584 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
585
586         * screen.C (fitCursor): remove usleep thingie
587         (fitManualCursor): ditto
588
589 2002-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
590
591         * screen.C (fitManualCursor): add delay if we have a selection
592         going
593         (fitCursor): ditto
594
595 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
596
597         * several files: ws changes
598
599 2002-11-17  John Levon  <levon@movementarian.org>
600
601         * FileDialog.h: split Select() into open()/save() for
602           benefit of Qt
603
604 2002-11-01  Herbert Voss  <voss@perce.de>
605
606         * ControlGraphics.C: "Default" is now a part of the rotate-list
607
608 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
609
610         * lyx_gui.h: do not use std:: on string
611
612 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
613
614         * lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
615
616 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
617
618         * PrinterParams.h (to): default value changed to 0 (from 1).
619
620         * Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
621
622         * makefile.am: remove Liason.[Ch].
623
624 2002-10-21  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
625
626         * LyXKeySym.h (operator==): compilation fix. The two args should have
627         different names...
628
629 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
630
631         * LyXKeySym.h: move operator== out of class. Separate
632         implementations for xforms and qt.
633
634         * Liason.[Ch]: get rid of setMinibuffer, where used call message
635         directly through LyXView::message instead.
636
637 2002-09-25  Angus Leeming  <leeming@lyx.org>
638
639         * Dialogs.C: doxygen fix.
640
641 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
642
643         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
644
645 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
646
647         * Liason.C: implement new printer parameters with new xforms dialog
648
649 2002-09-11  Rob Lahaye  <lahaye@snu.ac.kr>
650
651         * LyXView.C (LyXView::updateWindowTitle): change the minimised icon
652         to show an asterix if the buffer has changed.
653
654 2002-09-11  John Levon  <levon@movementarian.org>
655
656         * Painter.C: draw frame after background. This is needed
657           on Qt but not xforms ??
658
659 2002-09-05  Angus Leeming  <leeming@lyx.org>
660
661         * all files: modify the headers as discussed on the list.
662
663 2002-08-28  André Pönitz <poenitz@gmx.net>
664
665         * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
666
667 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
668
669         * Dialogs.h (noncopyable): ws changes only
670
671 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
672
673         * Makefile.am: use $(variables) instead of @substitutions@
674
675 2002-08-15  Angus Leeming  <leeming@lyx.org>
676
677         * Dialogs.[Ch]:
678         * guiapi.[Ch]: the brave new world of Dialog creation.
679
680         * LyXView.C: associated change.
681
682         * Makefile.am: add new file guiapi.C.
683
684 2002-08-13  Angus Leeming  <leeming@lyx.org>
685
686         * DialogBase.h: removed.
687
688         * Dialogs.h: rearrange #includes, forward declarations and some
689         functions. Remove commented out, historical code.
690
691         * Dialogs.[Ch] (showInfo): removed.
692
693         * guiapi.h (gui_ShowInfo): removed.
694
695 2002-08-13  André Pönitz <poenitz@gmx.net>
696
697         * LyXView.[Ch]: new member dispatch();
698
699 2002-08-13  Angus Leeming  <leeming@lyx.org>
700
701         * LyXView.[Ch]:
702         (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
703         return a reference not a pointer.
704         (controlcommand_, intl_, autosave_timeout_): employ the
705         const scoped_ptr idiom.
706
707 2002-08-12  Angus Leeming  <leeming@lyx.org>
708
709         * DialogBase.h: no longer derive from boost::signals::trackable.
710
711         * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
712
713 2002-08-08  John Levon  <levon@movementarian.org>
714
715         * Toolbar.C:
716
717 2002-08-06  André Poenitz  <poenitz@gmx.net>
718
719         * Screen.C: Honor \show_banner lyxrc setting
720
721 2002-08-04  John Levon  <levon@movementarian.org>
722
723         * LyXView.C: isLyxClean->isClean
724
725 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
726
727         * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
728
729 2002-08-02  Angus Leeming  <leeming@lyx.org>
730
731         * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
732         so that anything wanting to cache the buffer view can do so safely
733         using a boost::weak_ptr.
734
735         * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
736         Spell Bjønnes correctly.
737
738 2002-08-01  John Levon  <levon@movementarian.org>
739
740         * Dialogs.h:
741         * Dialogs.C:
742         * guiapi.h: remove options from spell dialog
743
744 2002-07-30  John Levon  <levon@movementarian.org>
745
746         * lyx_gui.h: add remove_read_callback()
747
748 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
749
750         * lyx_gui.h: add exit()
751
752 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
753
754         * Toolbar.h:
755         * Toolbar.C: remove other unused code
756
757 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
758
759         * Toolbar.h:
760         * Toolbar.C: remove ->push()
761
762 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
763
764         * LyXView.C: use BufferParams::getLyXTextClass
765
766 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
767
768         * LyXView.C: move autosave connect here
769
770 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
771
772         * LyXView.C (updateMenubar): remove code to set different menubars
773
774         * Menubar.C (set): remove
775
776 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
777
778         * LyXView.h:
779         * LyXView.C: use ControlCommandBuffer, related
780           cleanup
781
782         * MiniBuffer.h:
783         * MiniBuffer.C: remove
784
785 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
786
787         * LyXView.h:
788         * LyXView.C:
789         * MiniBuffer.h:
790         * MiniBuffer.C: remove messagePush/Pop, addSet
791
792 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
793
794         * LyXView.h:
795         * LyXView.C: change showState to view_state_changed signal
796
797 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
798
799         * lyx_gui.h: add set_read_callback()
800
801 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
802
803         * lyx_gui.h: remove init_graphics()
804
805 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
806
807         * Toolbar.h:
808         * Toolbar.C: remove unused (de)activate()
809
810 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
811
812         * Makefile.am:
813         * font_loader.h: remove
814
815         * lyx_gui.h: add update_fonts(), font_available()
816
817 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
818
819         * lyx_gui.h: add update_color
820
821 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
822
823         * Painter.C:
824         * Painter.h: make frame/background painting optional
825           for rectText
826
827 2002-07-05  Angus Leeming  <leeming@lyx.org>
828
829         * lyx_gui.h (hexname): new function.
830
831 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
832
833         * screen.C (SplashScreen): we change
834         (topCursorVisible): ws change
835         (greyOut): divide by 2 instead of multiplying with 0.5
836
837 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
838
839         * Dialogs.h: remove static from redrawGUI and
840         toggleTooltips.
841
842 2002-06-28  Angus Leeming  <leeming@lyx.org>
843
844         * Painter.h:
845         * screen.C: changes associated with the name change grfx::GImage ->
846         grfx::Image.
847
848 2002-06-26  Angus Leeming  <leeming@lyx.org>
849
850         * screen.C: moved the image loading stuff into a new class grfx::Loader.
851         Simplifies this file enormously.
852
853 2002-06-25  Angus Leeming  <leeming@lyx.org>
854
855         * screen.C: add a SplashScreen class to load up the pixmap once again.
856
857 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
858
859         * LyXView.C: layout as layout
860
861 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
862
863         * screen.C: add FIXME
864
865 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
866
867         * WorkArea.h: remove redraw()
868
869 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
870
871         * guiapi.h:
872         * Dialogs.h:
873         * Dialogs.C: createIndex() doesn't take string
874
875 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
876
877         * WorkArea.h: remove unused resize(..) and change name
878
879 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
880
881         * LyXKeySym.h:
882         * LyXKeySym.C: remove un-needed file
883
884         * WorkArea.h:
885         * WorkArea.C: remove un-needed file. Add back
886           comments. Remove focus management, greyOut()
887
888 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
889
890         * WorkArea.h: remove focus/unfocus events
891
892 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
893
894         * WorkArea.h: remove unused methods
895
896 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
897
898         * Toolbar.C: add missing header
899
900 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
901
902         * WorkArea.h: remove unused method width()
903
904 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
905
906         * add a nother layer of inderection for calling gui specific
907         methods.
908         * guiapi.h: new file
909
910 2002-06-16    <alstrup@diku.dk>
911
912         * WorkArea.C: New file for GUII.
913
914         * WorkAreaFactory.h: New file for GUII.
915
916         * WorkArea.h: GUII stuff.
917
918 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
919
920         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
921
922         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
923
924         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
925         keypress. For now, X11 dependent.
926
927         * Makefile.am: Added LyXKeySym.
928
929 2002-06-14  Lyx Development team  <lyx@electronia>
930
931         * LyXScreenFactory.h: New factory for creating the screen
932         object in the super GUII way.
933
934         * screen.h: Made LyXScreen an abstract base class for the
935         screen object.
936
937         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
938         belongs.
939
940 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
941
942         * Painter.h:
943         * Painter.C: s/PainterBase/Painter, remove dead code
944
945 2002-06-12  Angus Leeming  <leeming@lyx.org>
946
947         * lyx_gui.h: remove trailing semi-colon after the brace closing
948         the namespace.
949
950 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
951
952         * LyXView.h: cleanup
953
954         * LyXView.C: move init() here from xforms/
955
956 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
957
958         * screen.h:
959         * screen.C: change topCursorVisible() prototype
960
961 2002-06-12  Angus Leeming  <leeming@lyx.org>
962
963         * font_metrics.h: remove trailing semi-colon after the brace closing
964         the namespace.
965
966 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
967
968         * GUIRunTime.h: remove in favour of ...
969
970         * Makefile.am:
971         * lyx_gui.h: ... namespace for GUI start up
972
973         * LyXView.h: remove init(),show(),setPosition()
974
975 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
976
977         * Menubar.C:
978         * Timeout.h:
979         * Toolbar.C:
980         * LyXView.h:
981         * LyXView.C: some cleanup, prefer scoped_ptr
982
983 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
984
985         * screen.C:
986         * Painter.C: use workHeight()
987
988         * WorkArea.h: remove confusing duplicate unused code
989
990 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
991
992         * screen.h:
993         * screen.C: rename, add reset()
994
995 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
996
997         * font_metrics.h: move X-specific stuff out of namespace
998
999 2002-06-07  Angus Leeming  <leeming@lyx.org>
1000
1001         Fixes needed to compile with Compaq cxx 6.5.
1002         * Alert.C: all c-library variables have been moved into namespace std.
1003         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1004
1005         * Toolbar.h (Pimpl): type definition made public.
1006
1007 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
1008
1009         * Alert.h: better variable name
1010
1011 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1012
1013         * switch from SigC signals to boost::signals
1014
1015 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1016
1017         * Makefile.am:
1018         * WorkArea.h:
1019         * WorkArea.C: move to xforms/ for better diff
1020
1021 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1022
1023         * key_state.h:
1024         * mouse_state.h: add
1025
1026         * Makefile.am:
1027         * WorkArea.h:
1028         * WorkArea.C: use above
1029
1030 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1031
1032         * Makefile.am:
1033         * font_loader.h: placeholder
1034
1035         * screen.C: use placeholder
1036
1037 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1038
1039         * Makefile.am:
1040         * font_metrics.h: add placeholder
1041
1042         * Painter.C:
1043         * screen.C: use placeholder
1044
1045 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1046
1047         * WorkArea.h:
1048         * WorkArea.C:
1049         * Makefile.am: move here
1050
1051         * screen.h:
1052         * screen.C: move here
1053
1054 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1055
1056         * Liason.C:
1057         * LyXView.h:
1058         * LyXView.C:
1059         * Makefile.am: move LyXView here
1060
1061 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1062
1063         * Makefile.am:
1064         * Painter.h:
1065         * Painter.C: add PainterBase here
1066
1067 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1068
1069         * Dialogs.h: use more specific smart_ptr header
1070
1071 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1072
1073         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
1074         (EXTRA_DIST): delete
1075         (dist-hook): delete
1076         (distclean-local): delete
1077
1078 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1079
1080         * Makefile.am: make distcheck work
1081         (distclean-local): handle distclean of non-built frontends better.
1082
1083 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1084
1085         * most files: ws cleanup
1086
1087         * Makefile.am: remove ld -r stuff
1088
1089 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1090
1091         * Makefile.am: special rules if partial linking
1092
1093 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1094
1095         * doxygen fixes.
1096
1097 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1098
1099         * Dialogs.[Ch]: add static signal toggleTooltips and
1100         static method tooltipsEnabled.
1101
1102 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
1103
1104         * Dialogs.h:
1105         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
1106
1107 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1108
1109         * Toolbar.[Ch] (setLayout): layout as string
1110
1111 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1112
1113         * Dialogs.h (initialiseGraphics): a new static method.
1114
1115 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1116
1117         * Makefile.am: don't compile support as LyXImage is now dead.
1118
1119 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1120
1121         * Makefile.am: better dep. tracking from controllers and xforms
1122
1123 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1124
1125         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
1126         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1127         Rearrange #includes in Lars' approved fashion.
1128
1129         * Timeout.[Ch] (running): new method.
1130         (default c-tor): removed.
1131
1132         * Dialogs.h: added a new signal, showForks.
1133
1134 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1135
1136         * Liason.C:
1137         change Systemcalls::System to Systemcalls::Wait and
1138         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
1139         No change of functionality, just reflects the stripped down Systemcalls
1140         class.
1141
1142 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1143
1144         * Liason.C (printBuffer): use Buffer::filePath
1145
1146 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1147
1148         * Timeout.h:
1149         * FileDialog.h: do not include <config.h> in header files.
1150
1151 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
1152
1153         * Alert.h: remove spurious semi-colon at the end of the namespace
1154         scope.
1155
1156 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
1157
1158         * Makefile.am:
1159         * Alert.h:
1160         * Alert.C:
1161         * Alert_pimpl.h: alerts etc.
1162
1163 2001-10-09  Herbert Voss  <voss@perce.de>
1164
1165         * Dialogs.h: added showFile and showTexinfo signals.
1166
1167 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1168
1169         * Dialogs.h (showSplash, destroySplash, splash_): removed.
1170
1171         * Dialogs.C (destroySplash): removed.
1172
1173 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1174
1175         * GUIRunTime.h: initApplication() should take a & to argc
1176
1177 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1178
1179         * Liason.C: IsDirWriteable changed
1180
1181 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1182
1183         * Liason.C: #include LAssert.h
1184
1185 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
1186
1187         * Dialogs.h: add showThesaurus
1188
1189 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1190
1191         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
1192
1193 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1194
1195         * Dialogs.h: added showSpellchecker
1196
1197 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1198
1199         * GUIRunTime.h: (x11Display):
1200         (x11Screen):
1201         (x11Colormap):
1202         (x11VisualDepth): new methods
1203
1204 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1205
1206         * GUIRunTime.h: add createMainView
1207
1208 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1209
1210         * Dialogs.h: add showSpellcheckerPreferences
1211
1212 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1213
1214         * Makefile.am: remove kde frontend
1215
1216 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1217
1218         * Dialogs.h: removed unused signal showCharacter.
1219         Renamed signals showLayoutDocument -> showDocument,
1220         showLayoutParagraph -> showParagraph,
1221         showLayoutCharacter -> showCharacter.
1222         Added signal updateParagraph.
1223         Rearranged signals in some sort of alphabetical order again.
1224
1225 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1226
1227         * FileDialog.h:
1228         * Timeout.h: added // -*- C++ -*- as first line.
1229
1230 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1231
1232         * Makefile.am: make the dependencies work for the sub libs.
1233
1234 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1235
1236         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
1237         libs here.
1238
1239 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1240
1241         * Makefile.am: make controllers subdir before xforms.
1242
1243         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
1244
1245         * Dialogs.C: new file, instantiating the add, destroySplash methods.
1246
1247 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1248
1249         * Liason.[Ch] (setMinibuffer): change second arg to string
1250
1251         * Dialogs.h: inherit privately from noncopyable
1252
1253 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1254
1255         * Dialogs.h: s/popup/dialog/
1256
1257 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1258
1259         * Liason.C (printBuffer): do not forget file name
1260         when printing with empty print_spool_command.
1261
1262 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1263
1264         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
1265         are now stored in the controllers dir.
1266
1267 2001-03-16  Juergen Vigna  <jug@sad.it>
1268
1269         * Dialogs.h (noncopyable): added minipage signals.
1270
1271 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1272
1273         * several files: remove CXX_WORKING_NAMESPACES
1274
1275         * ButtonPolicies.h: noncopyable is in namespace boost
1276         * Dialogs.h (noncopyable): ditto
1277         * DialogBase.h (noncopyable): ditto
1278
1279 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1280
1281         * Merging changes from BRANCH_MVC back into HEAD.
1282
1283         * Makefile.am: added controllers to SUBDIRS.
1284         removed ButtonPolicies.[Ch]. Now in controllers.
1285
1286         * DialogBase.h: commented out abstract method show().
1287
1288         * Dialogs.h: The dialogs are now stored as a
1289         std::vector<boost::shared_ptr<DialogBase> >.
1290         Removed using directives.
1291         (d-tor) removed.
1292         (add): new helper method. Makes code in c-tor a little tidier.
1293         (destroySplash): Moved out of xforms implementation.
1294
1295         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
1296
1297 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1298
1299         * Dialogs.h: add showMathPanel signal
1300
1301 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1302
1303         * Dialogs.h: add showExternal signal
1304
1305 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1306
1307         * Dialogs.h: add pointer to splash form
1308
1309         * GUIRunTime.h: minor cleanup
1310
1311 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1312
1313         * Dialogs.h: remove createInclude
1314
1315 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
1316
1317         * Makefile.am
1318         * FileDialog.h: new GUII FileDialog
1319
1320 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
1321
1322         * Dialogs.h: setUserFreeFont, showLayoutCharacter
1323
1324 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1325
1326         * DialogBase.h: derived from noncopyable, rather than deriving
1327         xforms/FormBase from it.
1328
1329 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1330
1331         * DialogBase.C: add close(), non-pure. This is
1332           useful for logdlg.C in the KDE frontend.
1333
1334         * Dialogs.h: splash, include, and bib forms
1335
1336 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1337
1338         * ButtonPolicies.C:
1339         * ButtonPolicies.h: and remove OkViewPolicy,
1340           it's a duplicate of IgnorantPolicy
1341
1342         * Makefile.am:
1343         * Timeout.C:
1344         * Timeout.h: add GUI-I Timeout class
1345
1346 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1347
1348         * ButtonPolicies.C:
1349         * ButtonPolicies.h: add OkViewPolicy
1350
1351         * src/frontends/Dialogs.h: add showVCLogFile signal
1352
1353 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1354
1355         * Makefile.am: add qt2 frontend