summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors
Commit message (Expand)AuthorAgeFilesLines
* Attribute Third-Party Code in Android Sensors PluginHEADdevKai Köhne4 days2-18/+14
* JNI: explicitly include qjnitypes.h headerVolker Hilsheimer2023-09-261-0/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-221-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-237-12/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-317-0/+12
* Avoid enabling the "dummy" sensors plugin by defaultAlexey Edelev2023-05-091-1/+1
* Exclude files from Unity BuildAmir Masoud Abdol2023-04-231-0/+6
* Resolve a duplicate symbol issueAmir Masoud Abdol2023-04-031-3/+3
* Change from count() to size() with Qt containersJuha Vuolle2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* fix dbus interface descriptionLorn Potter2022-08-231-1/+1
* Unstringify QtSensors Android partsJuha Vuolle2022-08-121-9/+12
* Add license headers to cmake filesLucie Gérard2022-07-078-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-13104-3965/+221
* Remove extra ".lib" suffix from Windows library linkageJuha Vuolle2022-05-031-1/+1
* Make geomagnetic mode the default magnetometer behaviorTamás Martinec2021-12-231-1/+1
* QtSensors: Fix geomagnetic values modeTamás Martinec2021-12-131-1/+1
* QtSensors: Implement iOS pressure sensorTamás Martinec2021-11-174-0/+180
* Remove linux sysfs backendJuha Vuolle2021-08-266-364/+0
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-08-177-14/+12
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option on linux backendJuha Vuolle2021-08-131-1/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-107-7/+7
* CMake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-08-054-4/+4
* Remove TI Sensor tag supportJuha Vuolle2021-06-2924-2203/+0
* Fix compilation errors on sensortagsJuha Vuolle2021-06-041-7/+7
* Add Co(Un)Initialize call to windows backendJuha Vuolle2021-06-041-0/+10
* Add missed override markers to the SensorTag pluginAlexey Edelev2021-05-251-2/+2
* Rename subclass static variable which shadowed baseclass methodJuha Vuolle2021-05-199-69/+67
* Android rotation sensor value and datarate fixJuha Vuolle2021-05-172-7/+37
* Android: use new public jni apisAssam Boudjelthia2021-05-102-21/+28
* Disable PCH on iOS pluginJuha Vuolle2021-04-201-0/+5
* Compile-config test for winrtJuha Vuolle2021-04-202-2/+6
* QtSensors initial cmake supportLorn Potter2021-04-1942-2004/+336
* Base commit to make QtSensors runnable on WindowsJuha Vuolle2021-04-1912-148/+134
* QAtomicInt load() and store() are removed in Qt6, change to *Relaxed()Juha Vuolle2020-12-171-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-258-20/+19
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-223-10/+21
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-3/+9
| |\
| | * Android: Don't crash for unsupported accelerometer modeKai Pastor2019-07-031-3/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-1/+1
| |\|
| | * fix typo that breaks android buildLorn Potter2019-06-171-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-111-6/+11
| |\|
| | * Do not register iio sensors if the dbus service is not foundLorn Potter2019-05-081-6/+11
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-06-277-14/+14
|/ /
* | 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