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