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