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