summaryrefslogtreecommitdiffstats
path: root/basicsuite/sensors/Accelbubble.qml
Commit message (Collapse)AuthorAgeFilesLines
* delete unnecessary demosKatja Marttila2016-01-221-137/+0
| | | | | | Change-Id: I9b325faabc80a65283f005e5bae3be29fdecccab Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Change URLs to qt.ioRainer Keller2014-10-071-1/+1
| | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Handle accelerometer readings in rotated itemsRainer Keller2014-07-291-2/+31
| | | | | | | | | If an item is rotated the accelerometer readings have to be transformed to match the item rotation. Change-Id: I069dd2d97d1800385ffb08f4fc68c5522ef4b455 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
* Show sensors example in landscape viewRainer Keller2014-06-111-69/+47
| | | | | | | | | | | Show sensors example in landscape view to match the way all the other examples are presented in the qtlauncher. Also the calculation is more pysically correct. Task-number: QTEE-569 Change-Id: I12e1b27e62dfa082d9d768598891a5ce91109436 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make sensors demo not rely on measurement errorsRainer Keller2014-04-021-21/+43
| | | | | | | | | | | The former implementation only updates the bubble when notified by a sensor changed event. This is not optimal because when the accelerometer is kept at a constant tilt the value does not change anymore but the bubble has to move further nevertheless. Change-Id: I24793b4c8da3fdc75eb3054acd88976d053149e3 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update copyright yearaavit2014-02-121-1/+1
| | | | | Change-Id: I55381dedffc4d86bc25b0c3f6ef18230d70272ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+108
This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>