aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/data
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-0/+87
|\
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+87
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-083-6/+99
|/
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-172-0/+152
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-131-0/+81
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-111-5/+3
* QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-101-0/+71
* QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-071-1/+5
* QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-061-0/+73
* QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-0/+64
* QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-061-0/+65
* QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-231-0/+97
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-221-0/+94
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-2210-10/+0
* QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-211-2/+2
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-109-9/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-101-0/+78
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-0/+82
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-2/+5
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-021-0/+3
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-022-1/+98
* QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-191-0/+5
* QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-182-4/+4
* Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-181-0/+62
* QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-183-0/+238
* TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-041-0/+66
* 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-251-0/+1
* TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-231-0/+85
* TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-231-2/+4
* TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-151-2/+4
* tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-091-0/+1
* Revert "tests, qquicktableview: add countDelegateItems()"Lars Knoll2018-05-021-1/+0
* tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-271-0/+1
* test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-251-0/+74