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