aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/graph
Commit message (Expand)AuthorAgeFilesLines
* 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