summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-10-21 09:52:18 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-21 14:31:55 +0000
commitd72448410b5062060f066236b85a6666d40c1eef (patch)
treecd5361e00ffbce01a4681dc4eb3fb2b62c0d3d89
parent076f44e6e7ed3182a0c4083add6f7282e2862144 (diff)
downloadqtdoc-d72448410b5062060f066236b85a6666d40c1eef.tar.gz
Doc: Update Qt Sensors section in What's New in 6.2 page
Change-Id: Id39c69b2100c6a07ccf7c6fc0eec8a9190eb9425 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 2aa2a3633137da4ee64461d85c1ffe56d3052914) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew62.qdoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew62.qdoc b/doc/src/whatsnew/whatsnew62.qdoc
index 45131f19..7114a4c4 100644
--- a/doc/src/whatsnew/whatsnew62.qdoc
+++ b/doc/src/whatsnew/whatsnew62.qdoc
@@ -113,6 +113,27 @@
as keys for QMap and QHash properties in \c {.rep} files.
\endlist
\li \l {Qt Sensors}
+ \list
+ \li Most QML facing properties are now bindable.
+ \li Sensor::type and and QSensor::type properties are now marked as
+ constant.
+ \li Added parameter to QSensorBackend::sensorBusy() to be able to
+ also clear the busy state.
+ \li Deleted typedef for qtimestamp.
+ \li Renamed sensor \c type string to \c sensorType.
+ \li Windows: We can now require Windows 10 API, thereby extending
+ the number of sensors supported.
+ \li TI Sensor Tag as supported platform has been removed.
+ \li The Linux \c sysfs backend has been removed.
+ \li The sensor gesture support has been removed (input welcomed here:
+ \l{https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-97066}{QTBUG-97066}).
+ \li Sensorfw as a platform was removed due to Sensorfw itself not yet
+ ported to Qt 6.
+ \li Sensor types that had only Sensorfw backend (IRProximity, Lid,
+ and Tap) are not listed as supported anymore.
+ \li Sensor types without any backend have been removed (Altimeter,
+ Distance, and Holster).
+ \endlist
\li \l {Qt Serial Bus}
\list
\li QCanBusFactory was removed and QCanBusFactoryV2 was renamed to