summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-106-23/+105
|\|
| * Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-032-5/+5
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
| * Don't copy the whole binary input into QJsonDocumentDenis Dzyubenko2012-03-291-3/+4
| * Validate size of the input in QJsonDocument::fromBinaryDataDenis Dzyubenko2012-03-291-2/+4
| * Properly detach when the modified object is a sub objectLars Knoll2012-03-291-1/+1
| * QJsonParseError improvementsAlexei Rousskikh2012-03-272-11/+90
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-1/+2
* | Merge master into api_changesKent Hansen2012-03-232-10/+19
|\|
| * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-222-10/+19
* | Merge master into api_changesKent Hansen2012-03-162-1/+9
|\|
| * Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-122-1/+9
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-122-2/+2
|\|
| * Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-082-2/+2
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-086-23/+27
|\|
| * Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-043-0/+3
| |\
| | * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-293-0/+3
| * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-20/+20