summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/convert
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-242-3/+0
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-4/+4
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Use QList instead of QVector in examplesJarek Kobus2020-06-232-4/+4
* Regenerate examplesAlexandru Croitor2020-02-041-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-294-18/+18
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-18/+18
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-78/+5
|\|
| * Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-092-73/+0
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-5/+5
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-1/+1
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-0/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-051-22/+29
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-4/+4
|\|
| * Prefix textstream operators with Qt::Lars Knoll2019-05-022-4/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-6/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-3/+3
| |\
| | * Examples: properly parse more than one element in maps and listsThiago Macieira2019-03-221-3/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-2/+1
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
| * | Cleanup QtCore examplesChristian Ehrlicher2019-02-061-1/+0
* | | CMake: Add more examplesTobias Hunger2019-03-261-0/+26
|/ /
* / Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-13/+0
|/
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-3/+0
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-10/+0
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-0415-0/+2493