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