summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJson*: value semantics cleanupGiuseppe D'Angelo2017-04-191-0/+21
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-8/+64
|\
| * Fix quadratic behavior when converting from QVariantLars Knoll2016-02-181-2/+39
| * Avoid size overflows when inserting into very large JSON objectsLars Knoll2016-02-181-6/+25
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-071-6/+6
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-0/+1
* Doc: Json classes added to list of implic.shared classesNico Vertriest2015-03-111-0/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-6/+7
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-6/+7
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
|/
* QJsonArray::(const_)iterator: mark the pointer typedefs as internalGiuseppe D'Angelo2014-11-271-0/+10
* Doc: corrected autolink issue jsonNico Vertriest2014-11-131-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-251-0/+10
* Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-041-0/+25
* Added convenience methods to QJsonArray for appending QJsonValuesMatt Broadstone2014-01-161-0/+25
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-171-1/+1
* Add json/savegame example.Mitch Curtis2013-08-221-0/+2
* Fix crashes when creating large documentsLars Knoll2013-05-091-8/+16
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+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-231-0/+3
* Fix some qdoc errors in the QJson* classesLars Knoll2012-08-201-0/+8
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-201-9/+89
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-9/+4
* Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+2
* Fix warnings about signed/unsigned comparisons in QtJson.Friedemann Kleint2012-04-031-2/+2
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-081-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-0/+1
|\
| * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-291-0/+1
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
|/
* Fix some warnings from clangLars Knoll2012-02-021-2/+2
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-241-0/+1014