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