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