aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.12.7v5.12.7Antti Kokko2020-01-211-0/+41
* 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
* PathView: grab mouse on press if already movingShawn Rutledge2019-09-253-3/+132
* Allow semicolon after property declarationFabian Kosmale2019-09-243-7/+34
* Revert accidental change to test262Ulf Hermann2019-09-241-0/+0
* lancelot graphics test: various fixesEirik Aavitsland2019-09-234-85/+28
* Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2
* Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-072-0/+89
|\
| * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-072-0/+89
|/|
| * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-262-0/+89
* | Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
* | Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
* | QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-293-2/+40
* | Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
* | Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
* | Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-265-1/+30
* | Remove HACKING fileEskil Abrahamsen Blomfeldt2019-08-231-23/+0
|/
* Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
* doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
* Revert "Yield error if qtquickcompiler is used in non-QML projects"Jörg Bornemann2019-08-021-10/+0
* Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-304-1/+43
* Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-2310-1/+143
* Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
* Doc: fix code snippetPaul Wicking2019-07-191-1/+1
* Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
* Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-163-0/+96
* Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* Fix static buildSimon Hausmann2019-07-122-15/+2
* Fix promise chainingFabian Kosmale2019-07-104-46/+201
* Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-054-30/+62
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-054-19/+15