qt5base-lts/tests/auto/widgets/kernel
Jon Severinsson cf2a75e41b Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()
Previous commit b2363a935c fixed keyboardModifiers() after QPA event
processing, but broke QTestLib, which expects spontaneous input events
sent to qApp->notify() to update keyboardModifiers() and mouseButtons().
The commit also did not fix mouseButtons() after QPA event processing,
and missed keyboardModifiers() after QPA Tablet event processing.

This commit fixes all these shortcommings in b2363a935c.

Includes test case by David Faure <faure@kde.org>

Task-Number: QTBUG-26887
Change-Id: I8518b06c4ce86ea7b35120e3353a45ea2a81d356
Reviewed-by: David Faure (KDE) <faure@kde.org>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-01-04 13:20:06 +01:00
..
qaction normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
qactiongroup Do the actual removal of the Soft Keys API and related code 2012-10-29 20:27:27 +01:00
qapplication Cleanup tst_QApplication 2012-11-23 20:40:02 +01:00
qboxlayout [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layout 2012-12-02 00:23:14 +01:00
qdesktopwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qformlayout [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layout 2012-12-02 00:23:14 +01:00
qgridlayout Use frameless widgets in tst_qgridlayout. 2012-12-17 22:24:38 +01:00
qlayout tst_QLayout: use QStyleFactory instead of QWindowsStyle 2012-11-28 13:13:51 +01:00
qshortcut normalise signal/slot signatures [QtWidgets tests] 2012-10-19 00:44:54 +02:00
qsizepolicy Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstackedlayout Fix a regression with regards to hfw behavior in QStackedWidget 2012-10-10 14:22:58 +02:00
qtooltip Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidget Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons() 2013-01-04 13:20:06 +01:00
qwidget_window Fix empty window title regression, add application display name to window title 2012-12-14 08:56:02 +01:00
qwidgetaction Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidgetmetatype Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidgetsvariant Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
kernel.pro Store the QMetaObject with the QMetaType. 2012-07-01 15:07:10 +02:00