aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-021-1/+5
* QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-301-0/+1
* TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-191-0/+2
* Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-181-1/+1
* QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-181-33/+7
* TableView: invalidate table when model is resetMitch Curtis2018-07-171-0/+1
* QQuikTableView: use TableViewModel instead of QQmlDelegateModelRichard Moe Gustavsen2018-07-171-4/+13
* QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-261-1/+1
* QQuickTableView: make functions constRichard Moe Gustavsen2018-06-251-2/+2
* Add missing 'we mean it' warning to private headerKai Koehne2018-06-221-0/+11
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-1/+1
* TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-041-0/+3
* TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-231-2/+2
* TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-231-2/+4
* TableView: keep a pointer to the delegate model to reduce the amount of castingRichard Moe Gustavsen2018-05-151-1/+5
* TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-0/+2
* TableView: factor out private header into separate fileRichard Moe Gustavsen2018-05-041-0/+320