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