aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: Don't change the viewport while in layoutUlf Hermann2018-09-271-0/+6
* QQuickTableView: only preload items when rebuilding the table from scratchRichard Moe Gustavsen2018-09-271-1/+2
* Doc: Add description of QML_USE_GLYPHCACHE_WORKAROUND env varPaul Wicking2018-09-261-0/+8
* Software Adaptation: Improve bounding rect claculation for glyph nodesAndy Nichols2018-09-261-1/+29
* 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-254-79/+7
* Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-0/+1
* QQuickTableView: build the table when the component is finalizedRichard Moe Gustavsen2018-09-173-0/+39
* Cleanups in Value/PrimitiveLars Knoll2018-09-173-13/+13
* Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-144-27/+30
* Doc: fix grabPermissions and other enumeration propertiesShawn Rutledge2018-09-143-8/+27
* PinchHandler: update centroid property when handling native gestureShawn Rutledge2018-09-131-0/+1
* Fix potential nullptr-derefErik Verbruggen2018-09-131-2/+2
* QQuickTableView: sync model and delegate when ready to do soRichard Moe Gustavsen2018-09-133-58/+84
* Enable Qt Quick path and shapes for the no-thread configurationMorten Johan Sørvig2018-09-121-1/+1
* Doc: Update the 'reversible' Transition code snippetAlexander Akulich2018-09-111-5/+5
* Doc: Fix 'reversible' Transition code snippetAlexander Akulich2018-09-111-1/+3
* Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-113-8/+8
* Doc: Fix the QML type of MultiPointHandler.centroidShawn Rutledge2018-09-112-2/+2
* 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
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-5/+7
|\
| * Delete textures even if one of the windows is invisibleVaL Doroshchuk2018-08-271-5/+7
* | QQuickTableView: check if the focusObject is a actually a QQuickItemRichard Moe Gustavsen2018-09-101-7/+9
* | Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-104-7/+12
* | 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
* | Doc: Add the youtube tutorial videoVenugopal Shivashankar2018-09-053-3/+8
* | Fix no-opengl buildAllan Sandfeld Jensen2018-09-051-1/+4
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-056-4/+15
* | 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
| |\|