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