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