aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Conditionally disable tests that depend on cxx11_future flagTony Sarajärvi2020-11-191-0/+2
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-182-8/+25
* tst_qmllint: Be more verbose when qmllint crashesUlf Hermann2020-11-171-0/+8
* tst_qqmlproperty: Skip crashing interfaceBindingMaximilian Goldstein2020-11-171-0/+3
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+17
* Use QFileInfo constructor explicitlyVolker Hilsheimer2020-11-151-2/+3
* qmltyperegistrar: Use QString rather than string for stringsUlf Hermann2020-11-121-1/+1
* ListModel: support URLsFabian Kosmale2020-11-122-0/+30
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-113-8/+85
* Remove debug usage of QT_FORCE_ASSERTSAlexandru Croitor2020-11-101-2/+0
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-105-0/+19
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-095-156/+201
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-093-7/+7
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-072-3/+3
* 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