summaryrefslogtreecommitdiff
path: root/gui/qubjson.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-27gui: Add asserts to catch issue #343.Jose Fonseca1-16/+29
2015-05-27gui: Add UBJSON unit tests.Jose Fonseca1-1/+9
2015-05-27gui: Allow values as UBJSON root.Jose Fonseca1-4/+2
2015-05-27retrace,gui: Object members don't have string marker.Jose Fonseca1-8/+31
2015-05-27retrace,gui: Optimize arrays don't have end-marker.Jose Fonseca1-3/+0
2015-05-27gui: Fix parsing of double precision values.Jose Fonseca1-1/+1
2015-05-21gui: Fix UBJSON string decoding.Jose Fonseca1-3/+2
2015-05-21gui: Try to cope with incomplete UBJSON.Jose Fonseca1-5/+14
2015-05-20gui: Ensure QDataStream is included.Jose Fonseca1-0/+1
2015-05-20gui: Hide QDataStream.Jose Fonseca1-1/+2
2015-05-20gui: Use QDataStream for big endian conversion.Jose Fonseca1-21/+24
2015-05-18gui: Remove debug statements.Jose Fonseca1-2/+0
2015-05-01gui: Receive dumps in UBJSON format.Jose Fonseca1-0/+248