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