summaryrefslogtreecommitdiff
path: root/src/sensors
Commit message (Expand)AuthorAgeFilesLines
* Add iterating sensors and reading properties as doc snippetJuha Vuolle2023-02-223-3/+52
* Move sensor_explorer QML example to manual testsJuha Vuolle2023-02-221-3/+0
* Remove sensors grue exampleJuha Vuolle2023-02-222-2/+1
* Use the correct plugins directory when generating Android dependenciesAlexey Edelev2023-01-181-1/+1
* Add a missing </tbody> in a tableThibaut Cuvelier2022-11-101-0/+1
* Change (u)int to qsizetype (size_t) where applicableJuha Vuolle2022-10-041-1/+1
* Change from count() to size() with Qt containersJuha Vuolle2022-10-042-5/+5
* Remove disabled sensor gesture codeJuha Vuolle2022-10-0431-1364/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1393-3390/+186
* Doc: Fix issues with documentation configurationTopi Reinio2022-06-081-6/+5
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-131-1/+1
* Fix QByteArray::count() deprecation warningsSona Kurazyan2022-03-241-2/+2
* Doc: Revise Qt Sensors module landing pageAndreas Eliasson2022-03-151-54/+35
* Make sure all private headers include at least one otherThiago Macieira2022-03-0812-0/+23
* Make geomagnetic mode the default magnetometer behaviorTamás Martinec2021-12-231-1/+1
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-2/+8
* QSensorGestureManager: fix buildThiago Macieira2021-11-231-1/+1
* QtSensors: Implement iOS pressure sensorTamás Martinec2021-11-171-1/+1
* Doc: Enable zero qdoc warning limitVenugopal Shivashankar2021-11-111-0/+3
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-082-14/+2
* Plugins: Port to QPluginParsedMetaData and CBORThiago Macieira2021-11-021-1/+1
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-222-2/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-3/+0
* Remove linux sysfs backendJuha Vuolle2021-08-262-1/+6
* Document Windows backend specific detailsJuha Vuolle2021-08-191-2/+6
* Fix potential initialization order problemJuha Vuolle2021-08-181-9/+9
* Update make_sensor.pl script to Qt 6Juha Vuolle2021-08-181-30/+56
* Disable gestures from QtSensorsJuha Vuolle2021-08-165-12/+23
* Make overridden QObject functions public to enable Python bindingsJuha Vuolle2021-08-042-6/+5
* Specify units in the tilt sensor documentationJuha Vuolle2021-08-021-5/+7
* Remove unrelated remark from QTiltSensor documentationJuha Vuolle2021-07-021-1/+1
* Fix and improve sensor configuration file lookupJuha Vuolle2021-07-013-14/+23
* Remove obsolete gesture emulator documentationJuha Vuolle2021-06-292-75/+0
* Remove TI Sensor tag supportJuha Vuolle2021-06-293-28/+4
* Update QtSensors platform- and sensor support in Qt6Juha Vuolle2021-06-2915-1000/+22
* QtSensors Qt6 documentation base updateJuha Vuolle2021-06-297-179/+97
* Sensor identifier autotest and fix related findingsJuha Vuolle2021-06-151-0/+5
* Make sensor possible to indicate it is no longer busyJuha Vuolle2021-06-154-8/+27
* Increase QtSensors QML autotest coverageJuha Vuolle2021-06-151-0/+5
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-084-26/+17
* Replace Q_NULLPTR with nullptrKevin Funk2021-06-0224-27/+27
* Doc: Fix documentation issuesTopi Reinio2021-06-022-8/+4
* Few cleanups and modernizationsJuha Vuolle2021-06-026-11/+10
* Fix and simplify sensor_explorer exampleJuha Vuolle2021-06-021-1/+1
* Rename subclass static variable which shadowed baseclass methodJuha Vuolle2021-05-1942-63/+71
* QtSensors: Fix iOS sensor backend loadingTamás Martinec2021-04-301-2/+6
* Compile-config test for winrtJuha Vuolle2021-04-201-1/+15
* QtSensors initial cmake supportLorn Potter2021-04-1915-414/+206