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