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