aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update to new QRandomGenerator APIThiago Macieira2017-11-032-6/+6
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-24592-2076/+7432
|\
| * Fix example code to always use BSDKai Koehne2017-10-1813-104/+325
| * Fix qdoc files to always use FDLKai Koehne2017-10-185-159/+94
| * Fix outdated FDL license headerKai Koehne2017-10-1754-269/+269
| * Fix outdated BSD license headerKai Koehne2017-10-17520-1544/+6744
* | Qt Quick examples: Introduce QCommandLineParserFriedemann Kleint2017-10-186-11/+76
* | pointerhandlers manual test: get command-line arg working againShawn Rutledge2017-10-051-14/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-1/+1
|\|
| * Fix no-opengl buildsAllan Sandfeld Jensen2017-09-251-1/+1
* | Example: Switch to google finance URLVenugopal Shivashankar2017-09-125-63/+94
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-053-3/+3
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-293-3/+3
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-6/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-182-2/+2
|\|
| * Example: Replace the deprecated propertyVenugopal Shivashankar2017-08-101-1/+1
| * Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* | Rename shape example files to get rid of the old pathitem termLaszlo Agocs2017-08-098-16/+16
* | Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-091-0/+9
|\ \
| * \ Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-081-0/+9
| |\ \
| | * \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-086-3/+46
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1145-90/+6455
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-085-17/+16
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-137-39/+109
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-022-14/+14
| | |\ \ \ \ \ \
| | * | | | | | | pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-141-0/+4
* | | | | | | | | shapes: Add support for conical gradientsLaszlo Agocs2017-08-081-1/+18
|/ / / / / / / /
* | | | | | / / shapes: Add support for radial gradientsLaszlo Agocs2017-08-085-2/+106
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Add very basic compressed texture supportMichael Brasser2017-08-071-0/+4
* | | | | | | Rename property to rendererTypeBerthold Krevert2017-07-281-1/+1
* | | | | | | Add shapes example doc pageLaszlo Agocs2017-07-062-0/+39
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Fix GCC 7 warnings in examplesFriedemann Kleint2017-06-212-2/+2
* | | | | | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1927-3/+6154
|\ \ \ \ \ \
| * | | | | | Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-082-4/+21
| * | | | | | Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-083-12/+12
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-089-78/+278
| |\ \ \ \ \ \
| * | | | | | | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-0717-2964/+2440
| * | | | | | | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0225-390/+390
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-311-1/+10
| |\ \ \ \ \ \ \
| * | | | | | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2521-22/+43
| * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-254-13/+14
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-037-45/+113
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add an interactive PathItem exampleLaszlo Agocs2017-03-304-0/+289
| * | | | | | | | | PathItem example: add super- and multisample exampleLaszlo Agocs2017-03-026-69/+194
| * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-013-7/+14
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improve stencil clipping with NVPRLaszlo Agocs2017-01-236-1/+141
| * | | | | | | | | | Add PathItem.status to report async processing progressLaszlo Agocs2017-01-231-5/+17
| * | | | | | | | | | PathItem: add optional threaded triangulationLaszlo Agocs2017-01-232-1/+2
| * | | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2311-122/+36
| |\ \ \ \ \ \ \ \ \ \