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