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