summaryrefslogtreecommitdiffstats
path: root/kexi/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:05:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:05:40 -0600
commit1d4158dd755a445fd42f2db7db5abab8084175cd (patch)
tree71ca5f966ca25d2a47b66ae27f7bb06c34d190bf /kexi/doc
parent391e0b69f256bab8971430050c65f0e6e7eea9be (diff)
downloadkoffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz
koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kexi/doc')
-rwxr-xr-xkexi/doc/dev/CHANGELOG-Kexi-js4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js
index 6584f5fff..31c32980e 100755
--- a/kexi/doc/dev/CHANGELOG-Kexi-js
+++ b/kexi/doc/dev/CHANGELOG-Kexi-js
@@ -3504,7 +3504,7 @@ KexiBrowser
KexiTableView
- "start edit" action (for F2/Enter key) is now shared
as "edit_edititem" action
-- KexiKIconTableEdit introduced: Cell editor for displaying kde icon
+- KexiTDEIconTableEdit introduced: Cell editor for displaying kde icon
(using icon name provided as string).
- TableViewHeader (inherits QHeader) introduced: supports tooltips
when needed (for column description of if column is not wide enough)
@@ -3515,7 +3515,7 @@ Table Designer
- "tablepart_toggle_pkey" shared action added for design view
- "Not empty" field's property is now called "Allow Zero Size"
(and has opposite meaning)
-- 1st column with "key" icon (for pkey) added (using KexiKIconTableEdit)
+- 1st column with "key" icon (for pkey) added (using KexiTDEIconTableEdit)
KexiDB
- QString Field::subType() added
- QuerySchema::autoIncrementFields() fixed (caused crash sometimes)