aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-0/+32
* QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-161-1/+14
* QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-301-0/+28
* 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
* 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
* ListView: allow flicking to both directionsJ-P Nurmi2017-01-161-0/+79
* ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-201-1/+1
* tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-081-82/+136
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+32
|\
| * Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+2
|\|
| * tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+17
|\|
| * Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-0/+17
* | Fix names of testsStephen Kelly2016-06-081-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-91/+1
|\|
| * Factor out testing code for QTBUG_48870_fastModelUpdatesGabriel de Dietrich2016-02-131-91/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-227/+115
|\|
| * tst_qquicklistview: Move a number of window instances to use scoped pointers.Robin Burchell2016-01-221-227/+115
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-12/+29
|\|
| * tst_qquicklistview: Share window in stickyPositioning test.Robin Burchell2016-01-151-2/+2
| * QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-151-10/+27
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-0/+13
|\|
| * Fix ListView.OverlayHeaderJ-P Nurmi2015-12-231-0/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-4/+146
|\|
| * ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-071-4/+14
| * Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-071-0/+132
* | ListView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+68
|/
* Don't make currentIndex skip an extra item on removalAlberto Mardegan2015-11-131-0/+27
* ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-211-0/+37
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-0/+3
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-38/+38
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-9/+9
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-201-0/+32
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-0/+62
|\
| * Correctly initialize ListView section attached properties.Martin Jones2015-06-251-0/+62
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-231-0/+71
* | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-101-0/+62
|/
* Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-161-2/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove meta-type declaration for QPersistentModelIndexGabriel de Dietrich2015-02-031-1/+0
* Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-131-0/+25
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-0/+29