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