aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* | QQuickTableView: only preload items when rebuilding the table from scratchRichard Moe Gustavsen2018-09-271-1/+2
* | Make QQuickShaderEffectMesh subclassable and exportedEskil Abrahamsen Blomfeldt2018-09-262-2/+10
* | QQuickTableView: fix clang warningsRichard Moe Gustavsen2018-09-251-27/+22
* | Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-252-6/+7
* | QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-0/+39
* | Cleanups in Value/PrimitiveLars Knoll2018-09-173-13/+13
* | QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-133-58/+84
* | QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-112-0/+9
* | QQuickTableView: be more precise about when to call updatePolish()Richard Moe Gustavsen2018-09-112-16/+20
* | QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-112-54/+14
* | 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-103-149/+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
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* | Doc: Document TableView qml typeRichard Moe Gustavsen2018-09-041-0/+353
* | QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-7/+9
* | Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1
* | Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-2/+2
* | MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-301-0/+3
* | QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-272-13/+32
* | QQuickTableView: rename to scheduleRebuildTable, and add rebuild optionsRichard Moe Gustavsen2018-08-272-14/+32
* | 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-242-5/+5
* | Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-231-2/+2
* | QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-232-11/+20
* | QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-221-0/+6
* | QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-222-0/+9
* | Flickable: handle the new ScrollMomentum phase in QWheelEventShawn Rutledge2018-08-222-30/+18
* | 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
* | Merge dev into 5.12Oswald Buddenhagen2018-08-215-111/+139
|\ \
| * | QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
| * | Format QQuickItemPrivate::ChangeListenerErik Verbruggen2018-08-161-4/+18
| * | Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-151-2/+13
| * | QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-142-32/+101
| * | 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-142-69/+1
* | | Fix property declarationsSimon Hausmann2018-08-201-6/+6
|/ /
* | QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-132-10/+9
* | QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-102-25/+0
* | QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-5/+23
* | QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* | QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-093-6/+98
* | QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* | Add missing header guardJędrzej Nowacki2018-08-081-0/+5