aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-277-22/+22
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-8/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-266-20/+20
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+5
|\
| * threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
* | Update to new QRandomGenerator APIThiago Macieira2017-11-032-6/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2449-154/+574
|\|
| * Fix example code to always use BSDKai Koehne2017-10-184-12/+52
| * Fix outdated FDL license headerKai Koehne2017-10-177-34/+34
| * Fix outdated BSD license headerKai Koehne2017-10-1738-108/+488
* | Qt Quick examples: Introduce QCommandLineParserFriedemann Kleint2017-10-181-1/+15
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-6/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-1/+1
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\|
| * Fix GCC 7 warnings in examplesFriedemann Kleint2017-06-211-1/+1
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-191-3/+4
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-251-3/+3
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-231-1/+1
| |\ \ \
| * | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-211-3/+4
* | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-152-5/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix use of Qt namespaces in examplesKai Koehne2017-06-081-3/+3
| * | | | Fix building examples with namespaced QtKai Koehne2017-06-081-2/+2
| | |/ / | |/| |
* | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-146-7/+7
| |_|/ |/| |
* | | examples: Remove some unnecessary (and non-ideal) use of internal APIRobin Burchell2017-04-211-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-1/+1
|\ \ | |/ |/|
| * graph example: Fix MSVC warning about truncation of 'double'Friedemann Kleint2017-01-101-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-6/+5
|\|
| * examples\..\scenegraph.pro: Remove duplicate entry textureinsgnodeFriedemann Kleint2016-12-011-1/+0
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-293-5/+5
* | Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-273-24/+20
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-236-25/+25
|\|
| * rendernode example: do not rely on build-time shader compilationLaszlo Agocs2016-11-225-22/+21
| * QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-182-3/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-184-7/+6
|\|
| * Use d3d12 feature in rendernode exampleLaszlo Agocs2016-10-114-7/+6
* | examples: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-032-2/+2
|/
* Adjust decarative after qtConfig changes in qtbaseLars Knoll2016-08-191-1/+1
* softwarerenderer example: fix ambiguous reference to QQuickItemShawn Rutledge2016-08-171-2/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-172-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-2/+2
| |\
| | * Shader examples: initialize all membersEdward Welbourne2016-08-112-2/+2
* | | QSG: Make example namespace-awareErik Verbruggen2016-08-031-0/+4
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-031-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-2/+2
| |\| |
| | * | Doc: minor spelling issueNico Vertriest2016-07-191-2/+2
* | | | Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-026-1/+37
|/ / /
* | | software: Add support for QSGRenderNodeLaszlo Agocs2016-07-197-6/+169
* | | D3D12: Fix the rendernode example for multisamplingLaszlo Agocs2016-07-012-1/+21
* | | Enhance rendernode example with opacity supportLaszlo Agocs2016-06-035-22/+49