summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove disabled sensor gesture codeJuha Vuolle2022-10-0432-2748/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2310-10/+10
* 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-0710-0/+30
* Use SPDX license identifiersLucie Gérard2022-06-13132-5029/+277
* 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
* Disable gestures from QtSensorsJuha Vuolle2021-08-161-1/+1
* 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-109-9/+9
* CMake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-08-056-6/+6
* Remove TI Sensor tag supportJuha Vuolle2021-06-2924-2203/+0
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-081-4/+3
* Fix compilation errors on sensortagsJuha Vuolle2021-06-041-7/+7
* Add Co(Un)Initialize call to windows backendJuha Vuolle2021-06-041-0/+10
* Few cleanups and modernizationsJuha Vuolle2021-06-021-1/+1
* 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-1950-2062/+388
* 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
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+1
|\