aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+15
* Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-1/+1
* Fix qqmlexpression failures for AndroidJan Arve Sæther2019-07-291-2/+5
* Fix qqmlimport failures for AndroidJan Arve Sæther2019-07-292-1/+9
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2621-28/+440
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-2410-0/+134
| |\
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131
| | * Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-172-0/+93
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-172-0/+93
| | |\|
| | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-162-0/+93
| * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-0/+15
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-128-28/+198
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-0/+39
| | * Fix compilation with C++20Marc Mutz2019-07-081-1/+1
| | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
| | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
| | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-052-0/+93
* | | qmllint: Improve parent handlingFabian Kosmale2019-07-264-18/+45
* | | qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-252-2/+13
* | | Support top level generator functionsFabian Kosmale2019-07-233-0/+47
* | | Fix nullptr handling in bindingFabian Kosmale2019-07-222-0/+39
* | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-191-0/+40
* | | Fix qqmldirparser test failure on AndroidJan Arve Sæther2019-07-191-0/+2
* | | Fix tst_qqmlapplicationengine failures for AndroidJan Arve Sæther2019-07-191-0/+6
* | | Fix qqmlecmascript failures for AndroidJan Arve Sæther2019-07-191-3/+3
* | | Fix qqmlengine autotest for androidJan Arve Sæther2019-07-192-5/+11
* | | Make sure timeZoneUpdated test cleans up properly if it failsJan Arve Sæther2019-07-181-6/+11
* | | Add QQuickPathMultiLinePaolo Angelelli2019-07-184-0/+192
* | | Add support for implicit module importsSimon Hausmann2019-07-174-0/+21
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-123-0/+24
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-123-0/+24
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-053-0/+24
| | |\|
| | | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-032-0/+12
| | | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* | | | Fix some compiler warnings in testsFriedemann Kleint2019-07-1211-22/+25
* | | | Extend linter to check for unqualified idsFabian Kosmale2019-07-126-0/+103
|/ / /
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-117-0/+9
* | | Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-092-0/+27
* | | Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-096-18/+32
* | | Allow all basic QML types for type annotationsSimon Hausmann2019-07-096-0/+24
* | | Collect type information for function parametersSimon Hausmann2019-07-093-0/+9
* | | Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-0919-2/+185
* | | Make sure urlInteceptor() works standaloneJan Arve Sæther2019-07-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-0411-0/+59984
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-0411-0/+59984
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-037-0/+88
| | |\|
| | | * Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-022-0/+37
| | | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-012-0/+17
| | | * qmlplugindump: dump enums also for composite typesUlf Hermann2019-07-013-0/+34