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