aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* V4: Prevent heap objects from getting immediately swept by GCUlf Hermann2020-11-063-1/+97
* libinfix build: adjust qmldir entriesFabian Kosmale2020-11-062-1/+18
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-043-0/+45
* Update MetaType things in testsDavid Skoland2020-11-044-15/+12
* tst_qqmlbinding: Do not leak componentFabian Kosmale2020-11-031-1/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04Fabian Kosmale2020-11-021-2/+1
* Fix compiler warnings from testsVolker Hilsheimer2020-11-022-7/+7
* Update tests to use new metaType systemDavid Skoland2020-11-0211-132/+131
* QML: Allow singleton types to be extendedUlf Hermann2020-11-022-0/+47
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-022-0/+37
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-022-0/+50
* QML: Make date parsing more lenientFabian Kosmale2020-10-292-0/+13
* Standardize QJsonArray iterationDavid Skoland2020-10-282-2/+2
* Inline components: Fix custom parser supportFabian Kosmale2020-10-282-0/+24
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-5/+3
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-231-20/+33
* tst_qquickfolderlistmodel: fix error checkingMitch Curtis2020-10-221-33/+14
* Fix compile warnings from testsVolker Hilsheimer2020-10-223-8/+4
* qmllint: Resolve aliases in nested objectsUlf Hermann2020-10-223-0/+25
* QmlCompiler: Drop the metaobject revision from exportsUlf Hermann2020-10-192-2/+6
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-181-1/+1
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-122-0/+44
* Allow optional imports in qmldir filesUlf Hermann2020-10-083-0/+7
* qmllint: Be more verbose when tests failUlf Hermann2020-10-081-1/+1
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-083-0/+12
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-0/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-073-0/+5
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-075-1/+22
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-073-0/+10
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-073-0/+29
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-06171-356/+356
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-063-0/+23
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-2/+2
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-051-5/+2
* qmllint: Mark anchors3.qml as dirtyUlf Hermann2020-10-053-3/+7
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-023-0/+18
* qmllint: Ignore grouped properties againUlf Hermann2020-10-025-9/+67
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-281-2/+2
* qmllint: Make imports localUlf Hermann2020-09-282-0/+2
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-282-12/+24
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-0/+1
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+2
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-0/+19
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-243-1/+21
* Allow proper registration of value typesUlf Hermann2020-09-232-31/+80
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-222-9/+13