aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-285-1/+39
* blacklist tst_qquickflickable::rebound on macOSv5.10.0-rc1Shawn Rutledge2017-11-231-1/+2
* never skip updating passive grabbers, or ungrab, on mouse releaseShawn Rutledge2017-11-231-8/+11
* Add changes file for Qt 5.10.0Antti Kokko2017-11-211-0/+188
* Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-214-5/+89
|\
| * 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
| * Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-141-0/+2
| * Add changes file for Qt 5.9.3Jani Heikkinen2017-11-121-0/+73
| * 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-2087-1391/+1672
|\ \
| * | Fix outdated FDL license headerKai Koehne2017-11-151-4/+4
| * | Fix outdated BSD license headerKai Koehne2017-11-1550-1146/+744
| * | add PointHandlerShawn Rutledge2017-11-154-0/+219
| * | a PointerHandler can veto overtaking of grab by an ItemShawn Rutledge2017-11-141-7/+7
| * | pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
| * | QQuickWindowPrivate::deliverToPassiveGrabbers: localize the eventShawn Rutledge2017-11-141-1/+3
| * | Add a manual test quickwidgetviewerFriedemann Kleint2017-11-142-0/+95
| * | PointerHandler: add grabPermissions, enforce in setExclusiveGrabShawn Rutledge2017-11-144-19/+160
| * | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-145-96/+111
| * | blacklist tst_QQuickFramebufferObject::testInvalidate on macOSShawn Rutledge2017-11-141-0/+3
| * | QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-142-22/+20
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-11-1319-48/+214
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-1319-48/+214
| | |\ \
| | | * | Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
| | | * | Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-091-0/+2
| | | * | Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
| | | * | Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
| | | * | Fix tst_qquickshadereffectJ-P Nurmi2017-11-092-5/+5
| | | * | docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-082-3/+17
| | | * | stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| | | |/
| | | * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-073-11/+91
| | | * 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-063-0/+46
| | | * 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
* | | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-114-4/+39
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0624-86/+759
|\|
| * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-052-12/+49
| * 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
| * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| * Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
| * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-034-5/+156
| * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-033-4/+45