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