aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/threadedanimation
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-271-9/+12
* Correct license for examples filesLucie Gérard2024-03-211-1/+1
* Doc: Create separate Graphics and Multimedia example categoriesJaishree Vyas2024-01-171-1/+1
* Add doc page for the threadedanimation exampleLaszlo Agocs2023-11-172-0/+33
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-021-4/+4
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-1/+0
* Quick scenegraph examples: use qsTr() for user facing stringsOliver Eftevaag2023-01-171-2/+2
* Quick examples: Modernize cmake files according to our guidelinesOliver Eftevaag2023-01-161-9/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Examples: Do not use import version numbers anymoreKai Köhne2022-08-311-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-114-196/+8
* Improve examples CMakeLists.txtKai Köhne2022-01-241-11/+4
* Update quick examples to new QML CMake APICraig Scott2021-08-241-19/+7
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Add missing "override" keywordsUlf Hermann2021-06-301-1/+1
* Do not call QGuiApplication::exec() on an instanceUlf Hermann2021-06-301-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-261-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-1/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-291-1/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-291-1/+5
* Regenerate examplesAlexandru Croitor2020-01-291-0/+8
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-2/+4
|\
| * Generate registrations for all examplesUlf Hermann2020-01-132-2/+4
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-1/+2
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-262-1/+2
* | Regenerate ExamplesLeander Beernaert2019-10-141-2/+2
* | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-201-1/+1
* | Convert ExamplesLeander Beernaert2019-08-231-0/+48
|/
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
* Updated license headersJani Heikkinen2016-01-204-68/+136
* Port examples to new connection syntax.Friedemann Kleint2015-07-221-2/+2
* Update copyright headersJani Heikkinen2015-02-124-28/+28
* Update license headers and add new licensesJani Heikkinen2014-08-254-76/+44
* Example for running animations on the render threadGunnar Sletta2013-07-017-0/+408