aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-4/+13
|\
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
* | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-091-16/+22
|/
* Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-0/+3
|\
| * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-8/+20
|\|
| * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
| * QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-261-7/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-191-1/+4
|\|
| * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-171-1/+4
* | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-041-7/+8
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-171-0/+7
|/
* Item Views: cancel flicking before a model resetTobias Koenig2018-10-191-0/+1
* Item Views: cancel flicking before programmatic absolute positioningShawn Rutledge2018-10-111-0/+2
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+6
* QQuickItemViewFxItem: factor out FxViewItem from QQuickItemViewRichard Moe Gustavsen2018-03-231-104/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-41/+41
* QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
* Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
* QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-3/+9
* QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-5/+5
* Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
* Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-031-3/+0
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
* ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-2/+3
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-091-1/+1
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-121-6/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QQuickItemView: use some more C++11 range for loopsJ-P Nurmi2017-01-181-35/+34
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-2/+2
|\
| * Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-2/+2
* | Quick: mark some methods as constAnton Kudryavtsev2016-10-121-3/+3
* | QQuickItemView: Extract Method fxViewItemAtPosition()Anton Kudryavtsev2016-10-041-13/+12
* | QQuickItemView: de-duplicate calls and cache resultsAnton Kudryavtsev2016-08-221-11/+14
|/
* QQuickItemView: use reverse iterators moreAnton Kudryavtsev2016-08-191-9/+8
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-2/+2
* Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-16/+17
* QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-2/+3
* QQuickItemView::forceLayout: Also call layout when d->forceLayoutAlbert Astals Cid2016-03-111-1/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-2/+4
|\
| * Fix QQuickItemViewPrivate::updateUnrequestedPositions()J-P Nurmi2016-02-021-2/+4
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-2/+2
|\|
| * QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-151-2/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | ListView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+26
|/
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-1/+2
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-121-14/+31