summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlaccelerometer.h
Commit message (Collapse)AuthorAgeFilesLines
* QAccelerometer: Add AccelerationMode propertyThomas McGuire2013-01-231-0/+15
| | | | | | | | | | | Add a new property to be able to toggle effects of gravity on or off. Implement the Blackberry backend side of this as well. QTBUG-25842 Change-Id: I15c4cae72373f48b0153b83c6aa3d27b66538c87 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com> Reviewed-by: Sérgio Martins <sergio.martins.qnx@kdab.com>
* QtMobility.sensors has a new implementationLincoln Ramsay2012-09-261-0/+96
This implementation fixes the limitations the original code had and separates the QtSensors C++ API from the QML API so that changes to one don't need to affect the other. Change-Id: I519463f3c7cfbad3bce5c291ce166b8793d5ed4a Reviewed-by: Lorn Potter <lorn.potter@gmail.com>