summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-1333-1225/+906
|\
| * Say hello to Qt Android Sensors based on NDK APIBogDan Vatra2019-04-1133-1225/+906
* | ios: silence warning (-Wobjc-interface-ivars)Richard Moe Gustavsen2018-11-151-2/+3
|/
* Android: Implement calibrationLevel for QCompassReadingAndy Shaw2018-10-311-6/+10
* sensorfw: Fix initial proximity sensor state evaluationSimo Piiroinen2018-09-042-8/+21
* Fix device orientation angles provided by QTiltSensorAndre de la Rocha2017-12-271-24/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+1
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* | Add missing override and remove redundant virtualAlexander Volkov2017-11-1410-21/+21
* | add sensor plugin for TI sensortagLorn Potter2017-10-0224-0/+2189
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-211-3/+3
* | Android: remove support for local/debug deploymentJake Petroules2017-09-064-20/+14
|/
* Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1Liang Qi2017-08-161-77/+2
|\
| * Use QDeadlineTimer to greatly simplify dummy plugin implementationJake Petroules2017-07-111-77/+2
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0715-180/+225
|\|
| * Fix licensingJani Heikkinen2017-05-1015-180/+225
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-03-066-31/+23
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1264-166/+226
|\
| * Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0252-127/+127
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-263-3/+17
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-1/+15
| | |\
| | | * Android: Fix incorrect accuracy levelsChristian Strømme2016-11-221-1/+15
| | * | Fix lux value in sensorfw backendLorn Potter2016-11-142-2/+2
| * | | Port qtsensors to the new configure frameworkJake Petroules2016-11-072-5/+4
| * | | Port the iOS sensors plugin to the other UIKit platformsv5.8.0-beta1Jake Petroules2016-10-0512-31/+78
* | | | [ChangeLog][QtSensors][QSensor] Add new sensor: lidsensorLorn Potter2016-11-215-1/+168
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-219-16/+71
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-199-16/+71
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-179-16/+71
| | |\|
| | | * iOS: protect OS sensors from being stopped when shared by several Qt sensorsRichard Moe Gustavsen2016-08-258-14/+69
| | | * IOSCompass: calculate correct calibration levelRichard Moe Gustavsen2016-08-251-2/+2
* | | | Fix iOS sensor plugin linking as shared libraryJake Petroules2016-08-231-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-0210-11/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-1/+6
| |\|
| | * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| | * OpenBSD: librt.so is not available on systemRalf Nolden2016-05-311-1/+1
| * | This module doesn't need an Activity to work, a Context object is enoughBogDan Vatra2016-07-261-3/+3
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-277-7/+7
* | | Retry failed sensor start once DBus service becomes availableJoona Petrell2016-07-282-3/+10
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-078-32/+33
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-258-32/+33
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-198-102/+158
|\|
| * Make GenericTiltSensor::calibrate known to QMetaObjectv5.6.0-beta1Oliver Wolff2015-12-031-1/+2
| * winrt: Fix application hang on sensor start/stopOliver Wolff2015-12-037-101/+156
* | Updated license headersAntti Kokko2016-01-20108-1528/+2176
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-9/+14
|\|
| * Fix registration of the ambient light sensor in the generic pluginAlexander Volkov2015-10-081-8/+12
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+2
| |\
| | * Only register plugins that sensorfw plugin can instantiateLorn Potter2015-09-071-1/+2