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