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