aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: fix crash when changing modelWang Chuan2020-01-151-0/+16
* QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-0/+4
* Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-0/+35
* QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+57
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+25
|\
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-0/+25
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-0/+1
|\|
| * tst_qquicklistview: make addOnCompleted more robust + sanity checkFabian Kosmale2019-08-071-0/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-0/+16
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-0/+16
| |\
| | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-0/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+16
| |\|
| | * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-0/+16
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-3/+5
* | | Move model types into their own libraryUlf Hermann2019-05-021-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-0/+34
|\|
| * In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-0/+34
* | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-171-0/+24
* | Fix usage of QTRY_COMPARE in tst_qquicklistviewFrederik Gladhorn2018-11-051-2/+1
* | tests/auto/quick: remove QQUICK_VERIFY_POLISH macroMitch Curtis2018-10-311-2/+2
* | tst_qquicklistview: use new QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-311-117/+118
|/
* Make sectionsSnap test more robustMichael Brasser2018-10-221-1/+1
* Improve interaction between snapping and sectionsMichael Brasser2018-10-171-0/+58
* Replace obsolete VisualDataModel, *Group and VisualItemModel in testsShawn Rutledge2018-10-051-3/+3
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+17
* QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-0/+11
* Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-231-0/+19
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-291-0/+5
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-291-11/+21
* QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-211-0/+33
* Tests: Silence Clang warningsFriedemann Kleint2018-04-271-2/+0
* Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-0/+26
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-234/+234
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-5/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-1/+46
|\
| * QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-0/+32
| * QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-161-1/+14
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-0/+28
|\|
| * QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-301-0/+28
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-9/+128
|\|
| * stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-0/+41
| * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-031-0/+50
| * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-0/+32
* | Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-1/+1
|/
* Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+30
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-091-0/+24
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-121-0/+13