aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate call to destroyv5.12.9Fabian Kosmale2020-06-091-1/+1
* Add changes file for Qt 5.12.9Antti Kokko2020-06-091-0/+46
* Prevent premature child destructionFabian Kosmale2020-06-051-2/+3
* qquickitemgrabresult: Check effective window for visibilityKai Uwe Broulik2020-06-021-1/+6
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-06-021-4/+7
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-06-021-11/+12
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-06-021-1/+1
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-262-7/+165
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-252-23/+33
* Fix failing assertion in the GC with JITSimon Hausmann2020-05-221-0/+2
* Fix failing assertion in the GC with the JITSimon Hausmann2020-05-221-0/+4
* JIT: Don't pass the heap object in the return value registerUlf Hermann2020-05-222-3/+6
* Fix warning -Wxor-used-as-powMårten Nordheim2020-05-181-1/+1
* Check in even more places for exceptionsFabian Kosmale2020-05-184-3/+8
* Ask rendering thread to release resources when window is closedDamien Caliste2020-04-301-0/+8
* Bump versionAlexandru Croitor2020-04-221-1/+1
* Blacklist tst_qquicktextedit::hAlignVisual on SLESFabian Kosmale2020-04-161-0/+2
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-142-2/+46
|\
| * Add changes file for Qt 5.12.8v5.12.8Antti Kokko2020-03-181-0/+36
| * Check that value type exists before creating wrapperFabian Kosmale2020-03-161-2/+10
* | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-04-081-0/+1
* | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-04-0816-42/+99
* | Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-04-023-0/+80
* | Check that animation still existsFabian Kosmale2020-04-023-1/+49
* | Fix signal emission order for zero-duration animationsJan Arve Saether2020-04-024-8/+83
|/
* Fix warning about non-relative paths in qmldir filesSimon Hausmann2020-02-181-1/+1
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-02-174-1/+57
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-313-15/+817
* Merge remote-tracking branch 'origin/5.12.7' into 5.12Qt Forward Merge Bot2020-01-311-0/+41
|\
| * Add changes file for Qt 5.12.7v5.12.7Antti Kokko2020-01-211-0/+41
* | Bump versionAlexandru Croitor2020-01-281-1/+1
* | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-284-10/+67
* | Remove shadereffect dependency from shapesKarim Pinter2020-01-233-3/+5
|/
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-143-2/+39
* Merge remote-tracking branch 'origin/5.12.6' into 5.12Qt Forward Merge Bot2020-01-073-52/+68
|\
| * Add changes file for Qt 5.12.6v5.12.6Antti Kokko2019-11-071-0/+47
| * Merge 5.12 into 5.12.6Kari Oikarinen2019-11-072-4/+38
| |\
| * | QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-062-52/+21
* | | QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-12-111-1/+1
* | | TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-093-5/+27
* | | Particle system: fix infinite loop after running for many hoursYulong Bai2019-12-092-1/+8
* | | MouseArea: react to touch ungrabShawn Rutledge2019-12-056-0/+241
* | | Set the screen on the QOpenGLContext to be the same as the windowAndy Shaw2019-11-281-1/+3
* | | MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-263-21/+97
* | | Bump versionFrederik Gladhorn2019-11-071-1/+1
| |/ |/|
* | Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-11-042-4/+38
|/
* Bump versionFrederik Gladhorn2019-10-301-1/+1
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-169-49/+105
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-10-103-2/+46
* PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-252-1/+15