| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -1312/+0 |
| * | QJson*: value semantics cleanup | Giuseppe D'Angelo | 2017-04-19 | 1 | -0/+22 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-15 | 1 | -2/+2 |
| |\ |
|
| | * | Revert "Optimize QJsonObject::operator==" | Marc Mutz | 2016-11-14 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-10 | 1 | -2/+2 |
| |\| |
|
| | * | Optimize QJsonObject::operator== | Marc Mutz | 2016-06-08 | 1 | -2/+2 |
| * | | QJsonObject: add some overloads taking QLatin1String | Marc Mutz | 2016-05-10 | 1 | -0/+80 |
| * | | QJsonObject: use reserve() to reduce memory allocations | Anton Kudryavtsev | 2016-04-26 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -19/+75 |
| |\| |
|
| | * | Fix quadratic behavior when converting from QVariant | Lars Knoll | 2016-02-18 | 1 | -4/+47 |
| | * | Avoid size overflows when inserting into very large JSON objects | Lars Knoll | 2016-02-18 | 1 | -7/+22 |
| | * | Enable NRVO in QJsonObject::keys() | Marc Mutz | 2016-02-12 | 1 | -8/+6 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-02 | 1 | -4/+10 |
| |\| |
|
| | * | QJsonObject has random-access iterators | Marc Mutz | 2016-01-28 | 1 | -4/+10 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | QJsonObject::(const_)iterator: add pointer typedef | Giuseppe D'Angelo | 2015-12-11 | 1 | -0/+10 |
| * | core: Add several QList::reserve() calls. | Sérgio Martins | 2015-06-11 | 1 | -1/+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 | -0/+2 |
| |\ |
|
| | * | Document and further test that QJsonObject::keys() is sorted. | Mitch Curtis | 2015-02-11 | 1 | -0/+2 |
| * | | 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 |
| * | | Add conversion between QVariantHash and QJsonObject | Allan Sandfeld Jensen | 2014-10-30 | 1 | -1/+42 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Revert "Reading QJsonObject property should not modify the object itself." | Jędrzej Nowacki | 2014-09-11 | 1 | -7/+7 |
| * | Add operator-> to QJson iterators | Allan Sandfeld Jensen | 2014-08-25 | 1 | -0/+10 |
| * | Add initializer list support in QJsonObject. | Jędrzej Nowacki | 2014-07-30 | 1 | -0/+27 |
| * | Reading QJsonObject property should not modify the object itself. | Jędrzej Nowacki | 2014-07-25 | 1 | -7/+7 |
| * | Fix QJsonObject const index operator | Jędrzej Nowacki | 2014-07-25 | 1 | -1/+1 |
| * | Doc: Add QJsonObject::const_iterator() to correct group | Topi Reinio | 2013-12-05 | 1 | -0/+2 |
| * | 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 | -2/+4 |
| * | Tidy up QJsonObject documentation. | Mitch Curtis | 2013-08-20 | 1 | -19/+19 |
| * | Fix crashes when creating large documents | Lars Knoll | 2013-05-09 | 1 | -5/+11 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Added missing detach() to QJsonObject::take() | Denis Dzyubenko | 2012-12-13 | 1 | -2/+3 |
| * | QtBase: Doc: Fix links to STL-style iterators | David Schulz | 2012-12-06 | 1 | -4/+4 |
| * | Remove duplicate words and punctuation from documentation. | Mitch Curtis | 2012-09-26 | 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/+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 | -11/+34 |
| * | Fixed QJsonObject::find() | Denis Dzyubenko | 2012-06-06 | 1 | -0/+1 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -25/+19 |
| * | Fix warnings about signed/unsigned comparisons in QtJson. | Friedemann Kleint | 2012-04-03 | 1 | -3/+3 |
| * | 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 |
| |/ |
|
| * | Update contact address in license headers. | Jason McDonald | 2012-01-31 | 1 | -1/+1 |