aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-291-2/+24
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-3/+9
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-29/+26
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-231-9/+14
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-211-28/+60
* Doc: Fix qdoc warningsPaul Wicking2020-09-111-2/+2
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-081-9/+22
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-071-2/+2
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-2/+2
* QQuickTableView: redirect all positioning functions to positionViewAtCellRichard Moe Gustavsen2020-04-141-91/+61
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-8/+114
* QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-091-0/+76
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-6/+13
|\
| * QQuickTableView: fix crash in tableLayoutToString()Richard Moe Gustavsen2020-04-071-0/+2
| * TableView: Clarify the rows/columns docs about inserting/removingAndy Shaw2020-04-031-6/+11
* | QQuickTableView: add function: itemAtCell(const QPoint)Richard Moe Gustavsen2020-04-081-0/+31
* | QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-14/+307
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-13/+28
|\|
| * QQuickTableView: add private support for transposing the viewRichard Moe Gustavsen2020-03-231-13/+28
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-2/+11
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-1/+10
| |\
| | * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-281-1/+10
| * | Doc: Fix QQuickTableView snippetUlf Hermann2020-02-241-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-13/+7
|\| |
| * | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-051-13/+7
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-3/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-8/+17
|\| |
| * | QQuickTableView: make syncView/syncDirection/model private implementation vir...Yulong Bai2020-01-201-8/+17
* | | Use QFlatMap in QQuickTableViewShawn Rutledge2020-01-151-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-5/+1
|\| |
| * | QQuickTableView: reuse items also when using QQmlInstanceModelRichard Moe Gustavsen2019-12-191-5/+1
* | | Fix crash in tst_qquicktableviewSimon Hausmann2020-01-131-1/+2
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-101-13/+34
|\|
| * QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-091-0/+14
| * QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-091-6/+9
| * QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-091-7/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-051-2/+3
|\|
| * QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-041-0/+1
| * QQuickTableView: fix warning messageRichard Moe Gustavsen2019-12-041-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-291-0/+35
|\|
| * TableView: add doc for syncView and syncDirection propertiesYulong Bai2019-11-271-0/+35
* | QQmlInstanceModel::ReleaseFlags: add enum value 'Pooled'Richard Moe Gustavsen2019-11-281-4/+1
|/
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-201-0/+13
* QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-121-16/+39
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+1
|\
| * Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-12/+3
|\|