summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads
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-14/+7
* QueuedCustomType example: use QThread::requestInterruptionVolker Hilsheimer2023-10-273-19/+2
* Revamp Wait conditions exp: Add \examplecategory Data Processing & I/ORym Bouabid2023-10-051-0/+1
* Revamp Semaphores example: Add \examplecategory {Data Processing & I/O}Rym Bouabid2023-10-051-0/+1
* Revamp Mandelbrot example: Add \examplecategory {Data Processing & I/O}Rym Bouabid2023-10-051-0/+1
* Doc: QtCore: Fix documentation issuesTopi Reinio2023-10-022-2/+2
* Revamp Queued Custom Type Ex: Revisit the documentationRym Bouabid2023-10-021-2/+2
* Revamp Queued Custom Type Ex: Declare stopProcess() as a methodRym Bouabid2023-10-021-3/+1
* Revamp Queued Custom Type Ex: Add const when applicableRym Bouabid2023-10-023-12/+12
* Revamp Queued Custom Type Ex: Fix includesRym Bouabid2023-10-025-10/+28
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-131-5/+4
* 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
* 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
* Exclude some examples from Android buildElias Hautala2023-08-283-2/+12
* examples/: fix compiler warnings -Wdeprecated-enum-float-conversionAhmad Samir2023-08-181-1/+1
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-011-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
* 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