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