aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-261-2/+11
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-221-28/+60
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-201-9/+22
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-201-2/+2
* 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 private support for transposing the viewRichard Moe Gustavsen2020-03-231-13/+28
* 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
* | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-051-13/+7
* | QQuickTableView: make syncView/syncDirection/model private implementation vir...Yulong Bai2020-01-201-8/+17
* | QQuickTableView: reuse items also when using QQmlInstanceModelRichard Moe Gustavsen2019-12-191-5/+1
* | 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
|\|
| * QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-281-9/+1
* | QQuickTableView: Add usage of QQuickTableSectionSizeProviderYulong Bai2019-06-281-0/+12
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-0/+3
|\|
| * QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
* | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-26/+19
* | QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-111-38/+195
* | QQuickTableView: sync viewport rect with syncView when rebuildingRichard Moe Gustavsen2019-05-091-2/+7
* | QQuickTableView: improve updateAverageEdgeSize()Richard Moe Gustavsen2019-05-081-6/+15
* | QQuickTableView: remove relayoutTable()Richard Moe Gustavsen2019-05-081-14/+3
* | QQuickTableView: check if we need to rebuild when syncing with syncViewRichard Moe Gustavsen2019-05-031-5/+17
* | QQuickTableView: protect fixup() from being called while resizing the content...Richard Moe Gustavsen2019-05-021-1/+16
* | QQuickTableView: optimize forceLayout() to start updating from the rootRichard Moe Gustavsen2019-05-021-5/+4
* | Move model types into their own libraryUlf Hermann2019-05-021-3/+3
* | Add QQuickTableSectionSizeProvider for QQuickTableViewYulong Bai2019-04-301-0/+65
* | QQuickTableView: avoid building syncView children before syncView has finishedRichard Moe Gustavsen2019-04-291-8/+14
* | QQuickTableView: update calculateTopLeft() to take syncView into accountRichard Moe Gustavsen2019-04-261-32/+97
* | QQuickTableView: update viewportMoved() to take syncView into accountRichard Moe Gustavsen2019-04-251-35/+115