summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Rename test case name TestQtJson -> tst_QtJsonSergio Ahumada2012-10-241-58/+58
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+10
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-0/+60
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-0/+19
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+5
* Add default value for getters in QJsonValueLiang Qi2012-05-061-1/+11
* Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+48
* Properly detach when the modified object is a sub objectLars Knoll2012-03-291-0/+25
* QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+7
* Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-121-0/+13
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-081-0/+33
* Fix parsing of unicode escape sequencesLars Knoll2012-03-072-0/+16
* compile fix: parse under C++11Marc Mutz2012-02-241-6/+6
* Fix QJson autotest on Windows.Friedemann Kleint2012-02-221-8/+11
* Added error reporting to QJsonParserAndrew Christian2012-02-181-0/+165
* Changed json unittest to work from installation directoryKurt Korbatits2012-02-162-8/+13
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-1/+34
* Add the missing test file and give it a proper name.Lars Knoll2012-01-302-3/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Made it possible to run tst_qtjson test from shadow build directory.Denis Dzyubenko2012-01-262-8/+13
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-0/+17
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-245-0/+1608