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