diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:05:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:05:40 -0600 |
commit | 1d4158dd755a445fd42f2db7db5abab8084175cd (patch) | |
tree | 71ca5f966ca25d2a47b66ae27f7bb06c34d190bf /kexi/doc/dev | |
parent | 391e0b69f256bab8971430050c65f0e6e7eea9be (diff) | |
download | koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.tar.gz koffice-1d4158dd755a445fd42f2db7db5abab8084175cd.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kexi/doc/dev')
-rwxr-xr-x | kexi/doc/dev/CHANGELOG-Kexi-js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js index 6584f5ff..31c32980 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) |