aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-211-1/+2
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* PersistentValueStorage: remember last free page instead of reshufflingFabian Kosmale2024-01-251-0/+1
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-191-0/+19
* tst_qjsvalue: Clean up memory managementAmanda Hamblin-Trué2023-08-012-12/+4
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-8/+0
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-121-2/+1
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-1/+2
* QML: Faithfully convert undefined and null to stringUlf Hermann2022-11-151-2/+2
* 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
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-022-0/+14
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-0/+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
* Improve type conversions from/to QJSValueUlf Hermann2021-10-201-1/+1
* 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-1/+2
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-192-0/+18
* Remove the qmake project filesFabian Kosmale2021-01-151-6/+0
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+48
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-071-14/+69
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-072-0/+16
* Mark url as builtin typeUlf Hermann2020-12-022-0/+20
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-0/+15
* Conditionally disable tests that depend on cxx11_future flagTony Sarajärvi2020-11-191-0/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-2/+20
* Update tests to use new metaType systemDavid Skoland2020-11-021-4/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-80/+0
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-061-1/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* CMake: Regenerate projectsAlexandru Croitor2020-04-061-0/+19
* Remove QRegExp from qml autotestsLars Knoll2020-04-032-45/+0
* Include qjsengine and qjsvalue autotests in the cmake buildLars Knoll2020-04-021-0/+4
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-17/+35
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-7/+12
|\
| * Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-6/+6
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-1/+6
| |\
| | * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-1/+6
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-3/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-0/+66
|\|
| * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-202-0/+66