summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-4/+3
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-1/+3
* Doc: Clarify QJsonValue::fromVariant() type conversionsSze Howe Koh2014-03-041-12/+40
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-13/+13
* Added constructor to QJsonValue for const char *Matt Broadstone2014-01-161-3/+19
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-171-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-9/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+2
|\
| * Add json/savegame example.Mitch Curtis2013-08-221-0/+2
* | Add QJsonValue::toInt().Mitch Curtis2013-08-271-0/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-2/+6
|\|
| * Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
* | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-121-0/+12
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-201-5/+59
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+10
* Add default value for getters in QJsonValueLiang Qi2012-05-061-15/+39
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+8
|\
| * Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+8
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-1/+2
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-16/+16
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-16/+16
* | QConstStringData -> QStaticStringDataJoão Abecasis2012-02-061-1/+1
|/
* 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/+569