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