summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-1116-48/+32
* Fixed licensesTeemu Kaukoranta2013-05-2316-326/+342
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-2514-539/+635
* More documentation fixes.Lars Knoll2012-01-182-135/+132
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-177-58/+225
* Smaller documentation fixesLars Knoll2012-01-172-12/+12
* Remove inline tag from methods that aren't inlineLars Knoll2012-01-171-2/+2
* Further cleanups of the qjsonvalue.h headerLars Knoll2012-01-172-15/+13
* Remove a ### comment.Lars Knoll2012-01-171-1/+1
* Move private methods into the private namespaceLars Knoll2012-01-176-99/+101
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-167-60/+34
* fix compilation after documentation update.Jamey Hicks2012-01-162-7/+7
* Documentation for QJsonValueLars Knoll2012-01-161-0/+199
* Add docs for QJsonArrayLars Knoll2012-01-161-1/+684
* Add documentation for QJsonObjectLars Knoll2012-01-161-0/+616
* Documentation for QJsonDocumentLars Knoll2012-01-162-4/+184
* Overview documentationLars Knoll2012-01-161-0/+118
* Fix a corruption in the binary dataLars Knoll2012-01-134-11/+18
* Fix the debug operators for aaray and objectLars Knoll2012-01-132-4/+4
* Add fromRawData and rawData methodsLars Knoll2012-01-133-4/+26
* Fixed object validation in a boundary caseDenis Dzyubenko2012-01-111-1/+1
* Remove the QT_STRICT_ITERATOR definesLars Knoll2012-01-112-17/+1
* Added iterator interface to QJsonArrayLars Knoll2012-01-111-1/+120
* Added an iterator interface to QJsonObjectLars Knoll2012-01-112-9/+162
* Add non const QJsonArray/Object::operator[]Lars Knoll2012-01-117-18/+129
* Added debug stream operatorsDenis Dzyubenko2012-01-0910-30/+155
* Implement QJsonArray::replace(int, QJsonValue)Lars Knoll2012-01-092-2/+27
* Make QJsonObject/Array::detach() privateLars Knoll2012-01-092-6/+5
* Fixed the remaining API issues in QJsonValueLars Knoll2012-01-092-47/+2
* Changes after API review round.Lars Knoll2012-01-0912-42/+68
* rename enum QJsonValue::ValueType to QJsonValue::TypeLars Knoll2012-01-096-11/+11
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-096-8/+9
* Class names should start with a QLars Knoll2012-01-0914-298/+298
* Naming cleanupsLars Knoll2012-01-0915-232/+245
* Fix a bug in QJsonDocument::operator==()Lars Knoll2012-01-091-1/+2
* Make the json parser endian safe.Lars Knoll2012-01-091-8/+15
* Ensure the header is always little endianLars Knoll2012-01-093-4/+4
* Store double as little endianLars Knoll2012-01-093-4/+6
* Fixed broken binary output after compactionDenis Dzyubenko2012-01-061-0/+2
* Reuse the table entry when inserting an existing keyLars Knoll2012-01-063-17/+7
* When insering an existing key, remove old value.Denis Dzyubenko2012-01-061-1/+3
* Make the data structure endian-safeLars Knoll2012-01-057-53/+177
* Move QBJS_Tag to externally-visible locationAndrew Christian2012-01-052-2/+1
* Simplify the String/Latin1String classesLars Knoll2012-01-041-105/+64
* Update the memory usage numbersLars Knoll2012-01-041-9/+9
* Reuse the index in the object for existing keysLars Knoll2012-01-043-10/+29
* De-inline some codeLars Knoll2012-01-044-113/+84
* package as qt module "json"Jamey Hicks2012-01-046-13/+24
* Add support for validating the binary dataLars Knoll2012-01-045-8/+137
* Implement support for compacting objects and arraysLars Knoll2012-01-049-40/+233