summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qtouchevent/tst_qtouchevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* tests: skip tst_QTouchEvent::multiPointRawEventTranslationOnTouchPad() on Way...Liang Qi2022-10-141-0/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-41/+41
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-021-64/+64
* Rest of QtBase tests: port away from deprecated methodsIvan Solovev2022-08-301-0/+2
* Ensure list has elements before getting themDimitrios Apostolou2022-07-221-6/+9
* Fix test flaky-crashing on OpenSUSE with KDE window managerDimitrios Apostolou2022-07-221-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-151-87/+89
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-141-0/+1
* Stabilize tst_QTouchEvent::multiPointRawEventTranslationOnTouchPadVolker Hilsheimer2022-01-141-6/+15
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-061-2/+2
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-291-1/+1
* Add grabber context pointersShawn Rutledge2021-04-281-1/+1
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Stop copying events in testsVolker Hilsheimer2020-11-121-20/+20
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-071-0/+1
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-8/+3
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-9/+12
* 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
* 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
* Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
* Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-7/+7
* Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-261-0/+155
* 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