aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/graph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate graph example shadersLaszlo Agocs2020-09-074-0/+0
* Fix GL_ constant usage in examplesLaszlo Agocs2020-06-172-4/+4
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-152-2/+2
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-022-6/+2
* 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
* Avoid truncating in QSGMaterial::compare() implementationsLaszlo Agocs2020-05-271-4/+2
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-271-1/+1
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-232-3/+3
* Update graph example CMakeLaszlo Agocs2020-04-072-9/+5
* Remove QSGSimpleMaterialLaszlo Agocs2020-04-0717-329/+312
* 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/+52
|/
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-272-6/+6
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-8/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Update to new QRandomGenerator APIThiago Macieira2017-12-051-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2415-47/+187
|\
| * Fix example code to always use BSDKai Koehne2017-10-184-12/+52
| * Fix outdated FDL license headerKai Koehne2017-10-171-5/+5
| * Fix outdated BSD license headerKai Koehne2017-10-1710-30/+130
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-231-1/+2
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-142-2/+2
|/
* graph example: Fix MSVC warning about truncation of 'double'Friedemann Kleint2017-01-101-1/+1
* Shader examples: initialize all membersEdward Welbourne2016-08-112-2/+2
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-0/+2
|\
| * fix example installsOswald Buddenhagen2016-05-131-0/+2
* | decruft project fileOswald Buddenhagen2016-05-121-6/+0
|/
* Fixed license headersJani Heikkinen2015-02-1714-42/+42
* Update copyright headersJani Heikkinen2015-02-1215-76/+76
* Fix reading of shader sources in scene graph examplehjk2014-03-273-32/+8
* Avoid out-of-bound accesses in Qt Quick example codehjk2014-02-051-10/+15
* Graph exampleGunnar Sletta2013-06-1418-0/+1201