aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
Commit message (Expand)AuthorAgeFilesLines
* Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
* tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
* Report changes correctly when inserting into a ListViewStephen Kelly2016-06-211-0/+17
* Factor out testing code for QTBUG_48870_fastModelUpdatesGabriel de Dietrich2016-02-131-91/+1
* tst_qquicklistview: Move a number of window instances to use scoped pointers.Robin Burchell2016-01-221-227/+115
* 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-152-10/+74
* Fix ListView.OverlayHeaderJ-P Nurmi2015-12-232-0/+144
* ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-072-6/+14
* Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-073-0/+158
* Don't make currentIndex skip an extra item on removalAlberto Mardegan2015-11-132-0/+66
* ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-212-0/+181
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-052-0/+6
* 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-202-0/+48
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-302-0/+65
|\
| * Correctly initialize ListView section attached properties.Martin Jones2015-06-252-0/+65
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-232-0/+117
* | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-102-0/+86
* | Blacklist unstable tests for nowSimon Hausmann2015-06-051-0/+2
* | Blacklist one QQuickListView auto-testSimon Hausmann2015-03-261-0/+2
|/
* Fixed license headersJani Heikkinen2015-02-177-21/+21
* Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-161-2/+5
* Update copyright headersJani Heikkinen2015-02-1217-100/+100
* Remove meta-type declaration for QPersistentModelIndexGabriel de Dietrich2015-02-031-1/+0
* Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-132-0/+39
* qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-051-1/+1
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-0/+29
* Disable tst_QQuickListView::programmaticFlickAtBounds()Eskil Abrahamsen Blomfeldt2014-09-101-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-2510-183/+103
* Merge "Merge branch '5.3' into dev" into refs/staging/devGunnar Sletta2014-08-086-4/+398
|\
| * Merge branch '5.3' into devGunnar Sletta2014-08-076-4/+398
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+126
| | |\
| | | * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+126
| | * | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-305-2/+272
* | | | ListView: add support for "pull back" header & footerJ-P Nurmi2014-08-084-0/+626
|/ / /
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-262-4/+71
|\| |
| * | Don't recreate header and footer unnecessarilyMartin Jones2014-07-251-4/+5
| * | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-242-0/+66
| |/
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-132-0/+159
|\|
| * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-0/+159
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-151-0/+4
|\|
| * Item views: prevent negative cache bufferJ-P Nurmi2014-05-071-0/+4
* | Don't adjust the position of transitioning list items.Jan Arve Saether2014-05-142-0/+154
|/
* ListView: fix rounding errorsJ-P Nurmi2014-04-092-0/+190
* OSX: fix QQuickListView testShawn Rutledge2014-04-073-13/+16
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-185-38/+182
* Item views: avoid fixing up the position while moving/flickingJ-P Nurmi2014-03-132-0/+43
* Make GridView/ListView attached "view" property available to all delegate typesNils Jeisecke2014-02-262-0/+117