aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0858-273/+1045
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2058-273/+1045
| |\
| | * Fix QQml_setParent_noEvent not to print undefined behavior errorsAlexandru Croitor2017-12-181-11/+5
| | * QmlJs: update plugins.qmltypesMarco Benelli2017-12-145-9/+78
| | * Rename Shapes plugin's qrc to something more uniqueLaszlo Agocs2017-12-143-2/+2
| | * Add optional timing logs for Shape triangulationLaszlo Agocs2017-12-122-3/+31
| | * fix bugs in native gesture event deliveryShawn Rutledge2017-12-112-4/+6
| | * TapHandler: emit canceled when a gesturePolicy constrait is violatedShawn Rutledge2017-12-111-0/+2
| | * Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-087-21/+44
| | |\
| | | * Fix QQmlImportsPrivate::resolvedUri()v5.10.0-rc3v5.10.0J-P Nurmi2017-11-301-4/+6
| | | * Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-281-1/+3
| | | * never skip updating passive grabbers, or ungrab, on mouse releaseShawn Rutledge2017-11-231-8/+11
| | | * Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-213-5/+16
| | | |\
| | | | * Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
| | | | * Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
| | | | * Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
| | | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2029-137/+606
| | | |\ \
| | | * | | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-111-3/+8
| | * | | | Document when anchors.fill can and can not be usedJan Arve Saether2017-12-022-1/+98
| | * | | | Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
| | * | | | prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-231-1/+1
| | * | | | PointHandler: fix and improve the docsShawn Rutledge2017-11-232-25/+131
| | | |/ / | | |/| |
| | * | | Fix outdated BSD license headerKai Koehne2017-11-157-14/+84
| | * | | add PointHandlerShawn Rutledge2017-11-154-0/+219
| | * | | a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
| | * | | QQuickWindowPrivate::deliverToPassiveGrabbers: localize the eventShawn Rutledge2017-11-141-1/+3
| | * | | PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-144-19/+160
| | * | | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-142-57/+46
| | * | | QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-14/+12
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-11-1310-31/+80
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-1310-31/+80
| | | |\ \ \
| | | | * | | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
| | | | * | | Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-1/+1
| | | | * | | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
| | | | | |/ | | | | |/|
| | | | * | Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-071-11/+16
| | | | * | QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
| | | | * | Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-072-15/+24
| | | | * | QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+9
| | | | * | Fix coverity reported warningLars Knoll2017-11-061-1/+1
| | | | * | Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
| | * | | | Doc: Update the list of highlighted examplesTopi Reinio2017-11-131-0/+2
| | |/ / /
| | * | | Remove deprecated grabber()Jan Arve Sæther2017-11-081-1/+0
| | * | | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
| | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0611-76/+85
| | |\|
| | | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
| | | * Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
| | | * Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
| | | * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-5/+4
| | | * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-1/+11
| | | * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-031-1/+0