summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-131-0/+40
* QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-101-9/+10
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+6
|\
| * Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+6
* | Sanitize JSON test datahjk2015-12-162-5/+5
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-21/+0
* | Use "shortest" double conversion for JSONUlf Hermann2015-11-232-3/+17
* | Add a file to the TESTDATA listJames McDonnell2015-11-161-1/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-6/+6
* | Tests: 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-011-1/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-45/+45
|/
* Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-0/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-2/+12
|\|
| * Android: Fix json test.BogDan Vatra2014-12-222-2/+12
* | Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-301-0/+42
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix MSVC source code encoding warnings in tst_qtjson.Friedemann Kleint2014-09-231-3/+3
* Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-111-51/+0
* Don't accept json strings with trailing garbageLars Knoll2014-09-101-0/+14
* Fix bugs in internal comparison operatorsLars Knoll2014-09-101-0/+24
* Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-251-0/+4
* Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-301-2/+53
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-0/+55
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-4/+10
* Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-0/+124
* Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-0/+18
* Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-041-0/+52
* json: Add defaultValue to QJsonValueRef toInt/toBool/toDouble/toStringHolger Hans Peter Freyther2014-06-131-0/+18
* Mark some tests as XFAIL on QNXSergio Ahumada2014-03-271-4/+4
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-0/+57
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
* Added constructor to QJsonValue for const char *Matt Broadstone2014-01-161-0/+8
* Added convenience methods to QJsonArray for appending QJsonValuesMatt Broadstone2014-01-161-0/+15
* Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-091-2/+2
* Remove trailing space from QDebug streamKai Koehne2013-12-061-14/+14
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-4/+20
* Add QJsonValue::toInt().Mitch Curtis2013-08-271-4/+18
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+4
|\
| * Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-0/+4
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+62
|\|
| * QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-0/+62
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-24/+24
|\|