aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-74/+149
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* Don't assume the event given to childMouseEventFilter() is QPointerEventShawn Rutledge2020-10-081-2/+2
* Amend QQFlickablePrivate::wantsPointerEvent() to take QPointerEventShawn Rutledge2020-10-081-1/+2
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-071-5/+5
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-13/+1
* Keep replaying touch press as mouse press after Flickable.pressDelayShawn Rutledge2020-07-151-1/+13
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-8/+7
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-3/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-8/+8
* Consider margins in xflick/yflickNicolas Fella2020-05-251-4/+6
* Respect margins when sizing flickable content itemNicolas Fella2020-05-151-4/+4
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-3/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-281-0/+3
|\
| * Flickable: add nullptr check (crash seen only in release mode on windows)Nick Shaforostov2020-03-261-0/+3
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-12/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-4/+15
|\|
| * QQuickFlickable: fix division by zeroMitch Curtis2020-01-291-4/+15
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
|/
* Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-2/+2
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-2/+3
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-171-1/+1
* QQuickFlickable: fix setContentX/setContentY comparing qrealYulong Bai2019-03-011-2/+2
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-221-1/+13
* Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-231-2/+2
* Flickable: handle the new ScrollMomentum phase in QWheelEventShawn Rutledge2018-08-221-29/+18
* QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-311-6/+15
* Flickable: never react to a QMouseEvent with no buttons pressedShawn Rutledge2018-07-261-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-1/+26
|\
| * Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-041-1/+26
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-121-2/+30
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-3/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-3/+11
| |\
| | * Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-20/+36
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+15
| |\|
| | * docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-19/+21
| |\|