summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unstringify QtSensors Android partsJuha Vuolle2022-08-121-9/+12
* Add license headers to cmake filesLucie Gérard2022-07-0716-0/+48
* Use SPDX license identifiersLucie Gérard2022-06-13266-9977/+545
* 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
* Remove extra ".lib" suffix from Windows library linkageJuha Vuolle2022-05-031-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-232-2/+2
* QtSensors: Fix geomagnetic values modeTamás Martinec2021-12-131-1/+1
* QmlSensor: add missing #include <QProperty>Marc Mutz2021-11-291-0/+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-175-1/+181
* Doc: Enable zero qdoc warning limitVenugopal Shivashankar2021-11-111-0/+3
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-1118-35/+35
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-084-30/+5
* 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-268-365/+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
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-08-177-14/+12
* Disable gestures from QtSensorsJuha Vuolle2021-08-167-14/+25
* 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
* Make overridden QObject functions public to enable Python bindingsJuha Vuolle2021-08-042-6/+5
* Examples: Always use Title CapitalizationKai Köhne2021-08-041-1/+1
* 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
* qtsensors: Add QtQml dependencyJuha Vuolle2021-07-011-0/+2
* Remove obsolete gesture emulator documentationJuha Vuolle2021-06-292-75/+0
* Remove TI Sensor tag supportJuha Vuolle2021-06-2927-2231/+4
* Update QtSensors platform- and sensor support in Qt6Juha Vuolle2021-06-2925-1707/+28
* QtSensors Qt6 documentation base updateJuha Vuolle2021-06-298-182/+101
* Remove unused QmlSensorReading constructor parameterJuha Vuolle2021-06-2221-49/+21
* Remove unused '_update()' function (code cleanup)Juha Vuolle2021-06-224-12/+0
* Add binding support for sensor readingsJuha Vuolle2021-06-2140-274/+418
* Correct RotationSensor::hasZ type documentation to 'bool'Juha Vuolle2021-06-161-1/+1
* Sensor identifier autotest and fix related findingsJuha Vuolle2021-06-153-28/+20
* Make sensor possible to indicate it is no longer busyJuha Vuolle2021-06-156-9/+30
* Increase QtSensors QML autotest coverageJuha Vuolle2021-06-155-28/+24
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-086-32/+22
* Port QtSensors to new QML CMake APIFabian Kosmale2021-06-055-91/+3
* Fix compilation errors on sensortagsJuha Vuolle2021-06-041-7/+7