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