summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qtouchevent
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-171-6/+6
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-161-0/+46
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-34/+125
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-0/+2
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-5/+5
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-251-0/+2
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-1/+1
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-061-0/+34
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-365/+278
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-3/+3
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-43/+37
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-195/+195
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-51/+68
|\
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-2/+1
* | cmake: add gui/kernel testsFrederik Gladhorn2019-10-311-0/+15
|/
* Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-7/+7
* unblacklist passing testsDaniel Smith2019-07-081-5/+1
* Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-261-0/+155
* Remove insignificant flag from qtouchevent.proTony Sarajärvi2018-09-251-1/+0
* tst_QTouchEvent: Wait for window exposed instead of activeJohan Klokkhammer Helsing2018-04-091-4/+4
* Don't skip tests in tst_QTouchEvent on WaylandJohan Klokkhammer Helsing2018-03-131-21/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-0/+39
|\
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-4/+4
| * QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-0/+39
* | Combine device and point id into 32 bit point idJan Arve Saether2016-10-281-9/+134
* | Revert "Combine device and point id into 32 bit point id"Jan Arve Saether2016-10-111-134/+9
* | Combine device and point id into 32 bit point idwip/remacJan Arve Saether2016-10-071-9/+134
|/
* autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-101-33/+23
* Updated license headersJani Heikkinen2016-01-211-17/+12
* high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-301-82/+54
* Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
* Stabilize tst_qtouchevent.Friedemann Kleint2015-06-012-4/+10
* Reanimate test gui/kernel/qtouchevent/tst_qtouchevent.Friedemann Kleint2015-05-292-164/+152
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_qtouchevent: Skip tests that fail with qwindow-compositor.Robin Burchell2014-08-231-0/+18
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-022-13/+40
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-2/+2
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-2/+2