aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-72/+17
* | QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-111-0/+161
* | QQuickTableView: sync viewport rect with syncView when rebuildingRichard Moe Gustavsen2019-05-091-3/+99
* | Autotest: add syncView tests for QQuickTableViewRichard Moe Gustavsen2019-05-032-7/+372
* | Move model types into their own libraryUlf Hermann2019-05-022-3/+3
* | QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-111-8/+4
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-222-0/+99
|\
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+99
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-084-31/+263
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-79/+76
* | tst_qquicktableview: use QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-312-2/+4
|/
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-2/+51