aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-231-0/+10
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-091-1/+41
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-02-171-0/+49
* QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-282-0/+56
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-142-0/+37
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-164-3/+14
* Allow semicolon after property declarationFabian Kosmale2019-09-242-0/+21
* Revert accidental change to test262Ulf Hermann2019-09-241-0/+0
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+0
|\
| * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-261-0/+0
* | Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-264-1/+23
|/
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131
* Fix promise chainingFabian Kosmale2019-07-102-0/+39
* Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* 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 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
* Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-262-0/+72
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-258-9/+151
* JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-0/+18
* Allow destroying QJSValues from other threadsUlf Hermann2019-06-113-3/+40
* QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1
* Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-016-0/+52
* Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+10
* Don't add local for anonymous function's "name"Ulf Hermann2019-05-211-2/+0
* Fix lookups of properties in QML singletonsSimon Hausmann2019-05-212-0/+64
* Add test for cached getter lookupMichal Klocek2019-05-092-0/+31
* Yarr: Reject quantifiers larger than 16MUlf Hermann2019-04-301-0/+11
* Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-0/+27
* Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-262-0/+30
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-4/+4
* Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-182-0/+30
* Test whether the JIT is enabled on architectures/OSes as intendedMartin Storsjö2019-04-161-0/+22
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-164-1/+6
* QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-163-0/+6
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+23
* Detect and reject cyclic aliasesUlf Hermann2019-04-093-0/+7
* Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+17
* Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-285-0/+110
* Blacklist tst_qquickfolderlistmodel::nameFilters() on msvc2015/17Ulf Hermann2019-03-271-0/+3
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-271-0/+13
* Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-261-20/+34
* Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
* Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-03-221-0/+0
* Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41