]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
dispatch changes ...
[lyx.git] / src / frontends / ChangeLog
1 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
2
3         * LyXView.h:
4         * LyXView.C:
5         * MiniBuffer.h:
6         * MiniBuffer.C: remove messagePush/Pop, addSet
7  
8 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9
10         * LyXView.h:
11         * LyXView.C: change showState to view_state_changed signal
12  
13 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
14
15         * lyx_gui.h: add set_read_callback()
16  
17 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
18
19         * lyx_gui.h: remove init_graphics()
20  
21 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
22
23         * Toolbar.h:
24         * Toolbar.C: remove unused (de)activate()
25  
26 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
27
28         * Makefile.am:
29         * font_loader.h: remove
30  
31         * lyx_gui.h: add update_fonts(), font_available()
32  
33 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
34
35         * lyx_gui.h: add update_color
36  
37 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
38
39         * Painter.C:
40         * Painter.h: make frame/background painting optional
41           for rectText
42  
43 2002-07-05  Angus Leeming  <leeming@lyx.org>
44
45         * lyx_gui.h (hexname): new function.
46
47 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
48
49         * screen.C (SplashScreen): we change
50         (topCursorVisible): ws change
51         (greyOut): divide by 2 instead of multiplying with 0.5
52
53 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
54
55         * Dialogs.h: remove static from redrawGUI and
56         toggleTooltips.
57
58 2002-06-28  Angus Leeming  <leeming@lyx.org>
59
60         * Painter.h:
61         * screen.C: changes associated with the name change grfx::GImage ->
62         grfx::Image.
63
64 2002-06-26  Angus Leeming  <leeming@lyx.org>
65
66         * screen.C: moved the image loading stuff into a new class grfx::Loader.
67         Simplifies this file enormously.
68
69 2002-06-25  Angus Leeming  <leeming@lyx.org>
70
71         * screen.C: add a SplashScreen class to load up the pixmap once again.
72
73 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
74
75         * LyXView.C: layout as layout
76
77 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
78
79         * screen.C: add FIXME
80
81 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
82
83         * WorkArea.h: remove redraw()
84
85 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
86
87         * guiapi.h:
88         * Dialogs.h:
89         * Dialogs.C: createIndex() doesn't take string
90
91 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
92
93         * WorkArea.h: remove unused resize(..) and change name
94
95 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
96
97         * LyXKeySym.h:
98         * LyXKeySym.C: remove un-needed file
99
100         * WorkArea.h:
101         * WorkArea.C: remove un-needed file. Add back
102           comments. Remove focus management, greyOut()
103
104 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
105
106         * WorkArea.h: remove focus/unfocus events
107
108 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
109
110         * WorkArea.h: remove unused methods
111
112 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
113
114         * Toolbar.C: add missing header
115
116 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
117
118         * WorkArea.h: remove unused method width()
119
120 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
121
122         * add a nother layer of inderection for calling gui specific
123         methods.
124         * guiapi.h: new file
125
126 2002-06-16    <alstrup@diku.dk>
127
128         * WorkArea.C: New file for GUII.
129
130         * WorkAreaFactory.h: New file for GUII.
131
132         * WorkArea.h: GUII stuff.
133
134 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
135
136         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
137
138         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
139
140         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
141         keypress. For now, X11 dependent.
142
143         * Makefile.am: Added LyXKeySym.
144
145 2002-06-14  Lyx Development team  <lyx@electronia>
146
147         * LyXScreenFactory.h: New factory for creating the screen
148         object in the super GUII way.
149
150         * screen.h: Made LyXScreen an abstract base class for the
151         screen object.
152
153         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
154         belongs.
155
156 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
157
158         * Painter.h:
159         * Painter.C: s/PainterBase/Painter, remove dead code
160
161 2002-06-12  Angus Leeming  <leeming@lyx.org>
162
163         * lyx_gui.h: remove trailing semi-colon after the brace closing
164         the namespace.
165
166 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
167
168         * LyXView.h: cleanup
169
170         * LyXView.C: move init() here from xforms/
171
172 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
173
174         * screen.h:
175         * screen.C: change topCursorVisible() prototype
176
177 2002-06-12  Angus Leeming  <leeming@lyx.org>
178
179         * font_metrics.h: remove trailing semi-colon after the brace closing
180         the namespace.
181
182 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
183
184         * GUIRunTime.h: remove in favour of ...
185
186         * Makefile.am:
187         * lyx_gui.h: ... namespace for GUI start up
188
189         * LyXView.h: remove init(),show(),setPosition()
190
191 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
192
193         * Menubar.C:
194         * Timeout.h:
195         * Toolbar.C:
196         * LyXView.h:
197         * LyXView.C: some cleanup, prefer scoped_ptr
198
199 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
200
201         * screen.C:
202         * Painter.C: use workHeight()
203
204         * WorkArea.h: remove confusing duplicate unused code
205
206 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
207
208         * screen.h:
209         * screen.C: rename, add reset()
210
211 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
212
213         * font_metrics.h: move X-specific stuff out of namespace
214
215 2002-06-07  Angus Leeming  <leeming@lyx.org>
216
217         Fixes needed to compile with Compaq cxx 6.5.
218         * Alert.C: all c-library variables have been moved into namespace std.
219         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
220
221         * Toolbar.h (Pimpl): type definition made public.
222
223 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
224
225         * Alert.h: better variable name
226
227 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
228
229         * switch from SigC signals to boost::signals
230
231 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
232
233         * Makefile.am:
234         * WorkArea.h:
235         * WorkArea.C: move to xforms/ for better diff
236
237 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
238
239         * key_state.h:
240         * mouse_state.h: add
241
242         * Makefile.am:
243         * WorkArea.h:
244         * WorkArea.C: use above
245
246 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
247
248         * Makefile.am:
249         * font_loader.h: placeholder
250
251         * screen.C: use placeholder
252
253 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
254
255         * Makefile.am:
256         * font_metrics.h: add placeholder
257
258         * Painter.C:
259         * screen.C: use placeholder
260
261 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
262
263         * WorkArea.h:
264         * WorkArea.C:
265         * Makefile.am: move here
266
267         * screen.h:
268         * screen.C: move here
269
270 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
271
272         * Liason.C:
273         * LyXView.h:
274         * LyXView.C:
275         * Makefile.am: move LyXView here
276
277 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
278
279         * Makefile.am:
280         * Painter.h:
281         * Painter.C: add PainterBase here
282
283 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
284
285         * Dialogs.h: use more specific smart_ptr header
286
287 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
288
289         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
290         (EXTRA_DIST): delete
291         (dist-hook): delete
292         (distclean-local): delete
293
294 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
295
296         * Makefile.am: make distcheck work
297         (distclean-local): handle distclean of non-built frontends better.
298
299 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
300
301         * most files: ws cleanup
302
303         * Makefile.am: remove ld -r stuff
304
305 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
306
307         * Makefile.am: special rules if partial linking
308
309 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
310
311         * doxygen fixes.
312
313 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
314
315         * Dialogs.[Ch]: add static signal toggleTooltips and
316         static method tooltipsEnabled.
317
318 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
319
320         * Dialogs.h:
321         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
322
323 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
324
325         * Toolbar.[Ch] (setLayout): layout as string
326
327 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
328
329         * Dialogs.h (initialiseGraphics): a new static method.
330
331 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
332
333         * Makefile.am: don't compile support as LyXImage is now dead.
334
335 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
336
337         * Makefile.am: better dep. tracking from controllers and xforms
338
339 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
340
341         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
342         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
343         Rearrange #includes in Lars' approved fashion.
344
345         * Timeout.[Ch] (running): new method.
346         (default c-tor): removed.
347
348         * Dialogs.h: added a new signal, showForks.
349
350 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
351
352         * Liason.C:
353         change Systemcalls::System to Systemcalls::Wait and
354         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
355         No change of functionality, just reflects the stripped down Systemcalls
356         class.
357
358 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
359
360         * Liason.C (printBuffer): use Buffer::filePath
361
362 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
363
364         * Timeout.h:
365         * FileDialog.h: do not include <config.h> in header files.
366
367 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
368
369         * Alert.h: remove spurious semi-colon at the end of the namespace
370         scope.
371
372 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
373
374         * Makefile.am:
375         * Alert.h:
376         * Alert.C:
377         * Alert_pimpl.h: alerts etc.
378
379 2001-10-09  Herbert Voss  <voss@perce.de>
380
381         * Dialogs.h: added showFile and showTexinfo signals.
382
383 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
384
385         * Dialogs.h (showSplash, destroySplash, splash_): removed.
386
387         * Dialogs.C (destroySplash): removed.
388
389 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
390
391         * GUIRunTime.h: initApplication() should take a & to argc
392
393 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
394
395         * Liason.C: IsDirWriteable changed
396
397 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
398
399         * Liason.C: #include LAssert.h
400
401 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
402
403         * Dialogs.h: add showThesaurus
404
405 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
406
407         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
408
409 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
410
411         * Dialogs.h: added showSpellchecker
412
413 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
414
415         * GUIRunTime.h: (x11Display):
416         (x11Screen):
417         (x11Colormap):
418         (x11VisualDepth): new methods
419
420 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
421
422         * GUIRunTime.h: add createMainView
423
424 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
425
426         * Dialogs.h: add showSpellcheckerPreferences
427
428 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
429
430         * Makefile.am: remove kde frontend
431
432 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
433
434         * Dialogs.h: removed unused signal showCharacter.
435         Renamed signals showLayoutDocument -> showDocument,
436         showLayoutParagraph -> showParagraph,
437         showLayoutCharacter -> showCharacter.
438         Added signal updateParagraph.
439         Rearranged signals in some sort of alphabetical order again.
440
441 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
442
443         * FileDialog.h:
444         * Timeout.h: added // -*- C++ -*- as first line.
445
446 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
447
448         * Makefile.am: make the dependencies work for the sub libs.
449
450 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
451
452         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
453         libs here.
454
455 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
456
457         * Makefile.am: make controllers subdir before xforms.
458
459         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
460
461         * Dialogs.C: new file, instantiating the add, destroySplash methods.
462
463 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
464
465         * Liason.[Ch] (setMinibuffer): change second arg to string
466
467         * Dialogs.h: inherit privately from noncopyable
468
469 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
470
471         * Dialogs.h: s/popup/dialog/
472
473 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
474
475         * Liason.C (printBuffer): do not forget file name
476         when printing with empty print_spool_command.
477
478 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
479
480         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
481         are now stored in the controllers dir.
482
483 2001-03-16  Juergen Vigna  <jug@sad.it>
484
485         * Dialogs.h (noncopyable): added minipage signals.
486
487 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
488
489         * several files: remove CXX_WORKING_NAMESPACES
490
491         * ButtonPolicies.h: noncopyable is in namespace boost
492         * Dialogs.h (noncopyable): ditto
493         * DialogBase.h (noncopyable): ditto
494
495 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
496
497         * Merging changes from BRANCH_MVC back into HEAD.
498
499         * Makefile.am: added controllers to SUBDIRS.
500         removed ButtonPolicies.[Ch]. Now in controllers.
501
502         * DialogBase.h: commented out abstract method show().
503
504         * Dialogs.h: The dialogs are now stored as a
505         std::vector<boost::shared_ptr<DialogBase> >.
506         Removed using directives.
507         (d-tor) removed.
508         (add): new helper method. Makes code in c-tor a little tidier.
509         (destroySplash): Moved out of xforms implementation.
510
511         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
512
513 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
514
515         * Dialogs.h: add showMathPanel signal
516
517 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
518
519         * Dialogs.h: add showExternal signal
520
521 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
522
523         * Dialogs.h: add pointer to splash form
524
525         * GUIRunTime.h: minor cleanup
526
527 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
528
529         * Dialogs.h: remove createInclude
530
531 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
532
533         * Makefile.am
534         * FileDialog.h: new GUII FileDialog
535
536 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
537
538         * Dialogs.h: setUserFreeFont, showLayoutCharacter
539
540 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
541
542         * DialogBase.h: derived from noncopyable, rather than deriving
543         xforms/FormBase from it.
544
545 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
546
547         * DialogBase.C: add close(), non-pure. This is
548           useful for logdlg.C in the KDE frontend.
549
550         * Dialogs.h: splash, include, and bib forms
551
552 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
553
554         * ButtonPolicies.C:
555         * ButtonPolicies.h: and remove OkViewPolicy,
556           it's a duplicate of IgnorantPolicy
557
558         * Makefile.am:
559         * Timeout.C:
560         * Timeout.h: add GUI-I Timeout class
561
562 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
563
564         * ButtonPolicies.C:
565         * ButtonPolicies.h: add OkViewPolicy
566
567         * src/frontends/Dialogs.h: add showVCLogFile signal
568
569 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
570
571         * Makefile.am: add qt2 frontend