summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard12 days4-4/+4
* Doc: Add \examplecategory for qtconcurrentSafiyyah Moosa2023-09-073-0/+3
* Rework imagescaling example to avoid potential crashesIvan Solovev2023-04-263-75/+127
* Example: rename progressdialog to primecounter and modernize itDennis Oberst2023-03-2114-85/+494
* Example: update wordcount exampleDennis Oberst2023-03-202-63/+126
* Imagescaling example: fix memory leaksIvan Solovev2023-03-131-1/+2
* Example: remove runfunction exampleDennis Oberst2023-03-096-81/+0
* Example: remove map exampleDennis Oberst2023-03-096-100/+1
* Example: update imagescaling exampleDennis Oberst2023-03-095-14/+17
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-305-5/+5
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-175-11/+10
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-176-23/+23
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-236-6/+6
* Add license headers to cmake filesLucie Gérard2022-08-036-0/+18
* Use SPDX license identifiersLucie Gérard2022-05-1614-571/+28
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-245-19/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-173-15/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-135-5/+16
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-136-12/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-105-20/+5
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-39/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-175-5/+5
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-5/+5
* Improve the QtConcurrent ImageScaling exampleSona Kurazyan2020-12-112-12/+18
* Improve QtConcurrent ImageScaling example to demo new featuresSona Kurazyan2020-11-129-68/+618
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-276-0/+24
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-196-6/+6
* CMake: Regenerate examplesAlexandru Croitor2020-07-097-8/+37
* Fix warnings in QtConcurrent image scaling exampleTor Arne Vestbø2020-07-011-2/+2
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-4/+4
* Fix examples build after a061a646429c6e9d695458fc0ecb0021a30e12eeKarsten Heimrich2020-06-171-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Regenerate examplesAlexandru Croitor2020-02-046-8/+31
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-7/+7
|\
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-7/+7
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-146-11/+11
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-125-1/+6
* | Fix linking of examplesSimon Hausmann2019-06-121-1/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-056-70/+143
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+1
|\|
| * examples: port away from Java-style iteratorsMarc Mutz2019-05-231-4/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-6/+3
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-183-6/+3
* | CMake: Add more examplesTobias Hunger2019-03-266-0/+102
|/
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Revamp QtConcurrent examples to C++11Michael Winkelmann2017-11-075-48/+57
* Examples: Remove remains of winceFriedemann Kleint2017-07-141-3/+1