aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a QQuickListView crashLiang Qi2015-06-291-18/+26
* ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-231-2/+3
* Item views: don't assume that attached objects existJ-P Nurmi2015-06-091-10/+14
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-1/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* ItemView: use categorized logging for delegate lifecycleShawn Rutledge2014-08-131-0/+2
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-6/+8
|\
| * Don't recreate header and footer unnecessarilyMartin Jones2014-07-251-6/+8