aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsonbinding
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski17 hours1-0/+2
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-041-1/+2
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-211-2/+2
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-071-0/+40
* 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-111-27/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-14/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-2/+1
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* Regenerate testsAlexandru Croitor2019-11-141-11/+2
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-2/+11
* Initial CMake portAlexandru Croitor2019-06-031-0/+38
* Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix the remaining test failures in the jsonbinding autotestLars Knoll2013-06-171-1/+1
* Fix most qjsonbinding auto testsLars Knoll2013-06-171-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add gui-private to testsGirish Ramakrishnan2012-06-221-1/+1
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-151-3/+0
* Add QJson support to QV8EngineKent Hansen2012-04-1619-0/+567