| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Json classes added to list of implic.shared classes | Nico Vertriest | 2015-03-11 | 1 | -0/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Don't accept json strings with trailing garbage | Lars Knoll | 2014-09-10 | 1 | -0/+12 |
| * | Use the new UTF-8 codec in QJsonDocument | Thiago Macieira | 2014-01-09 | 1 | -36/+9 |
| * | Allow non-character codes in utf8 strings | Kurt Pattyn | 2013-10-17 | 1 | -1/+1 |
| * | Add json/savegame example. | Mitch Curtis | 2013-08-22 | 1 | -0/+2 |
| * | Fix parsing of long latin strings in the json parser | Lars Knoll | 2013-05-23 | 1 | -1/+2 |
| * | Fix crashes when creating large documents | Lars Knoll | 2013-05-09 | 1 | -0/+21 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fixed crash in moc on big endian platforms. | Konstantin Tokarev | 2012-09-24 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Fixed most qdoc errors for the json classes. | Lars Knoll | 2012-07-20 | 1 | -0/+20 |
| * | Fix some spelling errors | Sergio Ahumada | 2012-07-11 | 1 | -1/+1 |
| * | Limit the nesting depth of the Json parser | Lars Knoll | 2012-05-16 | 1 | -2/+43 |
| * | QChar: add isSurrogate() and isNonCharacter() to the public API | Konstantin Ritt | 2012-05-16 | 1 | -3/+2 |
| * | Correctly parse json documents with a leading BOM | Lars Knoll | 2012-05-10 | 1 | -2/+14 |
| * | add some useful methods to QUnicodeTables:: | Konstantin Ritt | 2012-05-10 | 1 | -14/+2 |
| * | replace hardcoded values with a surrogate handling methods | Konstantin Ritt | 2012-04-13 | 1 | -3/+4 |
| * | fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef] | Konstantin Ritt | 2012-04-11 | 1 | -1/+1 |
| * | Fix warnings about truncations in constants. | Friedemann Kleint | 2012-04-03 | 1 | -1/+1 |
| * | QJsonParseError improvements | Alexei Rousskikh | 2012-03-27 | 1 | -7/+84 |
| * | Trailing comma should result in an error during JSON parsing | Alexei Rousskikh | 2012-03-12 | 1 | -0/+7 |
| * | Fix parsing of unicode escape sequences | Lars Knoll | 2012-03-07 | 1 | -2/+2 |
| * | Added error reporting to QJsonParser | Andrew Christian | 2012-02-18 | 1 | -19/+61 |
| * | Update contact address in license headers. | Jason McDonald | 2012-01-31 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Import json support from playground/qtbinaryjson | Lars Knoll | 2012-01-24 | 1 | -0/+752 |