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