aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-1/+2
* Doc: Document TableView qml typeRichard Moe Gustavsen2018-09-046-0/+742
* QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-7/+9
* Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1
* Remove dubious API features and clutter from Pointer Handler headersShawn Rutledge2018-08-314-5/+0
* Remove the PinchHandler.pinchOrigin property for nowShawn Rutledge2018-08-312-38/+1
* Remove Q_INVOKABLE from DragHandler.enforceConstraints()Shawn Rutledge2018-08-311-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-3111-28/+28
* 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
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Simon Hausmann2018-08-274-6/+609
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Simon Hausmann2018-08-274-6/+609
| |\
| | * Doc: add list of SVG colors to color QML Basic Type pageMitch Curtis2018-08-093-2/+605
| | * Doc: Rename section titles to avoid auto-linker issuesPaul Wicking2018-08-071-4/+4
* | | 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
* | Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-2/+4
* | Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-223-2/+13
* | MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-1/+5
* | 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
* | Doc: correct statement on Qt Quick QML types reference pageMitch Curtis2018-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-2113-161/+621
|\ \
| * | QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
| * | HoverHandler: stop handling any points outside the parent ItemShawn Rutledge2018-08-171-1/+1
| * | Load pregenerated glyph cache in default DF cacheEskil Abrahamsen Blomfeldt2018-08-176-13/+458
| * | Modernize loopsErik Verbruggen2018-08-161-36/+23
| * | 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
* | Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-0912-690/+60
* | Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* | QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* | QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-16/+55
* | QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9