aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-111-46/+10
* QQuickTableView: check if the focusObject is a actually a QQuickItemRichard Moe Gustavsen2018-09-101-7/+9
* QQuickTableView: don't set contentX/Y to zero when building the tableRichard Moe Gustavsen2018-09-101-4/+0
* QQuickTableView: don't override margins API in TableViewRichard Moe Gustavsen2018-09-101-128/+12
* QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-071-1/+1
* QQuickTableView: don't layout an extra time at start-upRichard Moe Gustavsen2018-09-071-0/+1
* QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-061-6/+21
* QQuickTableView: let fall back item have a valid sizeRichard Moe Gustavsen2018-09-061-0/+2
* QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-061-0/+5
* Doc: Document TableView qml typeRichard Moe Gustavsen2018-09-041-0/+353
* QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-7/+9
* QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-271-11/+26
* QQuickTableView: rename to scheduleRebuildTable, and add rebuild optionsRichard Moe Gustavsen2018-08-271-13/+21
* QQuickTableView: only preload to pool if reuseItems is trueRichard Moe Gustavsen2018-08-271-2/+4
* QQuickTableView: decide whether to reuse items from calling locationRichard Moe Gustavsen2018-08-241-4/+4
* QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-231-9/+17
* QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-221-0/+6
* QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-211-1/+1
* QQuickTableView: set the stacking order of delegate items to 1Richard Moe Gustavsen2018-08-211-1/+3
* QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-141-29/+84
* QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-141-4/+4
* QQuickTableView: remove cacheBuffer from the implementationRichard Moe Gustavsen2018-08-141-60/+1
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-131-1/+1
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-101-20/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-101-5/+21
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-101-2/+2