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