aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-012-9/+14
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-012-9/+14
| |\
| | * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+2
| | * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-112-10/+13
* | | Doc: Fix QDoc warningsPaul Wicking2018-10-013-5/+5
|/ /
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-013-24/+6
* | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-292-23/+72
* | Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-286-0/+6
* | Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* | 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