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