aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-1/+2
* Examples: remove bogus returnv5.11.0-beta3J-P Nurmi2018-04-031-1/+1
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2713-40/+40
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-11/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2626-61/+61
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1228-236/+3026
|\
| * Example: Switch to offine datasetVenugopal Shivashankar2018-01-3128-236/+3026
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-025-31/+34
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-245-31/+34
| |\
| | * externaldraganddrop example: add checkbox to control accepting dropShawn Rutledge2017-12-273-23/+28
| | * threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
| | * Let platform decide what the default show action isTor Arne Vestbø2017-12-191-6/+1
* | | demonstrate containsMask in the tapableTriangle Shape exampleShawn Rutledge2018-01-261-2/+3
* | | AnimatedImage example: allow setting speed to 0Shawn Rutledge2018-01-251-1/+1
* | | QQuickShape: override contains(QPointF); demonstrate in examplesShawn Rutledge2018-01-255-12/+114
* | | Add an AnimatedImage exampleShawn Rutledge2018-01-214-0/+119
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-2/+2
|\| |
| * | Fix outdated FDL license headerKai Koehne2017-11-151-4/+4
| * | Fix outdated BSD license headerKai Koehne2017-11-152-4/+24
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-2/+2
| |\|
| | * docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-2/+2
| * | Update to new QRandomGenerator APIThiago Macieira2017-11-032-6/+6
* | | Fix outdated FDL license headerLiang Qi2017-12-141-4/+4
* | | Fix outdated BSD license headerLiang Qi2017-12-142-4/+24
* | | Update to new QRandomGenerator APIThiago Macieira2017-12-052-6/+6
* | | Add new PathAngleArc typeMichael Brasser2017-11-071-5/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-06593-2102/+7513
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-255-16/+16
|/ /
* | 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
| |\ \