| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove left over json/qjsonarray.cpp | Friedemann Kleint | 2018-02-21 | 1 | -1238/+0 |
| * | Silence GCC 8 warning on memcpy of class Value to to class offset | Thiago Macieira | 2018-02-04 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -8/+64 |
| |\ |
|
| | * | Fix quadratic behavior when converting from QVariant | Lars Knoll | 2016-02-18 | 1 | -2/+39 |
| | * | Avoid size overflows when inserting into very large JSON objects | Lars Knoll | 2016-02-18 | 1 | -6/+25 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Doc: Move selected \keywords to be \targets instead | Topi Reinio | 2015-09-07 | 1 | -6/+6 |
| * | core: Add several QList::reserve() calls. | Sérgio Martins | 2015-06-11 | 1 | -0/+1 |
| * | Doc: Json classes added to list of implic.shared classes | Nico Vertriest | 2015-03-11 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -6/+7 |
| |\ |
|
| | * | Doc: corrected link/autolink issues in corelib | Nico Vertriest | 2015-02-24 | 1 | -6/+7 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<< | Kai Koehne | 2015-02-09 | 1 | -1/+2 |
| |/ |
|
| * | QJsonArray::(const_)iterator: mark the pointer typedefs as internal | Giuseppe D'Angelo | 2014-11-27 | 1 | -0/+10 |
| * | Doc: corrected autolink issue json | Nico Vertriest | 2014-11-13 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add operator-> to QJson iterators | Allan Sandfeld Jensen | 2014-08-25 | 1 | -0/+10 |
| * | Add initializer list support in QJsonArray | Jędrzej Nowacki | 2014-07-04 | 1 | -0/+25 |
| * | Added convenience methods to QJsonArray for appending QJsonValues | Matt Broadstone | 2014-01-16 | 1 | -0/+25 |
| * | Add JSON parsing support to qmake. | Morten Johan Sørvig | 2013-10-17 | 1 | -1/+1 |
| * | Add json/savegame example. | Mitch Curtis | 2013-08-22 | 1 | -0/+2 |
| * | Fix crashes when creating large documents | Lars Knoll | 2013-05-09 | 1 | -8/+16 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | QtBase: Doc: Fix links to STL-style iterators | David Schulz | 2012-12-06 | 1 | -4/+4 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Removing duplicate includes | Sergio Ahumada | 2012-09-09 | 1 | -1/+0 |
| * | Removed extra detach calls from QJsonArray::takeAt | Denis Dzyubenko | 2012-08-29 | 1 | -6/+1 |
| * | doc: Fix some qdoc warnings | Eskil Abrahamsen Blomfeldt | 2012-08-23 | 1 | -9/+11 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+3 |
| * | Fix some qdoc errors in the QJson* classes | Lars Knoll | 2012-08-20 | 1 | -0/+8 |
| * | Fixed most qdoc errors for the json classes. | Lars Knoll | 2012-07-20 | 1 | -9/+89 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -9/+4 |
| * | Don't crash when comparing values containing empty arrays/objects | Lars Knoll | 2012-04-11 | 1 | -0/+2 |
| * | Fix warnings about signed/unsigned comparisons in QtJson. | Friedemann Kleint | 2012-04-03 | 1 | -2/+2 |
| * | Fix a bug in the assignment operators for QJsonObject and Array | Lars Knoll | 2012-03-08 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/api_changes' | Lars Knoll | 2012-03-04 | 1 | -0/+1 |
| |\ |
|
| | * | Make qlocale.h not depend on qvariant.h. | Stephen Kelly | 2012-02-29 | 1 | -0/+1 |
| * | | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -2/+2 |
| |/ |
|
| * | Fix some warnings from clang | Lars Knoll | 2012-02-02 | 1 | -2/+2 |
| * | 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/+1014 |