summaryrefslogtreecommitdiffstats
path: root/tests/auto/installed_cmake
diff options
context:
space:
mode:
authorMaximilian Hrabowski <maximilian.hrabowski@clausmark.com>2014-10-08 20:07:31 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2014-10-13 13:53:28 +0200
commit4cbb99c5e23cb56633b78636bdb7113cd9914a61 (patch)
treef8e2298a0f6aca6f62d93e1257d1cdf180ed8993 /tests/auto/installed_cmake
parent2b4cda3852cf92fdff3ce4956f8752a99e44cf56 (diff)
QAbstractItemView: fix CTRL+A select all behavior
The check for Qt::Key_A to handle selectAll was changed to directly compare to QKeySequence::SelectAll as this will only match Ctrl. The former implementation also triggered when e.g. Shift was pressed. Added a check that selectAll is only called when selection is not disabled, i.e. selectionMode=NoSelection. Added a unit test for selectAll(). Task-number: QTBUG-26687 Change-Id: I721e7ab590b55d7d754b3b74ef01756fa5aa1315 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/installed_cmake')
0 files changed, 0 insertions, 0 deletions