summaryrefslogtreecommitdiff
path: root/src/plugins/sensors/ios/iosgyroscope.mm
Commit message (Expand)AuthorAgeFilesLines
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-03-061-3/+4
* Port the iOS sensors plugin to the other UIKit platformsv5.8.0-beta1Jake Petroules2016-10-051-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-2/+12
|\
| * iOS: protect OS sensors from being stopped when shared by several Qt sensorsRichard Moe Gustavsen2016-08-251-2/+12
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-171-22/+14
* ios: skip accelerometer, gyroscope and magnetomenter updates if NaNFawzi Mohamed2014-04-171-0/+3
* iOS: change gyro implementation to use Timer base pollingRichard Moe Gustavsen2013-06-101-32/+19
* iOS: remove unneeded void pointer casting in private headersRichard Moe Gustavsen2013-03-221-3/+2
* iOS: add QPointer guard to accelerometer and gyroRichard Moe Gustavsen2013-03-221-8/+15
* iOS: implement gyroscope for iOSRichard Moe Gustavsen2013-03-211-0/+92