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