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