summaryrefslogtreecommitdiffstats
path: root/examples/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Move permissions example to manual testTor Arne Vestbø2023-06-265-249/+0
* Revamp Bindable Properties ExampleAmanda Hamblin-Trué2023-06-261-2/+1
* 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
* XBEL example: minor simplificationsEdward Welbourne2023-06-092-13/+3
* XBEL example: Fix null dereference bugEdward Welbourne2023-06-091-1/+1
* XBEL example: use nullptr rather than 0 for null pointersEdward Welbourne2023-06-091-3/+3
* Examples: Do not add the same category twiceEike Ziller2023-05-261-1/+0
* Document the RSS Listing exampleEdward Welbourne2023-05-255-98/+170
* rsslisting example: use initializer list to construct string listEdward Welbourne2023-05-251-3/+1
* rsslisting example: rename a slot to reflect what it doesEdward Welbourne2023-05-252-3/+3
* RSSListing: remove metaDataChanged slot to handle redirectsEdward Welbourne2023-05-252-10/+0
* Turn itemActivated() slot of RSS listing example into a lambdaEdward Welbourne2023-05-252-10/+2
* Doc: fix links to examplesVolker Hilsheimer2023-05-241-2/+2
* 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