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