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