aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5.8-lts' into tqtc/lts-6.5-opensourcev6.5.8-lts-lgplTarja Sundqvist2025-12-031-1/+3
|\
| * Continue scrolling Flickable past start or end of nested FlickableDilek Akcay2024-10-281-1/+3
* | Merge tag 'v6.5.7-lts' into tqtc/lts-6.5-opensourcev6.5.7-lts-lgplTarja Sundqvist2025-10-091-1/+0
|\|
| * Flickable: Don't accept ScrollEnd wheel eventIvan Tkachenko2024-06-241-1/+0
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-031-1/+1
|/
* Localize Flickable delayed release to scene, not to grabberShawn Rutledge2023-11-171-11/+12
* QQuickFlickable: release drag if receiving QEvent::TouchCancelRichard Moe Gustavsen2023-11-161-0/+9
* Update commercial SPDX-License-IdentifierTarja Sundqvist2023-10-231-1/+1
* QQuickFlickable: avoid processing the same event twiceRichard Moe Gustavsen2023-05-021-0/+13
* Flickable: Send movement signal when flick startsSeokha Ko2023-04-291-1/+8
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-291-2/+0
* Fix build with -no-feature-quick-draganddropTasuku Suzuki2023-03-041-2/+2
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-101-5/+15
* QtQuick: Fix conflicting definition of MinimumFlickVelocity in CMake Unity (J...Friedemann Kleint2023-02-101-2/+2
* Fix build with -no-features-draganddropTasuku Suzuki2023-01-161-0/+4
* QQuickFlickable: add internal doc commentsOliver Eftevaag2023-01-031-0/+58
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-201-6/+2
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-241-3/+10
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-08-271-6/+22
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-301-2/+3
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-2/+21
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-181-10/+10
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-171-8/+10
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-111-5/+18
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-041-2/+4
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* Flickable: if QWheelEvent scrollPhase is missing, use angleDeltaShawn Rutledge2022-04-211-1/+1
* QQuickFlickable: use custom content item that takes extents into accountRichard Moe Gustavsen2022-03-121-1/+19
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-151-6/+5
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-051-14/+20
* Allow any Item to act as a viewport for any of its childrenShawn Rutledge2021-11-291-0/+1
* Fix the implicit capture of `this` in lambdas when capturing [=]Giuseppe D'Angelo2021-10-091-1/+1
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-281-1/+1
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-201-1/+11
* Remove unused ReportedVelocitySmoothingShawn Rutledge2021-07-131-4/+0
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-091-30/+65
* Revert "Kill Flickable's wheel momentum"Shawn Rutledge2021-07-091-118/+34
* Make horizontal and vertical Flickables independentShawn Rutledge2021-05-051-2/+2
* QQuickFlickable: Avoid casting and roundingVolker Hilsheimer2021-03-191-3/+7
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-3/+3
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-8/+8
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-5/+18
* Kill Flickable's wheel momentum if angleDeltas not multiples of 120Shawn Rutledge2020-12-071-34/+125
* Make sure we don't modify the incoming event objects when localizingVolker Hilsheimer2020-11-191-3/+6
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-4/+3
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-171-5/+8
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-2/+5