summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-11-24 23:21:36 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-08 23:22:39 +0100
commit8021e2d5e7ccd09146896f788441c116f2ca6159 (patch)
tree52e5b214c78c5dd96ea6221aed4f2cfeaf49f0c4 /dist
parent5cb05091d2bb9eff2a2d5f1e21000df81d5113ae (diff)
Remove the backwards compatibility signal emissions when moving items.
Change-Id: I29a44835d3397c1dbf37026daf0c5234dae770e0 Reviewed-by: David Faure <faure@kde.org> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 3bdc9728a6..89c6fbef0d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -116,6 +116,11 @@ QtCore
* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
value is returned for an unassigned codepoints now.
+* layoutAboutToBeChanged is no longer emitted by QAbstractItemModel::beginMoveRows.
+ layoutChanged is no longer emitted by QAbstractItemModel::endMoveRows. Proxy models
+ should now also connect to (and disconnect from) the rowsAboutToBeMoved and
+ rowsMoved signals.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via