summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-224-36/+40
* Correct license for examples filesLucie Gérard2024-03-075-5/+5
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-1/+1
* Rework documentation of the serialization converter exampleEdward Welbourne2023-11-015-59/+140
* Eliminate duplicate overrides of Converter methods in exampleEdward Welbourne2023-11-0112-82/+21
* Move Converter class, in eponymous example, to a file of its ownEdward Welbourne2023-11-014-22/+27
* Break out the list of available converters to a static methodEdward Welbourne2023-11-012-10/+20
* Replace confusing member variable with a predicateEdward Welbourne2023-11-014-4/+7
* Rename Convert Example to Serialization ConverterEdward Welbourne2023-10-302-4/+4
* Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...)Edward Welbourne2023-10-307-91/+62
* Make Converter::saveFile() consistently error on unexpected optionsEdward Welbourne2023-10-301-1/+4
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-1/+1
* Split VariantOrderedMap out of Converter's header in exampleEdward Welbourne2023-10-168-15/+31
* Remove unused Map alias for VariantOrderedMap in convert exampleEdward Welbourne2023-10-161-2/+0
* Deduplicate code in setup of serialization convertersEdward Welbourne2023-09-281-82/+49
* Check input and output converters do support the relevant directionsEdward Welbourne2023-09-151-4/+7
* Replace the image to illustrate the Serialization ConverterEdward Welbourne2023-09-151-0/+0
* Make \brief of Saving a Game to File actually briefEdward Welbourne2023-09-111-2/+1
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-089-13/+15
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-0816-22/+24
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-0816-129/+143
* Separate streaming dumper and converter in the convert exampleEdward Welbourne2023-09-087-102/+124
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-0820-118/+75
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-089-107/+121
* Minor tidies in example's XML converterEdward Welbourne2023-09-051-2/+2
* Exploit C++17 init-statements in if to simplify a loopEdward Welbourne2023-09-051-12/+5
* Update datastream converter to use Qt_6_0 instead of Qt_5_0Edward Welbourne2023-09-051-2/+2
* Core serialization examples: spacing-only clang-format changesEdward Welbourne2023-09-057-25/+25
* Exclude some examples from Android buildElias Hautala2023-08-284-3/+17
* examples/: implicit capture of `this` via [=] is deprecated in C++20Ahmad Samir2023-08-181-2/+2
* XBEL stream reader: rework documentationEdward Welbourne2023-08-031-82/+128
* XBEL stream example: use constructor initializationEdward Welbourne2023-07-172-2/+2
* XBEL streaming example: renumber xbelreader.cpp's snippet fragmentsEdward Welbourne2023-07-102-6/+12
* XBEL streaming: shuffle mainwindow parts into more pedagogic orderEdward Welbourne2023-07-102-29/+36
* XBEL stream example: move createMenus() earlierEdward Welbourne2023-07-101-21/+21
* XBEL streaming: replace images with up-to-date versionEdward Welbourne2023-07-107-3/+3
* Update XBEL examples' sample data fileEdward Welbourne2023-07-101-23/+23
* Update Qt Documentation link title in XBEL examplesEdward Welbourne2023-07-101-1/+1
* Doc: Update example category namesKai Köhne2023-07-104-4/+4
* Add missing QApplication include in streambookmarks exampleTor Arne Vestbø2023-06-171-1/+1
* Examples: "About &Qt" should show info about Qt, not quitEdward Welbourne2023-06-161-1/+1
* Core examples: consistent #include orderEdward Welbourne2023-06-163-6/+6
* Move RSS listing example to networkingEdward Welbourne2023-06-149-376/+0
* Do XBEL example's last !QT_NO_... -> QT_CONFIG()Edward Welbourne2023-06-141-1/+1
* XBEL stream reader: Brush upFriedemann Kleint2023-06-134-23/+37
* XBEL examples: construct the text of the separators cleanlyEdward Welbourne2023-06-121-1/+3
* XBEL stream reader: shuffle order of functionsEdward Welbourne2023-06-121-18/+18
* Doc: Fix documentation issuesTopi Reinio2023-06-091-1/+1
* There is no frank.xbel so don't tell qmake to find itEdward Welbourne2023-06-091-1/+1
* XBEL example - modernize strings: use "..."_L1 for literalsEdward Welbourne2023-06-093-35/+30