summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-172-8/+1
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-178-9/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-082-13/+13
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-275-2/+12
|\
| * Add json/savegame example.Mitch Curtis2013-08-225-2/+12
* | Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-19/+19
|\|
| * Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-2/+6
|\|
| * Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
| * QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+2
|\|
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-236-16/+64
|\|
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-1/+1
| * Fix crashes when creating large documentsLars Knoll2013-05-096-16/+64
* | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-122-0/+13
* | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-122-2/+3
* | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-122-2/+8
|/
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-294-16/+0
* Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-262-3/+49
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1814-14/+14
* Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-2/+3
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-062-8/+8
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2214-336/+336
* Removing duplicate includesSergio Ahumada2012-09-092-2/+0
* Removed extra detach calls from QJsonArray::takeAtDenis Dzyubenko2012-08-291-6/+1
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-231-9/+11
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-235-0/+10
* Fix some qdoc errors in the QJson* classesLars Knoll2012-08-202-0/+16
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-206-39/+221
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2
* Limit the nesting depth of the Json parserLars Knoll2012-05-163-4/+47
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-162-5/+3
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-2/+15
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-102-30/+4
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-082-0/+11
* Add default value for getters in QJsonValueLiang Qi2012-05-062-18/+44
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-193-42/+31
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-164-6/+17
|\
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-132-4/+5
| * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-112-2/+2
| * Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-112-0/+10