aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-161-34/+19
* Reset touchPoint position after it was remapedMatthias Rauter2023-06-091-0/+25
* MultiTouchArea: only subscribe to hover events when enabledVolker Hilsheimer2023-04-151-0/+18
* tst_QQuickMultiPointTouchArea::inFlickable: make synth-mouse realisticShawn Rutledge2023-02-091-6/+26
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-091-9/+8
* MultiPointTouchArea: rename signal arguments in Qt 7; test with formalsShawn Rutledge2023-02-031-0/+8
* Port from container::count() and length() to size()Marc Mutz2022-10-071-14/+14
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* MPTA: don't allow more than one touchpoint to react to mouseShawn Rutledge2022-05-041-0/+48
* MultiPointTouchArea: remap touchpoint positions when filteringShawn Rutledge2022-05-031-0/+18
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-131-8/+8
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+3
* QQuickItem: Make x/y/width/height bindableFabian Kosmale2021-06-031-4/+8
* Replace QScopedPointer with std::unique_ptrVolker Hilsheimer2021-02-121-3/+3
* Stabilize tst_QQuickMultiPointTouchArea::inFlickableWithPressDelayShawn Rutledge2020-11-161-9/+17
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-2/+5
* Make tst_QQuickMultiPointTouchArea::inFlickable() more debuggableShawn Rutledge2020-10-221-84/+45
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-8/+8
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-2/+3
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-4/+4
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-10/+2
* MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-0/+66
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-09-241-0/+37
* Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-081-4/+6
* MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-301-0/+53
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-52/+52
* When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-1/+1
* Fix usage of QTest::touchEventFrederik Gladhorn2016-07-251-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+55
|\
| * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-231-0/+55
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-1/+1
* tst_qquickmultipointtoucharea: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-161-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-4/+87
* MultiPointTouchArea: handles mouse too, unless mouseEnabled is falseShawn Rutledge2014-03-101-0/+285
* Stabilize tst_QQuickMultiPointTouchArea.Friedemann Kleint2013-09-061-94/+79
* Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-041-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Don't use compatibility headersPaul Olav Tvete2012-08-031-1/+1
* Add includes for QWindowSystemInterfacePaul Olav Tvete2012-08-011-0/+1
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-1/+1
* QQuickCanvas renamesAlan Alpert2012-07-171-123/+123