aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quick: mark some methods as constAnton Kudryavtsev2016-10-121-2/+2
* PathView: use nullptr instead of 0Anton Kudryavtsev2016-09-141-24/+24
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-2/+2
| |\
| | * QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-5/+8
* | | QQuickPathView: optimize releasing of cache itemsAnton Kudryavtsev2016-08-181-4/+6
* | | QQuickPathView: de-duplicate calls and cache resultsAnton Kudryavtsev2016-08-181-4/+6
* | | QQuickPathView: de-duplicate code of indexAt()Anton Kudryavtsev2016-08-171-10/+2
* | | QQuickPathView: port some loops to 'range for'Anton Kudryavtsev2016-08-171-11/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-21/+39
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-21/+39
| |\|
| | * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-18/+26
| | * PathView: fix item creationAnton Kudryavtsev2016-08-121-3/+13
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-6/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-4/+6
|\|
| * ItemViews: Make the wording of the warning on cache properties slightly sterner.Robin Burchell2016-06-161-4/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
|\|
| * Fix grammar in PathView docsMitch Curtis2016-05-271-1/+1
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-021-6/+49
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+4
|\|
| * PathView: don't leak item referencesJ-P Nurmi2016-01-281-0/+4
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/