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