summaryrefslogtreecommitdiffstats
path: root/examples/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Revamp MIME Type Browser Ex: Fix too long linesRym Bouabid2023-09-221-6/+8
* Make examples/bindableproperties a proper projectKai Köhne2023-09-224-81/+54
* Docs: Update Links to Android Notifier ExampleNicholas Bennett2023-09-211-0/+1
* Revamp Local Fortune Client Example: Create QString instead of char *Rym Bouabid2023-09-201-1/+3
* Revamp Local Fortune Client Example: Fix include orderRym Bouabid2023-09-203-12/+12
* 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
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* Revamp Shared Memory Example: Revisit the documentationRym Bouabid2023-09-131-3/+3
* Revamp Shared Memory Example: Change the used QSharedMemory constructorRym Bouabid2023-09-131-1/+5
* Revamp Shared Memory Example: Fix formatting of the dialog.h headerRym Bouabid2023-09-131-5/+5
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* Revamp Shared Memory Example: Fix include orderRym Bouabid2023-09-133-2/+5
* Revamp Semaphores example: Replace const by constexpr when applicableRym Bouabid2023-09-131-2/+2
* Revamp Mandelbrot example: Declare slots as methods insteadRym Bouabid2023-09-131-4/+3
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-131-2/+2
* Revamp Mandelbrot example: Add const/constexpr when applicableRym Bouabid2023-09-132-25/+24
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-121-1/+0
* Make \brief of Saving a Game to File actually briefEdward Welbourne2023-09-111-2/+1
* Revamp Mandelbrot example: Fix too long linesRym Bouabid2023-09-111-2/+4
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid2023-09-111-2/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid2023-09-114-7/+7
* 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
* examples/: compile with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-082-10/+10
* 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-287-5/+29
* examples/: fix compiler warnings -Wdeprecated-enum-float-conversionAhmad Samir2023-08-183-3/+4
* 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
* Update Android notifier example to match example guidelineJani Korteniemi2023-08-022-2/+3
* 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
* Contiguous cache example: minor cleanupAmanda Hamblin-Trué2023-06-302-13/+8
* Revamp bindable subscription exampleAmanda Hamblin-Trué2023-06-281-0/+2
* QBindable example: Replace SpinBox connection with QBindableAmanda Hamblin-Trué2023-06-281-3/+6
* Move permissions example to manual testTor Arne Vestbø2023-06-265-249/+0