aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix link issuesNico Vertriest2019-02-281-7/+8
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+12
* QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
* Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
* TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-171-0/+10
* 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
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-091-6/+75
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-071-19/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-16/+54
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-021-10/+0
* TableView: don't try to grab the window when it's nullMitch Curtis2018-08-021-1/+1
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-021-8/+76
* QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-301-9/+16
* TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-191-1/+21
* QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-191-5/+13
* QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-181-12/+0