summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Co(Un)Initialize call to windows backendJuha Vuolle2021-06-041-0/+10
* Replace Q_NULLPTR with nullptrKevin Funk2021-06-0225-28/+28
* Doc: Fix documentation issuesTopi Reinio2021-06-022-8/+4
* Few cleanups and modernizationsJuha Vuolle2021-06-029-14/+13
* Fix and simplify sensor_explorer exampleJuha Vuolle2021-06-021-1/+1
* Split the Sensors QML plugin into a library and a pluginJuha Vuolle2021-05-2654-975/+642
* Add missed override markers to the SensorTag pluginAlexey Edelev2021-05-251-2/+2
* Rename subclass static variable which shadowed baseclass methodJuha Vuolle2021-05-1951-132/+138
* Android rotation sensor value and datarate fixJuha Vuolle2021-05-172-7/+37
* Android: use new public jni apisAssam Boudjelthia2021-05-102-21/+28
* QtSensors: Fix iOS sensor backend loadingTamás Martinec2021-04-301-2/+6
* Disable PCH on iOS pluginJuha Vuolle2021-04-201-0/+5
* Compile-config test for winrtJuha Vuolle2021-04-203-3/+21
* QtSensors initial cmake supportLorn Potter2021-04-1971-2554/+643
* Base commit to make QtSensors runnable on WindowsJuha Vuolle2021-04-1915-157/+196
* Remove two QChar related deprecation warningsJuha Vuolle2020-12-181-2/+2
* Qt6 uses qsizetype for the qqmllistproperty size/indexesJuha Vuolle2020-12-181-2/+2
* QAtomicInt load() and store() are removed in Qt6, change to *Relaxed()Juha Vuolle2020-12-171-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-302-3/+3
* Use QList instead of QVectorJarek Kobus2020-06-259-21/+19
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-101-3/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Qt Forward Merge Bot2020-03-071-3/+3
| |\
| | * Doc: Make sure to advocate latest sensors importKai Koehne2020-03-061-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-291-1/+1
|\| |
| * | Update plugins.qmltypes for 5.15Jani Heikkinen2020-02-251-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-103-26/+60
|\|
| * Fix QML API for sensor rangesUlf Hermann2019-12-033-26/+60
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-021-1/+1
|\|