aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includesFabian Kosmale2024-10-241-0/+1
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Make more logging categories staticUlf Hermann2024-06-241-3/+6
* Item/PathView: reset the currentItem before releasing itVolker Hilsheimer2024-06-181-13/+8
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-121-0/+1
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-121-8/+13
* Use QPlatformTheme::themeHint not QPlatformIntegration::styleHintShawn Rutledge2024-03-151-2/+2
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-091-0/+1
* Accept mouse event if grabbed after filtering in PathViewSanthosh Kumar2023-11-231-1/+2
* doc: add internal doc comment for the pointNear functionOliver Eftevaag2023-11-181-0/+8
* Doc: Fix documentation issues for Affector and PathView QML typesTopi Reinio2023-07-051-1/+1
* Doc: Mask some QML attached properties as read-onlyIvan Tkachenko2023-06-061-0/+6
* Fix build with -no-feature-listview and itemviewsTasuku Suzuki2023-04-131-0/+3
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-32/+24
* QtQuick: Fix conflicting definition of MinimumFlickVelocity in CMake Unity (J...Friedemann Kleint2023-02-071-3/+1
* Get flickThreshold, flickMaxVel and flickDeceleration from platformShawn Rutledge2023-01-111-2/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Port from container::count() and length() to size()Marc Mutz2022-10-071-15/+15
* Avoid use-after-free in QQuickPathViewUlf Hermann2022-07-181-3/+7
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-151-1/+1
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-1/+2
* Remove QQWindowPriv::is[Mouse|Touch|Tablet]EventShawn Rutledge2021-03-191-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-1/+2
* Remove QQmlCleanupUlf Hermann2021-01-131-2/+1
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-4/+4
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* PathView: stop using QQWindowPriv::cloneMouseEvent; refactor filteringShawn Rutledge2020-10-021-59/+50
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-7/+7
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-12/+0
* Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-041-2/+3
* PathView: grab mouse on press if already movingShawn Rutledge2019-09-231-3/+4
* PathView: fix warnings, oddities and whitespaceShawn Rutledge2019-09-181-79/+79
* Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-2/+2
* PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-121-1/+10
* Expose QQuickPath::pointAtPercent as Q_INVOKABLEPaolo Angelelli2019-06-251-4/+4
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-4/+0
|\
| * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-271-4/+0
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-171-0/+27
|/
* Prevent overly drawn-out animation when snappingMichael Brasser2018-11-291-1/+5
* Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+2
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-251-0/+5
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* PathView: fix crash on path removeOleg Yadrov2017-01-111-7/+14
* PathView: remove qmlMode() functionAnton Kudryavtsev2016-10-121-20/+14