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