]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/ChangeLog
the Timeout patch
[lyx.git] / src / frontends / kde / ChangeLog
1 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2
3         * Timeout_pimpl.h:
4         * Timeout_pimpl.C:
5         * Makefile.am: add Timeout_pimpl
6
7 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8
9         * dlg/lengthentry.C: Move the '#include <config.h>' to the top
10         (fix compilation with lyxstring).
11
12         * FormPrint.h: Fix for namespace-less compilers. 
13
14         * refdlg.C (RefDialog): Use InsetRef::types.
15
16         * FormRef.C (update, apply): Use InsetRef::getName and
17         InsetRef::getType.
18         
19 2000-01-24  John Levon  <moz@compsoc.man.ac.uk>
20
21         * FormParagraph.C: update readonly in correct
22           place
23
24         * FormParagraph.h: remove bogus include
25
26         * FormRef.C: add tooltip for Goto Ref/Back
27
28         * Makefile.am: add library dependencies
29           add FormDocument
30
31         * citationdlg.h:
32         * citationdlg.C: use setSizeHint(). Derive from QWidget
33
34         * dlg/helpers.C:
35         * dlg/helpers.h: useful widget manipulators
36
37         * dlg/lengthentry.C:
38         * dlg/lengthentry.h: widget for manipulating LyXLengths
39
40         * dlg/Makefile.am:
41         * dlg/moc/Makefile.am:
42         * moc/Makefile.am:
43         * dlg/copyrightdlgdata.C:
44         * dlg/copyrightdlgdata.h:
45         * dlg/docbulletsdlgdata.C:
46         * dlg/docbulletsdlgdata.h:
47         * dlg/docdlgdata.C:
48         * dlg/docdlgdata.h:
49         * dlg/docextradlgdata.C:
50         * dlg/docextradlgdata.h:
51         * dlg/docgeometrydlgdata.C:
52         * dlg/docgeometrydlgdata.h:
53         * dlg/doclanguagedlgdata.C:
54         * dlg/doclanguagedlgdata.h:
55         * dlg/docsettingsdlgdata.C:
56         * dlg/docsettingsdlgdata.h:
57         * dlg/dialogs/doc.dlg:
58         * dlg/dialogs/docbullets.dlg:
59         * dlg/dialogs/docextra.dlg:
60         * dlg/dialogs/docgeometry.dlg:
61         * dlg/dialogs/doclanguage.dlg:
62         * dlg/dialogs/docsettings.dlg:
63         * dlg/dialogs/paraabove.dlg:
64         * dlg/dialogs/parabelow.dlg:
65         * FormDocument.C:
66         * FormDocument.h:
67         * docdlg.h:
68         * docdlg.C:
69                 new FormDocument (incomplete)
70
71         * dlg/paraabovedlgdata.C:
72         * dlg/paraabovedlgdata.h:
73         * dlg/parabelowdlgdata.C:
74         * dlg/parabelowdlgdata.h:
75         * dlg/paradlgdata.C:
76         * paradlg.h:
77         * paradlg.C:
78         * parageneraldlg.C:
79         * parageneraldlg.h:
80         * paraextradlg.C: use setSizeHint(). Add tooltips.
81           use LengthEntry widget.
82
83         * tabstack.C:
84         * tabstack.h: fix drawing problems
85
86         * printdlg.C: small fix to tooltip
87
88         * refdlg.h:
89         * refdlg.C: use setSizeHint(). Derive from QWidget. Add
90           tooltips.
91
92         * tabcreatedlg.C: add tooltip
93         
94         * tocdlg.h:
95         * tocdlg.C: derive from QWidget. Use setSizeHint()
96
97         * urldlg.h:
98         * urldlg.C: derive from QWidget. Use setSizeHint()
99
100 2000-01-12  John Levon  <moz@compsoc.man.ac.uk>
101
102         * FormTabularCreate.C: use LFUN_INSET_TABULAR Dispatch
103           instead of creating by hand
104
105         * FormUrl.C: add accelerators for Close and Cancel
106
107         * paradlg.C: add accelerators for Close and Cancel,
108           clean the code up a little
109
110         * printdlg.C: add FIXME for later