summaryrefslogtreecommitdiff
path: root/examples/corelib
Commit message (Expand)AuthorAgeFilesLines
* RSS listing example: prefer setDevice() over addData(readAll())Edward Welbourne2023-05-161-13/+9
* Shrink the CBOR dumper example's imageEdward Welbourne2023-05-151-0/+0
* rsslisting example: fix bug in construction of title stringEdward Welbourne2023-05-151-4/+3
* rsslisting example: shuffle parts of constructor for clarityEdward Welbourne2023-05-151-8/+4
* rsslisting example: move default URL to main()Edward Welbourne2023-05-153-4/+5
* rsslisting example: Tidy up #include usageEdward Welbourne2023-05-153-7/+4
* rsslisting example (coding style): split a long line, purge stray bracesEdward Welbourne2023-05-151-5/+4
* rsslisting example (coding style): fix horizontal spacingEdward Welbourne2023-05-152-3/+3
* rsslisting example: remove unused include and surplus blank linesEdward Welbourne2023-05-152-7/+0
* savegame example: clarify that CBOR can be readEdward Welbourne2023-05-151-5/+6
* Add metadata to serialization examplesEdward Welbourne2023-05-153-0/+4
* rsslisting example: don't leak the RSSListing objectEdward Welbourne2023-05-091-2/+2
* Update cbordump image to a higher-resolution oneEdward Welbourne2023-05-091-0/+0
* Doc: Add XML, Json, CBOR examples to IO categoryKai Köhne2023-05-094-0/+4
* savegame ex.: revamp the way print() worksMarc Mutz2023-05-098-20/+29
* Flip string comparisons in savegame exampleEdward Welbourne2023-05-041-2/+2
* savegame ex.: revamp the way we (de)serialize JSONMarc Mutz2023-05-037-113/+166
* Replace runic XSLT with a python script and tidy cbordump codeEdward Welbourne2023-05-023-201/+276
* Doc: Add 'Mobile' category to Qt Android Notifier exampleTopi Reinio2023-05-021-0/+1
* Android-example: add missing properties in AndroidManifest.xmlBartlomiej Moskal2023-04-261-2/+5
* Update table of CBOR tag descriptions in cbordump exampleEdward Welbourne2023-04-192-46/+185
* Remove excess namespaces from XSLTEdward Welbourne2023-04-191-1/+2
* savegame ex.: give some TLC to main()Marc Mutz2023-04-111-8/+11
* Move streambookmarks example into corelibe/serializationØystein Heskestad2023-03-3116-0/+769
* Move rsslisting example into corelibe/serializationØystein Heskestad2023-03-217-0/+346
* Rework documentation of cbordump exampleEdward Welbourne2023-03-201-23/+24
* Use local names to make some numeric_limits references more readableEdward Welbourne2023-03-201-5/+7
* Update the bindable properties exampleJames DeLisle2023-03-099-47/+43
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-011-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* savegame ex.: fix include order [2/2]: game.hMarc Mutz2023-02-081-3/+3
* savegame ex.: make Level ctor explicitMarc Mutz2023-02-081-1/+1
* savegame ex.: use ranged instead of indexed loopsMarc Mutz2023-02-082-4/+4
* savegame ex.: use NSDMI, =default the default ctorMarc Mutz2023-02-082-6/+4
* savegame ex.: fix include orderMarc Mutz2023-02-082-3/+4
* savegame ex.: fix extra ';' after Q_GADGETMarc Mutz2023-02-081-1/+1
* permissions: Replace deprecated location permission usage keyTor Arne Vestbø2023-02-081-5/+5
* Add android manifest and java files to exampleDavid Schulz2023-02-072-0/+3
* permissions: Set explicit bundle identifier for permissions exampleTor Arne Vestbø2023-02-071-0/+1
* permissions: Finalize permission example at end of CMakeLists.txtTor Arne Vestbø2023-02-011-2/+2
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-014-12/+14
* permissions: Improve error when building example on non-supported platformTor Arne Vestbø2023-01-101-1/+4
* Link update for Data Input Output in the save game exampleJaishree Vyas2023-01-051-1/+1
* Doc: Fix broken linkAndreas Eliasson2023-01-021-5/+5
* Wait conditions example: fix an incorrect condition variable usageGiuseppe D'Angelo2022-12-282-15/+16
* Remove useless Q_OBJECT in Semaphores exampleAleksandr Reviakin2022-12-071-3/+0
* Wait conditions example: code tidiesGiuseppe D'Angelo2022-12-062-29/+38
* Use const reference in loop in JSON Save Game exampleAleksandr Reviakin2022-12-051-1/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3017-17/+17
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1718-39/+36