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