aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Regenerate testsAlexandru Croitor2020-01-294-10/+132
* QML Type Registrar changesLeander Beernaert2020-01-241-3/+11
* Post merge fixesLeander Beernaert2020-01-243-26/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-16217-2640/+97822
|\
| * Remove qmlminUlf Hermann2020-01-153-238/+0
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-158-79/+375
| |\
| | * Allow overriding type registrationsUlf Hermann2020-01-153-0/+38
| | * qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-152-79/+299
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-143-0/+38
| | |\
| | | * Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
| | | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-102-0/+37
| * | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-142-4/+6
| * | | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-7/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-14116-457/+62001
| |\| |
| | * | qmllint: Consider failure to find imports an errorUlf Hermann2020-01-132-3/+3
| | * | qmllint: Consider attached propertiesUlf Hermann2020-01-132-0/+7
| | * | qmllint: parse simple type assertionsUlf Hermann2020-01-133-0/+17
| | * | qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-134-0/+37
| | * | qmllint: Resolve aliasesUlf Hermann2020-01-134-0/+32
| | * | qmllint: Analyze member accessUlf Hermann2020-01-133-1/+22
| | * | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-132-0/+57
| | * | QQmlImport: Allow importing multiple versions of the same moduleUlf Hermann2020-01-101-0/+17
| | * | qmllint: parse JS files for methodsUlf Hermann2020-01-103-0/+10
| | * | tst_qqmlmetatype.cpp: Avoid memory leaksUlf Hermann2020-01-101-4/+6
| | * | tst_qquickanimations: Avoid memory leaksUlf Hermann2020-01-101-93/+125
| | * | tst_qmldiskcache: Increase compile timeoutUlf Hermann2020-01-101-1/+3
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0911-0/+450
| | |\|
| | | * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-0/+36
| | | * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-0/+13
| | | * V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-081-0/+15
| | | * V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+12
| | | * Stabilize QQuickItemParticleLouis du Verdier2020-01-072-0/+102
| | | * QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-0/+13
| | | * QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-0/+12
| | | * QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+22
| | | * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-071-0/+49
| | | * V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-0/+17
| | | * V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-0/+21
| | | * Avoid oob access on Array.concatUlf Hermann2020-01-061-0/+21
| | | * Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-062-0/+21
| | | * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-033-0/+30
| | | * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-202-0/+66
| | * | Add QQuickItemParticle give() method bodyFabio Falsini2020-01-062-0/+87
| | * | Add RHI shaders to ShaderEffect test scenesEirik Aavitsland2020-01-0669-354/+360
| | * | Fuzzing: Allow linking to other fuzzing enginesRobert Loehning2020-01-031-1/+6
| | * | tools/qmlformat: Improve formatting quite a bitMaximilian Goldstein2019-12-202-4/+2
| | * | qtdeclarative/tools: Implement qmlformatMaximilian Goldstein2019-12-196-0/+530
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-176-0/+60235
| | |\|
| | | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-0/+26
| | | |\
| | | | * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-052-0/+26