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