aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview
Commit message (Expand)AuthorAgeFilesLines
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-071-2/+0
* Fix tst_qquicktableview on AndroidAndreas Buhr2022-04-151-1/+1
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-161-55/+148
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-11/+7
* Selection support: make TableView selectableRichard Moe Gustavsen2021-06-032-2/+199
* Selection support: support setting a QItemSelectionModel on TableViewRichard Moe Gustavsen2021-06-023-0/+265
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* QQuickTableView: add API to get column widths and row heightsRichard Moe Gustavsen2021-04-131-0/+28
* QQuickTableView: add isColumnLoaded() and isRowLoaded()Richard Moe Gustavsen2021-04-132-0/+124
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-262-0/+99
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-0/+33
* Remove the qmake project filesFabian Kosmale2021-01-151-17/+0
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* Use metatype and remove unused variableDavid Skoland2020-11-181-3/+0
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-231-0/+37
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-211-10/+86
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-071-4/+11
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+48
* QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-091-0/+66
* QQuickTableView: add function: itemAtCell(const QPoint)Richard Moe Gustavsen2020-04-081-0/+38
* QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-0/+186
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+2
* Regenerate testsAlexandru Croitor2020-01-291-0/+3
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-165-5/+287
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-102-23/+24
| |\
| | * QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-091-0/+2
| | * QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-092-14/+13
| | * QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-092-7/+7
| | * tst_qquicktableview: ensure test checks for correct error messageRichard Moe Gustavsen2019-12-091-2/+2
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-054-2/+166
| |\|
| | * QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-042-0/+78
| | * tst_qquicktableview: fix warning about missing JS functionRichard Moe Gustavsen2019-12-043-2/+88
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-224-3/+120
| |\|
| | * TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-203-0/+43
| | * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-0/+50
| | * autotest, tableview: silence compiler warningRichard Moe Gustavsen2019-11-121-1/+1
| | * QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-121-0/+24
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-144-0/+302
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-0/+116
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-122-0/+116
| | |\
| | | * QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-282-0/+116
| * | | Support required properties in model delegatesFabian Kosmale2019-09-123-0/+186
| |/ /
* / / Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+60
|/ /
* | Fix some compiler warnings in testsFriedemann Kleint2019-07-121-1/+0