summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlsensorgestures/doc/src/qmlsensorgestures.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove QtSensors QML import versioning from two examplesJuha Vuolle2021-08-101-1/+1
| | | | | | | | | | The original batch update to remove the versioning missed two examples. Task-number: QTBUG-92514 Change-Id: I813dda7a1ceb81b30d76f000ea55ed487cb2b840 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 4a9812230941f1795550a1678a4e29e922811626) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Examples: Always use Title CapitalizationKai Köhne2021-08-041-1/+1
| | | | | | | Change-Id: I5930d9381220fbf4337d6cd90b678f0de3354cec Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 768ea94fdf7e6f10767ef843d576ac4729046c67) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix licensingJani Heikkinen2017-05-101-5/+5
| | | | | | | | | | | | | | | | | - Remove unused old license files - Update BSD and FDL license headers - Unify licensing * Examples are nowdays licensed under BSD, update correct license header to there * Tools and tests are nowdays licensed under GPL-EXCEPT, update correct license header to those * Src is nowdays licensed under LGPL, update correct license header to there Task-number: QTBUG-57147 Change-Id: I5d9d7a3bc5e360f01ec73fb6a2a873f3173b5918 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Update copyright headersJani Heikkinen2015-02-171-6/+6
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I141862df4ed2475c05ebbeb8fe447c4a6e736849 Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* Doc: Clean up SensorGesture QML exampleTopi Reinio2013-11-041-0/+68
Fix warnings, fix property names and strings shown in the UI. Also touch the documentation and correct a typo in the qdoc file name. Task-number: QTBUG-33877 Change-Id: Ie790708ac4d1f8d72af03b52ee361d0bf3994adc Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>