aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-231-0/+1
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-211-3/+6
* QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+2
* QQuickTableView: add positionViewAtRow()/Column()Richard Moe Gustavsen2020-04-081-7/+27
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-0/+4
|\
| * QQuickTableView: add private support for transposing the viewRichard Moe Gustavsen2020-03-231-0/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-1/+1
|\|
| * Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-061-1/+1
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-4/+6
|\|
| * QQuickTableView: make syncView/syncDirection/model private implementation vir...Yulong Bai2020-01-201-4/+6
* | Use QFlatMap in QQuickTableViewShawn Rutledge2020-01-151-8/+9
|/
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-201-0/+2
* QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-121-1/+3
* QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-111-1/+4
* QQuickTableView: remove relayoutTable()Richard Moe Gustavsen2019-05-081-1/+0
* QQuickTableView: protect fixup() from being called while resizing the content...Richard Moe Gustavsen2019-05-021-0/+1
* Move model types into their own libraryUlf Hermann2019-05-021-2/+2
* Add QQuickTableSectionSizeProvider for QQuickTableViewYulong Bai2019-04-301-0/+21
* QQuickTableView: avoid building syncView children before syncView has finishedRichard Moe Gustavsen2019-04-291-1/+1
* QQuickTableView: update calculateTopLeft() to take syncView into accountRichard Moe Gustavsen2019-04-261-1/+0
* QQuickTableView: update viewportMoved() to take syncView into accountRichard Moe Gustavsen2019-04-251-0/+7
* QQuickTableView: implement recursive updateTable()Richard Moe Gustavsen2019-04-241-0/+4
* QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-231-0/+8
* QQuickTableView: improve checking rebuild status while rebuildingRichard Moe Gustavsen2019-04-211-1/+0
* QQuickTableView: combine layouts and rebuilds into the same code pathRichard Moe Gustavsen2019-04-211-6/+5
* QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-111-1/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-0/+1
|\
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+1
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-081-51/+68
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-3/+11
|/
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-171-0/+1
* QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-291-1/+6
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-171-0/+3
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-131-0/+10
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-111-0/+1
* QQuickTableView: be more precise about when to call updatePolish()Richard Moe Gustavsen2018-09-111-2/+0
* QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-101-1/+0
* QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-271-2/+6
* QQuickTableView: rename to scheduleRebuildTable, and add rebuild optionsRichard Moe Gustavsen2018-08-271-1/+11
* QQuickTableView: decide whether to reuse items from calling locationRichard Moe Gustavsen2018-08-241-1/+1
* QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-231-2/+3
* QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-141-3/+17
* QQuickTableView: remove cacheBuffer from the implementationRichard Moe Gustavsen2018-08-141-9/+0
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-101-1/+1
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-091-0/+14
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-071-1/+0
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-0/+1
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-021-1/+0