index
:
playground/qtjsonstream.git
master
Qt JSON Stream
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add MODULE_VERSION to .qmake.conf for 5.1 builds
HEAD
master
Chris Craig
2013-08-12
1
-1/+3
*
Replaced Nokia copyright
Teemu Kaukoranta
2013-05-30
1
-1/+1
*
Fixed licenses
Teemu Kaukoranta
2013-05-23
68
-260/+804
*
Change copyright to Digia.
Chris Craig
2013-03-02
69
-1615/+1141
*
Documentation updates and fixes
Chris Craig
2013-03-02
30
-104/+501
*
Fixes for tests.
Chris Craig
2013-03-01
4
-4/+10
*
Qt5 release fixes
Chris Craig
2013-03-01
67
-1186/+1141
*
Changed test socket location under Android
Andrew Christian
2012-07-11
1
-34/+25
*
Fix for compiling for Bionic
Andrew Christian
2012-07-06
1
-0/+2
*
Fix compilation with latest Qt (-std=c++0x)
Kent Hansen
2012-06-13
1
-2/+3
*
GCC 4.7 compilation fixes
Jani Uusi-Rantala
2012-06-08
4
-1/+6
*
handle endpoint name change
Chris Craig
2012-05-30
5
-2/+54
*
Expose defaultEndpoint as a property for QML.
Chris Craig
2012-05-30
2
-11/+11
*
Allow endpoint with the empty string "".
Chris Craig
2012-05-29
1
-22/+8
*
initial JsonConnection implementation (synchronous)
Alexei Rousskikh
2012-05-08
19
-5/+3048
*
qtjsonschema documentation updates
Chris Craig
2012-04-11
2
-68/+165
*
added support for BOM(byte order mark) before utf; added utf32
Alexei Rousskikh
2012-04-06
7
-26/+231
*
bug fix: replaced obsolete receive with readReadyMessage/processMessages
Alexei Rousskikh
2012-04-04
1
-2/+1
*
Added JsonBuffer tests
Andrew Christian
2012-04-04
5
-2/+131
*
JsonStream::lastError() implementation
Alexei Rousskikh
2012-03-28
3
-6/+91
*
improved error handling for schema loading
Alexei Rousskikh
2012-03-28
1
-2/+21
*
documentation added
Alexei Rousskikh
2012-03-27
2
-1/+143
*
doc cleanup
Chris Craig
2012-03-23
2
-9/+19
*
JsonStream & JsonBuffer API redesign
Alexei Rousskikh
2012-03-23
12
-107/+537
*
Fixed documentation for qdoc and UTF-16
Andrew Christian
2012-03-19
2
-1/+3
*
Added UTF16-BE and UTF16-LE support
Andrew Christian
2012-03-19
7
-40/+119
*
Fixed compiler warnings in bson
Andrew Christian
2012-03-19
3
-12/+11
*
Cleaned up documentation
Andrew Christian
2012-03-16
12
-91/+158
*
removed trailing comma which made JSON invalid
Alexei Rousskikh
2012-03-12
1
-1/+1
*
PIMPL implementation for major classes
Alexei Rousskikh
2012-03-08
10
-214/+357
*
Added JsonPipe class
Andrew Christian
2012-03-06
6
-1/+583
*
implemented self reference ({"$ref" : "#"}) (required for a self validation)
Alexei Rousskikh
2012-03-05
5
-14/+90
*
improved error message; added a non-existent schema error
Alexei Rousskikh
2012-03-05
5
-5/+20
*
fixed missed property check when additionalProperties=false
Alexei Rousskikh
2012-03-01
2
-11/+5
*
add error object to server validation signals, add debug stream operator
Chris Craig
2012-03-01
4
-9/+21
*
Add compatibility for older qdocconf
Andrew Christian
2012-02-29
2
-3/+5
*
Fixed up a bunch of QString compiler warnings
Andrew Christian
2012-02-29
5
-19/+23
*
Removed libQtGui library dependency by removing QColor from schema validator
Andrew Christian
2012-02-29
3
-13/+1
*
Fix compiler warnings
Andrew Christian
2012-02-28
7
-16/+17
*
implemented array in 'items' attribute; 'additionalItems' attribute
Alexei Rousskikh
2012-02-28
3
-16/+137
*
schema indexing optimization - replaced QMultiMap with QHash
Alexei Rousskikh
2012-02-28
1
-4/+10
*
implemented schema indexing based on a property
Alexei Rousskikh
2012-02-25
7
-54/+188
*
implemented schema syntax error handling; removed obsolete files
Alexei Rousskikh
2012-02-23
10
-319/+110
*
remove dependency on declarative module
Chris Craig
2012-02-22
4
-36/+1
*
additionalProperties implemented; small fixes
Alexei Rousskikh
2012-02-22
5
-21/+137
*
better error handling while loading of schemas
Alexei Rousskikh
2012-02-21
4
-14/+100
*
initial default schema property implementation
Alexei Rousskikh
2012-02-16
8
-4/+157
*
Cleaned up a few documentation errors
Andrew Christian
2012-02-16
5
-6/+34
*
Changed uid_t to int to work better with QML
Andrew Christian
2012-02-16
2
-18/+21
*
Changed DECLARE_METATYPE macro to not prepend ::
Andrew Christian
2012-02-15
6
-10/+8
[next]