]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
fix some C++ parsing bugs
[lyx.git] / src / frontends / ChangeLog
1 2003-03-26  Angus Leeming  <leeming@lyx.org>
2
3         * Dialogs.h: remove showThesaurus.
4         * guiapi.[Ch]: remove the gui_ equivalents.
5
6 2003-03-25  Angus Leeming  <leeming@lyx.org>
7
8         * Dialogs.h: remove showFile, showLogFile, showVCLogFile.
9         * guiapi.[Ch]: remove the gui_ equivalents.
10
11 2003-03-22  John Levon  <levon@movementarian.org>
12
13         * screen.C:
14         * screen.h: LyXText refresh renamings
15
16 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
17
18         * adjust for BufferView* arg removal from lyxtext.
19
20 2003-03-17  John Levon  <levon@movementarian.org>
21
22         * screen.h:
23         * screen.C: remove cleared/background painting code,
24         update() was taking a pointless LyXText parameter
25
26 2003-03-13  Angus Leeming  <leeming@lyx.org>
27
28         * Dialogs.h: remove showParagraph and updateParagraph.
29         * guiapi.[Ch]: remove gui_ShowParagraph and gui_UpdateParagraph.
30
31 2003-03-12  Angus Leeming  <leeming@lyx.org>
32
33         * Dialogs.[Ch] (hide): rejig as a static method. Hide the signal
34         away.
35         (show): add a string arg.
36
37         * Dialogs.h: remove showCharacter and setUserFreeFont.
38         * guiapi.[Ch]: remove gui_ShowCharacter and gui_SetUserFreeFont.
39
40 2003-03-10  Angus Leeming  <leeming@lyx.org>
41
42         * Dialogs.h (hide): make it a static method that returns a
43         boost::signal2<> & (takes 'name' and 'inset' args).
44
45 2003-03-09  Angus Leeming  <leeming@lyx.org>
46
47         * Dialogs.h: remove showMergeChanges.
48
49 2003-03-09  Angus Leeming  <leeming@lyx.org>
50
51         * Dialogs.h: remove showAboutlyx.
52         * guiapi.[Ch]: remove gui_showAboutlyx.
53
54         * Dialogs.[Ch] (show): new method for non-inset dialogs.
55
56 2003-03-09  Angus Leeming  <leeming@lyx.org>
57
58         * Dialogs.h: remove showTabularCreate.
59         * guiapi.[Ch]: remove gui_showTabularCreate.
60
61 2003-03-09  Angus Leeming  <leeming@lyx.org>
62
63         * Dialogs.h: remove showTabular, updateTabular.
64         * guiapi.[Ch]: remove gui_updateTabular, gui_updateTabular.
65
66 2003-03-07  Angus Leeming  <leeming@lyx.org>
67
68         * Dialogs.h: remove showGraphics.
69         * guiapi.[Ch]: remove gui_showGraphics.
70
71 2003-03-07  Angus Leeming  <leeming@lyx.org>
72
73         * Dialogs.h: remove showMinipage, updateMinipage.
74         * guiapi.[Ch]: remove gui_showMinipage, gui_updateMinipage.
75
76 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
77
78         * screen.C: use LyXText::top_y() instead of LyXText::first_y
79
80 2003-03-05  Angus Leeming  <leeming@lyx.org>
81
82         * Dialogs.h: remove showWrap.
83         * guiapi.[Ch]: remove gui_ShowWrap.
84
85 2003-03-05  Angus Leeming  <leeming@lyx.org>
86
87         * Dialogs.h: remove showFloat.
88         * guiapi.[Ch]: remove gui_ShowFloat.
89
90 2003-03-05  Angus Leeming  <leeming@lyx.org>
91
92         * Dialogs.h: remove showInclude.
93         * guiapi.[Ch]: remove gui_ShowInclude.
94
95 2003-03-05  Angus Leeming  <leeming@lyx.org>
96
97         * Dialogs.h: remove showExternal.
98         * guiapi.[Ch]: remove gui_ShowExternal.
99
100 2003-02-27  Angus Leeming  <leeming@lyx.org>
101
102         * screen.C (redraw, greyOut): ensure that the painter is started
103         before attempting to paint.
104
105 2003-02-26  John Levon  <levon@movementarian.org>
106
107         * screen.C: use RowPainter
108
109 2003-02-26  Angus Leeming  <leeming@lyx.org>
110
111         * screen.[Ch]: ensure that the LyX splash screen is drawn if desired.
112
113 2003-02-21  Angus Leeming  <leeming@lyx.org>
114
115         * Dialogs.[Ch]: simplify the dialog interface by using a few
116         methods to do generic things like 'show' a dialog. Individual
117         dialogs are invoked through a string 'name'.
118         Use methods 'hideAll' etc to replace signals of the same name: more
119         transparent code.
120
121         * guiapi.[Ch]: provide a C-interface to the new Dialogs::show
122         method. Retire the old functions that called dead Dialogs methods.
123
124 2003-02-21  Angus Leeming  <leeming@lyx.org>
125
126         * Timeout.[Ch]: define a Timeout::Impl abstract base class from
127         which the GUIs will derive their implementations. Means that
128         we no longer have to look into the GUIs to write the class.
129         Store the implementation in a boost::scoped_ptr, not a raw pointer.
130
131 2003-02-21  Angus Leeming  <leeming@lyx.org>
132
133         * Dialogs.h: remove forward declarations of InsetBibKey, InsetBibtex.
134
135         * FileDialog.h: don't pass LyXView to the c-tor.
136         Don't store a LyXView &.
137
138 2003-02-14  John Levon  <levon@movementarian.org>
139
140         * LyXView.h: prohibit/allowInput() -> busy(bool)
141
142 2003-02-08  John Levon  <levon@movementarian.org>
143
144         * Dialogs.h: add showMergeChanges()
145
146 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
147
148         * FileDialog.h: implement opendir (browse directory) [bug 824]
149
150 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
151
152         * Makefile.am (LIBS): delete
153         (libfrontends_la_LDFLAGS): add with same as LIBS
154
155 2003-01-11  Angus Leeming  <leeming@lyx.org>
156
157         * screen.C (SplashScreen): load up banner.ppm rather than banner.xpm.
158
159 2003-01-05  John Levon  <levon@movementarian.org>
160
161         * LyXKeySym.h: pass Encoding to getISOEncoded
162
163 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
164
165         * lyx_gui.h: add new function lyx_gui::getStatus, which can be
166         used by a frontend to indicate that some lfun is not implemented.
167
168 2002-12-12  John Levon  <levon@movementarian.org>
169
170         * LyXKeySym.h: add isText()
171
172 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
173
174         * screen.C (fitCursor): remove usleep thingie
175         (fitManualCursor): ditto
176
177 2002-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
178
179         * screen.C (fitManualCursor): add delay if we have a selection
180         going
181         (fitCursor): ditto
182
183 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
184
185         * several files: ws changes
186
187 2002-11-17  John Levon  <levon@movementarian.org>
188
189         * FileDialog.h: split Select() into open()/save() for
190           benefit of Qt
191
192 2002-11-01  Herbert Voss  <voss@perce.de>
193
194         * ControlGraphics.C: "Default" is now a part of the rotate-list
195
196 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
197
198         * lyx_gui.h: do not use std:: on string
199
200 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
201
202         * lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
203
204 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
205
206         * PrinterParams.h (to): default value changed to 0 (from 1).
207
208         * Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
209
210         * makefile.am: remove Liason.[Ch].
211
212 2002-10-21  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
213
214         * LyXKeySym.h (operator==): compilation fix. The two args should have
215         different names...
216
217 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
218
219         * LyXKeySym.h: move operator== out of class. Separate
220         implementations for xforms and qt.
221
222         * Liason.[Ch]: get rid of setMinibuffer, where used call message
223         directly through LyXView::message instead.
224
225 2002-09-25  Angus Leeming  <leeming@lyx.org>
226
227         * Dialogs.C: doxygen fix.
228
229 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
230
231         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
232
233 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
234
235         * Liason.C: implement new printer parameters with new xforms dialog
236
237 2002-09-11  Rob Lahaye  <lahaye@snu.ac.kr>
238
239         * LyXView.C (LyXView::updateWindowTitle): change the minimised icon
240         to show an asterix if the buffer has changed.
241
242 2002-09-11  John Levon  <levon@movementarian.org>
243
244         * Painter.C: draw frame after background. This is needed
245           on Qt but not xforms ??
246
247 2002-09-05  Angus Leeming  <leeming@lyx.org>
248
249         * all files: modify the headers as discussed on the list.
250
251 2002-08-28  André Pönitz <poenitz@gmx.net>
252
253         * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
254
255 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
256
257         * Dialogs.h (noncopyable): ws changes only
258
259 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
260
261         * Makefile.am: use $(variables) instead of @substitutions@
262
263 2002-08-15  Angus Leeming  <leeming@lyx.org>
264
265         * Dialogs.[Ch]:
266         * guiapi.[Ch]: the brave new world of Dialog creation.
267
268         * LyXView.C: associated change.
269
270         * Makefile.am: add new file guiapi.C.
271
272 2002-08-13  Angus Leeming  <leeming@lyx.org>
273
274         * DialogBase.h: removed.
275
276         * Dialogs.h: rearrange #includes, forward declarations and some
277         functions. Remove commented out, historical code.
278
279         * Dialogs.[Ch] (showInfo): removed.
280
281         * guiapi.h (gui_ShowInfo): removed.
282
283 2002-08-13  André Pönitz <poenitz@gmx.net>
284
285         * LyXView.[Ch]: new member dispatch();
286
287 2002-08-13  Angus Leeming  <leeming@lyx.org>
288
289         * LyXView.[Ch]:
290         (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
291         return a reference not a pointer.
292         (controlcommand_, intl_, autosave_timeout_): employ the
293         const scoped_ptr idiom.
294
295 2002-08-12  Angus Leeming  <leeming@lyx.org>
296
297         * DialogBase.h: no longer derive from boost::signals::trackable.
298
299         * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
300
301 2002-08-08  John Levon  <levon@movementarian.org>
302
303         * Toolbar.C:
304
305 2002-08-06  André Poenitz  <poenitz@gmx.net>
306
307         * Screen.C: Honor \show_banner lyxrc setting
308
309 2002-08-04  John Levon  <levon@movementarian.org>
310
311         * LyXView.C: isLyxClean->isClean
312
313 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
314
315         * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
316
317 2002-08-02  Angus Leeming  <leeming@lyx.org>
318
319         * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
320         so that anything wanting to cache the buffer view can do so safely
321         using a boost::weak_ptr.
322
323         * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
324         Spell Bjønnes correctly.
325
326 2002-08-01  John Levon  <levon@movementarian.org>
327
328         * Dialogs.h:
329         * Dialogs.C:
330         * guiapi.h: remove options from spell dialog
331
332 2002-07-30  John Levon  <levon@movementarian.org>
333
334         * lyx_gui.h: add remove_read_callback()
335
336 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
337
338         * lyx_gui.h: add exit()
339
340 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
341
342         * Toolbar.h:
343         * Toolbar.C: remove other unused code
344
345 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
346
347         * Toolbar.h:
348         * Toolbar.C: remove ->push()
349
350 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
351
352         * LyXView.C: use BufferParams::getLyXTextClass
353
354 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
355
356         * LyXView.C: move autosave connect here
357
358 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
359
360         * LyXView.C (updateMenubar): remove code to set different menubars
361
362         * Menubar.C (set): remove
363
364 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
365
366         * LyXView.h:
367         * LyXView.C: use ControlCommandBuffer, related
368           cleanup
369
370         * MiniBuffer.h:
371         * MiniBuffer.C: remove
372
373 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
374
375         * LyXView.h:
376         * LyXView.C:
377         * MiniBuffer.h:
378         * MiniBuffer.C: remove messagePush/Pop, addSet
379
380 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
381
382         * LyXView.h:
383         * LyXView.C: change showState to view_state_changed signal
384
385 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
386
387         * lyx_gui.h: add set_read_callback()
388
389 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
390
391         * lyx_gui.h: remove init_graphics()
392
393 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
394
395         * Toolbar.h:
396         * Toolbar.C: remove unused (de)activate()
397
398 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
399
400         * Makefile.am:
401         * font_loader.h: remove
402
403         * lyx_gui.h: add update_fonts(), font_available()
404
405 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
406
407         * lyx_gui.h: add update_color
408
409 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
410
411         * Painter.C:
412         * Painter.h: make frame/background painting optional
413           for rectText
414
415 2002-07-05  Angus Leeming  <leeming@lyx.org>
416
417         * lyx_gui.h (hexname): new function.
418
419 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
420
421         * screen.C (SplashScreen): we change
422         (topCursorVisible): ws change
423         (greyOut): divide by 2 instead of multiplying with 0.5
424
425 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
426
427         * Dialogs.h: remove static from redrawGUI and
428         toggleTooltips.
429
430 2002-06-28  Angus Leeming  <leeming@lyx.org>
431
432         * Painter.h:
433         * screen.C: changes associated with the name change grfx::GImage ->
434         grfx::Image.
435
436 2002-06-26  Angus Leeming  <leeming@lyx.org>
437
438         * screen.C: moved the image loading stuff into a new class grfx::Loader.
439         Simplifies this file enormously.
440
441 2002-06-25  Angus Leeming  <leeming@lyx.org>
442
443         * screen.C: add a SplashScreen class to load up the pixmap once again.
444
445 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
446
447         * LyXView.C: layout as layout
448
449 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
450
451         * screen.C: add FIXME
452
453 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
454
455         * WorkArea.h: remove redraw()
456
457 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
458
459         * guiapi.h:
460         * Dialogs.h:
461         * Dialogs.C: createIndex() doesn't take string
462
463 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
464
465         * WorkArea.h: remove unused resize(..) and change name
466
467 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
468
469         * LyXKeySym.h:
470         * LyXKeySym.C: remove un-needed file
471
472         * WorkArea.h:
473         * WorkArea.C: remove un-needed file. Add back
474           comments. Remove focus management, greyOut()
475
476 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
477
478         * WorkArea.h: remove focus/unfocus events
479
480 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
481
482         * WorkArea.h: remove unused methods
483
484 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
485
486         * Toolbar.C: add missing header
487
488 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
489
490         * WorkArea.h: remove unused method width()
491
492 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
493
494         * add a nother layer of inderection for calling gui specific
495         methods.
496         * guiapi.h: new file
497
498 2002-06-16    <alstrup@diku.dk>
499
500         * WorkArea.C: New file for GUII.
501
502         * WorkAreaFactory.h: New file for GUII.
503
504         * WorkArea.h: GUII stuff.
505
506 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
507
508         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
509
510         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
511
512         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
513         keypress. For now, X11 dependent.
514
515         * Makefile.am: Added LyXKeySym.
516
517 2002-06-14  Lyx Development team  <lyx@electronia>
518
519         * LyXScreenFactory.h: New factory for creating the screen
520         object in the super GUII way.
521
522         * screen.h: Made LyXScreen an abstract base class for the
523         screen object.
524
525         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
526         belongs.
527
528 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
529
530         * Painter.h:
531         * Painter.C: s/PainterBase/Painter, remove dead code
532
533 2002-06-12  Angus Leeming  <leeming@lyx.org>
534
535         * lyx_gui.h: remove trailing semi-colon after the brace closing
536         the namespace.
537
538 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
539
540         * LyXView.h: cleanup
541
542         * LyXView.C: move init() here from xforms/
543
544 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
545
546         * screen.h:
547         * screen.C: change topCursorVisible() prototype
548
549 2002-06-12  Angus Leeming  <leeming@lyx.org>
550
551         * font_metrics.h: remove trailing semi-colon after the brace closing
552         the namespace.
553
554 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
555
556         * GUIRunTime.h: remove in favour of ...
557
558         * Makefile.am:
559         * lyx_gui.h: ... namespace for GUI start up
560
561         * LyXView.h: remove init(),show(),setPosition()
562
563 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
564
565         * Menubar.C:
566         * Timeout.h:
567         * Toolbar.C:
568         * LyXView.h:
569         * LyXView.C: some cleanup, prefer scoped_ptr
570
571 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
572
573         * screen.C:
574         * Painter.C: use workHeight()
575
576         * WorkArea.h: remove confusing duplicate unused code
577
578 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
579
580         * screen.h:
581         * screen.C: rename, add reset()
582
583 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
584
585         * font_metrics.h: move X-specific stuff out of namespace
586
587 2002-06-07  Angus Leeming  <leeming@lyx.org>
588
589         Fixes needed to compile with Compaq cxx 6.5.
590         * Alert.C: all c-library variables have been moved into namespace std.
591         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
592
593         * Toolbar.h (Pimpl): type definition made public.
594
595 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
596
597         * Alert.h: better variable name
598
599 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
600
601         * switch from SigC signals to boost::signals
602
603 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
604
605         * Makefile.am:
606         * WorkArea.h:
607         * WorkArea.C: move to xforms/ for better diff
608
609 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
610
611         * key_state.h:
612         * mouse_state.h: add
613
614         * Makefile.am:
615         * WorkArea.h:
616         * WorkArea.C: use above
617
618 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
619
620         * Makefile.am:
621         * font_loader.h: placeholder
622
623         * screen.C: use placeholder
624
625 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
626
627         * Makefile.am:
628         * font_metrics.h: add placeholder
629
630         * Painter.C:
631         * screen.C: use placeholder
632
633 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
634
635         * WorkArea.h:
636         * WorkArea.C:
637         * Makefile.am: move here
638
639         * screen.h:
640         * screen.C: move here
641
642 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
643
644         * Liason.C:
645         * LyXView.h:
646         * LyXView.C:
647         * Makefile.am: move LyXView here
648
649 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
650
651         * Makefile.am:
652         * Painter.h:
653         * Painter.C: add PainterBase here
654
655 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
656
657         * Dialogs.h: use more specific smart_ptr header
658
659 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
660
661         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
662         (EXTRA_DIST): delete
663         (dist-hook): delete
664         (distclean-local): delete
665
666 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
667
668         * Makefile.am: make distcheck work
669         (distclean-local): handle distclean of non-built frontends better.
670
671 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
672
673         * most files: ws cleanup
674
675         * Makefile.am: remove ld -r stuff
676
677 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
678
679         * Makefile.am: special rules if partial linking
680
681 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
682
683         * doxygen fixes.
684
685 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
686
687         * Dialogs.[Ch]: add static signal toggleTooltips and
688         static method tooltipsEnabled.
689
690 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
691
692         * Dialogs.h:
693         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
694
695 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
696
697         * Toolbar.[Ch] (setLayout): layout as string
698
699 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
700
701         * Dialogs.h (initialiseGraphics): a new static method.
702
703 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
704
705         * Makefile.am: don't compile support as LyXImage is now dead.
706
707 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
708
709         * Makefile.am: better dep. tracking from controllers and xforms
710
711 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
712
713         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
714         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
715         Rearrange #includes in Lars' approved fashion.
716
717         * Timeout.[Ch] (running): new method.
718         (default c-tor): removed.
719
720         * Dialogs.h: added a new signal, showForks.
721
722 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
723
724         * Liason.C:
725         change Systemcalls::System to Systemcalls::Wait and
726         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
727         No change of functionality, just reflects the stripped down Systemcalls
728         class.
729
730 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
731
732         * Liason.C (printBuffer): use Buffer::filePath
733
734 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
735
736         * Timeout.h:
737         * FileDialog.h: do not include <config.h> in header files.
738
739 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
740
741         * Alert.h: remove spurious semi-colon at the end of the namespace
742         scope.
743
744 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
745
746         * Makefile.am:
747         * Alert.h:
748         * Alert.C:
749         * Alert_pimpl.h: alerts etc.
750
751 2001-10-09  Herbert Voss  <voss@perce.de>
752
753         * Dialogs.h: added showFile and showTexinfo signals.
754
755 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
756
757         * Dialogs.h (showSplash, destroySplash, splash_): removed.
758
759         * Dialogs.C (destroySplash): removed.
760
761 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
762
763         * GUIRunTime.h: initApplication() should take a & to argc
764
765 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
766
767         * Liason.C: IsDirWriteable changed
768
769 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
770
771         * Liason.C: #include LAssert.h
772
773 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
774
775         * Dialogs.h: add showThesaurus
776
777 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
778
779         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
780
781 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
782
783         * Dialogs.h: added showSpellchecker
784
785 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
786
787         * GUIRunTime.h: (x11Display):
788         (x11Screen):
789         (x11Colormap):
790         (x11VisualDepth): new methods
791
792 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
793
794         * GUIRunTime.h: add createMainView
795
796 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
797
798         * Dialogs.h: add showSpellcheckerPreferences
799
800 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
801
802         * Makefile.am: remove kde frontend
803
804 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
805
806         * Dialogs.h: removed unused signal showCharacter.
807         Renamed signals showLayoutDocument -> showDocument,
808         showLayoutParagraph -> showParagraph,
809         showLayoutCharacter -> showCharacter.
810         Added signal updateParagraph.
811         Rearranged signals in some sort of alphabetical order again.
812
813 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
814
815         * FileDialog.h:
816         * Timeout.h: added // -*- C++ -*- as first line.
817
818 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
819
820         * Makefile.am: make the dependencies work for the sub libs.
821
822 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
823
824         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
825         libs here.
826
827 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
828
829         * Makefile.am: make controllers subdir before xforms.
830
831         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
832
833         * Dialogs.C: new file, instantiating the add, destroySplash methods.
834
835 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
836
837         * Liason.[Ch] (setMinibuffer): change second arg to string
838
839         * Dialogs.h: inherit privately from noncopyable
840
841 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
842
843         * Dialogs.h: s/popup/dialog/
844
845 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
846
847         * Liason.C (printBuffer): do not forget file name
848         when printing with empty print_spool_command.
849
850 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
851
852         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
853         are now stored in the controllers dir.
854
855 2001-03-16  Juergen Vigna  <jug@sad.it>
856
857         * Dialogs.h (noncopyable): added minipage signals.
858
859 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
860
861         * several files: remove CXX_WORKING_NAMESPACES
862
863         * ButtonPolicies.h: noncopyable is in namespace boost
864         * Dialogs.h (noncopyable): ditto
865         * DialogBase.h (noncopyable): ditto
866
867 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
868
869         * Merging changes from BRANCH_MVC back into HEAD.
870
871         * Makefile.am: added controllers to SUBDIRS.
872         removed ButtonPolicies.[Ch]. Now in controllers.
873
874         * DialogBase.h: commented out abstract method show().
875
876         * Dialogs.h: The dialogs are now stored as a
877         std::vector<boost::shared_ptr<DialogBase> >.
878         Removed using directives.
879         (d-tor) removed.
880         (add): new helper method. Makes code in c-tor a little tidier.
881         (destroySplash): Moved out of xforms implementation.
882
883         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
884
885 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
886
887         * Dialogs.h: add showMathPanel signal
888
889 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
890
891         * Dialogs.h: add showExternal signal
892
893 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
894
895         * Dialogs.h: add pointer to splash form
896
897         * GUIRunTime.h: minor cleanup
898
899 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
900
901         * Dialogs.h: remove createInclude
902
903 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
904
905         * Makefile.am
906         * FileDialog.h: new GUII FileDialog
907
908 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
909
910         * Dialogs.h: setUserFreeFont, showLayoutCharacter
911
912 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
913
914         * DialogBase.h: derived from noncopyable, rather than deriving
915         xforms/FormBase from it.
916
917 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
918
919         * DialogBase.C: add close(), non-pure. This is
920           useful for logdlg.C in the KDE frontend.
921
922         * Dialogs.h: splash, include, and bib forms
923
924 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
925
926         * ButtonPolicies.C:
927         * ButtonPolicies.h: and remove OkViewPolicy,
928           it's a duplicate of IgnorantPolicy
929
930         * Makefile.am:
931         * Timeout.C:
932         * Timeout.h: add GUI-I Timeout class
933
934 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
935
936         * ButtonPolicies.C:
937         * ButtonPolicies.h: add OkViewPolicy
938
939         * src/frontends/Dialogs.h: add showVCLogFile signal
940
941 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
942
943         * Makefile.am: add qt2 frontend