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