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