aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsmanagedvalue
Commit message (Expand)AuthorAgeFilesLines
* QML: Faithfully convert undefined and null to stringUlf Hermann2022-11-151-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-112-54/+4
* Rename android_dummy_imports.qml to dummy_imports.qmlAssam Boudjelthia2022-03-051-1/+1
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-0/+5
* Android: unify the android tests dummy import filesAssam Boudjelthia2022-03-021-3/+3
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-171-0/+7
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-19/+0
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-221-0/+1
* QJSManagedValue: Throw TypeErrors when accessing null or undefinedUlf Hermann2021-02-252-2/+35
* Remove the qmake project filesFabian Kosmale2021-01-151-6/+0
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-0/+38
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-122-0/+26
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-071-20/+20
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-12/+29
* Add a QJSManagedValueUlf Hermann2020-12-185-0/+1903