aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QQuickTableView: implement recursive updateTable()Richard Moe Gustavsen2019-04-241-0/+44
* | QQuickTableView: sync geometry properties with syncViewRichard Moe Gustavsen2019-04-241-0/+31
* | Doc: improve Example Usage section of TableViewMitch Curtis2019-04-241-2/+11
* | QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-231-0/+75
* | QQuickTableView: improve checking rebuild status while rebuildingRichard Moe Gustavsen2019-04-211-18/+39
* | QQuickTableView: combine layouts and rebuilds into the same code pathRichard Moe Gustavsen2019-04-211-26/+23
* | QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-111-5/+3
* | Doc; Update contentHeight and contentWidth docsVenugopal Shivashankar2019-03-291-24/+26