aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QQml_setParent_noEvent not to print undefined behavior errorsAlexandru Croitor2017-12-182-22/+10
* QmlJs: update plugins.qmltypesMarco Benelli2017-12-145-9/+78
* Rename Shapes plugin's qrc to something more uniqueLaszlo Agocs2017-12-143-2/+2
* flingAnimation manual test: add velocity vectors; install a ball returnShawn Rutledge2017-12-131-3/+57
* 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
* map manual test: re-render the SVG after significant change in scaleShawn Rutledge2017-12-111-2/+11
* Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-0817-23/+374
|\
| * 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
| |\ \
| * | | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-114-4/+39
* | | | Document when anchors.fill can and can not be usedJan Arve Saether2017-12-022-1/+98
* | | | TapHandler manual test: remove console.log with tapped buttonShawn Rutledge2017-12-021-1/+0
* | | | pointer manual test: add svg to the .proShawn Rutledge2017-11-291-1/+1
* | | | add mouse feedback to PointerHandlers manual testShawn Rutledge2017-11-243-0/+82
* | | | add touchpoint feedback to PointerHandlers manual testShawn Rutledge2017-11-244-0/+91
* | | | 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-234-6/+87
* | | | give the joystick manual test a "case"Shawn Rutledge2017-11-233-28/+42
* | | | PointHandler: fix and improve the docsShawn Rutledge2017-11-232-25/+131
| |/ / |/| |
* | | 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