aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview
Commit message (Expand)AuthorAgeFilesLines
...
* TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-101-15/+18
* QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-261-40/+6
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-092-1/+48
* TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-9/+13
* TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-042-0/+89
* TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-282-4/+4
* TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-252-0/+45
* TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-232-0/+141
* TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-232-2/+30
* TableView: ensure we don't update viewport rect while loading edgesRichard Moe Gustavsen2018-05-161-0/+144
* TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-152-2/+70
* TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-0/+92
* TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-7/+89
* TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-0/+61
* tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-093-10/+94
* Revert "tests, qquicktableview: add countDelegateItems()"Lars Knoll2018-05-023-52/+0
* tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-273-0/+52
* test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-254-0/+271