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