aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Doc: Language editsVenugopal Shivashankar2019-03-251-47/+48
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-7/+8
|\
| * Doc: Fix link issuesNico Vertriest2019-02-281-7/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-0/+12
|\|
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+12
* | QQuickTableView: ensure we end up caching the correct valueRichard Moe Gustavsen2019-02-141-4/+4
* | QQuickTableView: clear cache before querying column widths/row heightsRichard Moe Gustavsen2019-02-141-0/+1
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-081-303/+510
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-80/+114
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-301-4/+6
|\|
| * QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-1/+1
|\|
| * Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
* | QQuickTableView QQuickFlickable: make destructors explicitly overrideYulong Bai2018-10-311-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-201-0/+10
|\|
| * TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-171-0/+10
* | QQuickTableView: add a protected contructor with d pointer as first argumentYulong Bai2018-10-121-0/+6
|/
* Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-031-1/+1
* QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-291-22/+66
* QQuickTableView: only preload items when rebuilding the table from scratchRichard Moe Gustavsen2018-09-271-1/+2
* QQuickTableView: fix clang warningsRichard Moe Gustavsen2018-09-251-27/+22
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-171-0/+33
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-131-57/+74
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-111-0/+8
* QQuickTableView: be more precise about when to call updatePolish()Richard Moe Gustavsen2018-09-111-14/+20