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