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