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