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