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