diff options
Diffstat (limited to 'kexi/doc/dev/CHANGELOG-Kexi-js')
-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) |