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