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