summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads
Commit message (Expand)AuthorAgeFilesLines
* Revamp Semaphores example: Add \examplecategory {Data Processing & I/O}Rym Bouabid2023-10-061-0/+1
* Revamp Wait conditions exp: Add \examplecategory Data Processing & I/ORym Bouabid2023-10-061-0/+1
* Revamp Queued Custom Type Ex: Revisit the documentationRym Bouabid2023-10-041-2/+2
* Revamp Queued Custom Type Ex: Declare stopProcess() as a methodRym Bouabid2023-10-041-3/+1
* Revamp Queued Custom Type Ex: Add const when applicableRym Bouabid2023-10-043-12/+12
* Revamp Queued Custom Type Ex: Fix includesRym Bouabid2023-10-045-10/+28
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-191-5/+4
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-191-5/+4
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-141-2/+2
* Revamp Semaphores example: Replace const by constexpr when applicableRym Bouabid2023-09-141-2/+2
* Revamp Mandelbrot example: Add const/constexpr when applicableRym Bouabid2023-09-142-25/+24
* Revamp Mandelbrot example: Fix too long linesRym Bouabid2023-09-121-2/+4
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid2023-09-121-2/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid2023-09-124-7/+7
* Exclude some examples from Android buildElias Hautala2023-08-283-2/+12
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-011-1/+1
* Doc: Fix broken linkAndreas Eliasson2023-02-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
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-304-4/+4
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-174-8/+8
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-175-9/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Support pinch zoom gesture in the Mandelbrot exampleNicholas Bennett2022-07-214-15/+59
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-1618-790/+36
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-244-16/+0
* mandelbrot example: Remove explicit linking against libmKai Köhne2021-12-172-8/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-172-10/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-134-4/+12
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-135-10/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-104-8/+4
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-174-4/+4
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-4/+4
* Brush up the mandelbrot exampleFriedemann Kleint2021-04-145-12/+77
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-274-0/+16
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-194-4/+4
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-6/+6
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+0
* CMake: Regenerate examplesAlexandru Croitor2020-07-095-5/+20
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-4/+4
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-301-1/+0
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-165-21/+47
|\
| * Mandelbrot Example: Use High DPI scalingFriedemann Kleint2020-03-125-21/+47
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-113-33/+29
|\|
| * Polish the Mandelbrot ExampleFriedemann Kleint2020-03-103-33/+29
* | Regenerate examplesAlexandru Croitor2020-02-044-4/+22