summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for compiling for BionicAndrew Christian2012-07-061-0/+2
* Fix compilation with latest Qt (-std=c++0x)Kent Hansen2012-06-131-2/+3
* GCC 4.7 compilation fixesJani Uusi-Rantala2012-06-082-0/+3
* handle endpoint name changeChris Craig2012-05-304-2/+17
* Expose defaultEndpoint as a property for QML.Chris Craig2012-05-301-0/+1
* Allow endpoint with the empty string "".Chris Craig2012-05-291-22/+8
* initial JsonConnection implementation (synchronous)Alexei Rousskikh2012-05-0813-4/+1909
* qtjsonschema documentation updatesChris Craig2012-04-112-68/+165
* added support for BOM(byte order mark) before utf; added utf32Alexei Rousskikh2012-04-064-20/+119
* bug fix: replaced obsolete receive with readReadyMessage/processMessagesAlexei Rousskikh2012-04-041-2/+1
* Added JsonBuffer testsAndrew Christian2012-04-041-1/+1
* JsonStream::lastError() implementationAlexei Rousskikh2012-03-282-1/+49
* improved error handling for schema loadingAlexei Rousskikh2012-03-281-2/+21
* documentation addedAlexei Rousskikh2012-03-272-1/+143
* doc cleanupChris Craig2012-03-231-1/+19
* JsonStream & JsonBuffer API redesignAlexei Rousskikh2012-03-2310-100/+447
* Added UTF16-BE and UTF16-LE supportAndrew Christian2012-03-195-38/+109
* Fixed compiler warnings in bsonAndrew Christian2012-03-193-12/+11
* Cleaned up documentationAndrew Christian2012-03-168-50/+108
* PIMPL implementation for major classesAlexei Rousskikh2012-03-0810-214/+357
* Added JsonPipe classAndrew Christian2012-03-065-1/+470
* implemented self reference ({"$ref" : "#"}) (required for a self validation)Alexei Rousskikh2012-03-054-14/+86
* improved error message; added a non-existent schema errorAlexei Rousskikh2012-03-054-5/+17
* fixed missed property check when additionalProperties=falseAlexei Rousskikh2012-03-011-11/+3
* add error object to server validation signals, add debug stream operatorChris Craig2012-03-014-9/+21
* Fixed up a bunch of QString compiler warningsAndrew Christian2012-02-295-19/+23
* Removed libQtGui library dependency by removing QColor from schema validatorAndrew Christian2012-02-292-9/+1
* Fix compiler warningsAndrew Christian2012-02-287-16/+17
* implemented array in 'items' attribute; 'additionalItems' attributeAlexei Rousskikh2012-02-282-11/+100
* schema indexing optimization - replaced QMultiMap with QHashAlexei Rousskikh2012-02-281-4/+10
* implemented schema indexing based on a propertyAlexei Rousskikh2012-02-256-53/+186
* implemented schema syntax error handling; removed obsolete filesAlexei Rousskikh2012-02-239-317/+108
* remove dependency on declarative moduleChris Craig2012-02-224-36/+1
* additionalProperties implemented; small fixesAlexei Rousskikh2012-02-224-15/+82
* better error handling while loading of schemasAlexei Rousskikh2012-02-213-12/+97
* initial default schema property implementationAlexei Rousskikh2012-02-165-1/+134
* Cleaned up a few documentation errorsAndrew Christian2012-02-165-6/+34
* Changed uid_t to int to work better with QMLAndrew Christian2012-02-162-18/+21
* Changed DECLARE_METATYPE macro to not prepend ::Andrew Christian2012-02-156-10/+8
* Updated DECLARE_METATYPE for authority classesAndrew Christian2012-02-156-0/+16
* Fix read buffer size and add jsonschema test cases to make checkAndrew Christian2012-02-142-0/+2
* Added UID Range authority and fixed compiler warningsAndrew Christian2012-02-146-4/+292
* implemented format schema propertyAlexei Rousskikh2012-02-142-3/+119
* jsonstream schema validation implemented; test addedAlexei Rousskikh2012-02-132-2/+121
* initial version of schema validation added to JsonServerAlexei Rousskikh2012-02-105-2/+193
* fixed exclusiveMin/Max bug (moved info from per schema into per property)Alexei Rousskikh2012-02-092-79/+95
* fixed exclusiveMin/Max; implemented divisibleBy attributeAlexei Rousskikh2012-02-082-14/+89
* schema enumeration methods added; schema's enum attribute implementedAlexei Rousskikh2012-02-087-3/+87
* more test cases; fixed validation bugsAlexei Rousskikh2012-02-064-47/+298
* more user-friendly error handling;few methods renamed as recommended;more testsAlexei Rousskikh2012-02-037-40/+119