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