aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquicktaphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure TapHandler.pressed==false when deactivated; tolerate null eventShawn Rutledge2025-03-061-3/+9
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Make more logging categories staticUlf Hermann2024-06-241-1/+1
* QQuickMenu: cancel all grabs before QPlatformMenu::showPopup()Shawn Rutledge2024-06-211-1/+2
* TapHandler: don't (dis)connect signals to a null windowShawn Rutledge2024-04-251-5/+17
* Disable TapHandler.longPressed signal if longPressThreshold == 0Shawn Rutledge2023-11-171-8/+24
* Make TapHandler longPressed/tapped exclusive and reliable; fix exampleShawn Rutledge2023-11-171-3/+7
* doc: Rename to Qt Quick Examples - Pointer HandlersShawn Rutledge2023-07-021-2/+2
* Fix TapHandler signals in combination with exclusiveSignalsShawn Rutledge2023-04-111-18/+27
* Don't emit doubleTapped when the buttons are differentMatthias Rauter2023-03-091-4/+8
* Document the Pointer Handlers exampleShawn Rutledge2023-03-021-1/+3
* doc: Add snippets and animations illustrating TapHandler.GesturePolicyShawn Rutledge2023-03-021-43/+88
* doc: Update QML eventPoint; fix GrabTransition linkShawn Rutledge2023-02-211-6/+6
* TapHandler: ignore untracked moving points; treat touchpad as mouseShawn Rutledge2023-02-211-3/+4
* Add FOREIGN declaration for QEventPointSami Shalayel2022-11-111-3/+3
* TapHandler: don't cancel on releaseShawn Rutledge2022-10-231-13/+8
* qquickpointerhandler_p.h: Clean up includesFabian Kosmale2022-10-191-0/+2
* Add TapHandler.exclusiveSignals to enable single/double tap exclusivityShawn Rutledge2022-10-191-6/+59
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* Doc: Fix documentation warningsTopi Reinio2021-12-061-9/+9
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-021-1/+22
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-081-9/+16
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-051-0/+2
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-051-4/+9
* Allow pointer handlers to be added to QQuick3DModel objectsShawn Rutledge2021-06-031-2/+5
* TapHandler: don't emit tapped() if non-filtering grabber on releaseShawn Rutledge2021-05-311-1/+11
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-3/+4
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-051-0/+2
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-301-1/+2
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-36/+40
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-5/+4
|\
| * TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-061-5/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-5/+5
| |\
| | * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-5/+5
* | | Add dragThreshold property to Event HandlersShawn Rutledge2019-09-191-8/+1
|/ /
* / Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-121-9/+7
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-9/+0
|\
| * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-051-9/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-6/+21
|\|
| * Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-091-6/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-6/+13
|\|
| * Doc: Fix link issuesNico Vertriest2019-02-281-6/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-1/+1
|\|
| * TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-2/+9
|\|
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-221-1/+3
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-081-0/+4
| |\ | |/ |/|