summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * tst_qjson: Fix MSVC C4293 warning about shift operation.Friedemann Kleint2013-06-081-24/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+45
|\|
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-0/+45
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-12/+65
|\|
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-12/+65
* | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-121-1/+5
* | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-121-0/+52
* | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-121-0/+30
|/
* Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-261-40/+96
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-1/+16