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