summaryrefslogtreecommitdiff
path: root/src/sensorsquick
Commit message (Expand)AuthorAgeFilesLines
* Change from count() to size() with Qt containersJuha Vuolle2022-10-042-5/+5
* Remove disabled sensor gesture codeJuha Vuolle2022-10-043-307/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1341-1558/+82
* QmlSensor: add missing #include <QProperty>Marc Mutz2021-11-291-0/+1
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-1118-35/+35
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-082-16/+3
* Disable gestures from QtSensorsJuha Vuolle2021-08-161-1/+1
* Examples: Always use Title CapitalizationKai Köhne2021-08-041-1/+1
* qtsensors: Add QtQml dependencyJuha Vuolle2021-07-011-0/+2
* Update QtSensors platform- and sensor support in Qt6Juha Vuolle2021-06-2910-707/+6
* QtSensors Qt6 documentation base updateJuha Vuolle2021-06-291-3/+4
* 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-152-28/+15
* Make sensor possible to indicate it is no longer busyJuha Vuolle2021-06-152-1/+3
* Increase QtSensors QML autotest coverageJuha Vuolle2021-06-154-28/+19
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-081-2/+2
* Port QtSensors to new QML CMake APIFabian Kosmale2021-06-051-11/+3
* Replace Q_NULLPTR with nullptrKevin Funk2021-06-021-1/+1
* Few cleanups and modernizationsJuha Vuolle2021-06-022-2/+2
* Split the Sensors QML plugin into a library and a pluginJuha Vuolle2021-05-2648-0/+6608