From 10702cfa8ce803e0911306284c246a879d865f1d Mon Sep 17 00:00:00 2001
From: Alex Blasche
Date: Wed, 3 Dec 2014 11:21:27 +0100
Subject: QtSensors changelog updated for Qt 5.4.
Change-Id: I3e34ba8503f7b4675a6c629ff5baf9370a7cf63c
Reviewed-by: Lorn Potter
---
dist/changes-5.4.0 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 dist/changes-5.4.0
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
new file mode 100644
index 0000000..65270bb
--- /dev/null
+++ b/dist/changes-5.4.0
@@ -0,0 +1,48 @@
+Qt 5.4 introduces many new features and improvements as well as bugfixes
+over the 5.3.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.4
+
+The Qt version 5.4 series is binary compatible with the 5.3.x series.
+Applications compiled for 5.3 will continue to run with 5.4.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtSensors
+---------
+
+ - QDistanceSensor class added.
+ * Currently only implemented on BlackBerry.
+
+ - Some minor documentation fixes added.
+
+ - [QTBUG-31076] Maze example improved.
+
+ - [QTBUG-31076] Cube example removed.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Android
+-------
+
+ - Compass sensor implementation added.
+
+WinRT
+-----
+
+ - Ambient light and orientation sensor implementation added.
+ - [QTBUG-40664] Data rates for all sensors set to 1Hz.
+ - Fixed crash due to divide by zero.
--
cgit v1.2.1
From 817a964c710e4bc08b56f45d942944a038d6ab9c Mon Sep 17 00:00:00 2001
From: Alejandro Exojo
Date: Sat, 6 Dec 2014 14:19:35 +0100
Subject: Remove unnecessary \inqmlmodule parameter
Change-Id: I23232dcb9d13605f973144f64ffb93b0d9013c65
Reviewed-by: Mitch Curtis
---
examples/sensors/grue/import/main.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp
index 4191d62..c6e80ef 100644
--- a/examples/sensors/grue/import/main.cpp
+++ b/examples/sensors/grue/import/main.cpp
@@ -114,7 +114,7 @@ QT_END_NAMESPACE
\qmltype GrueSensor
\instantiates GrueSensor
\inherits Sensor
- \inqmlmodule Grue 1.0
+ \inqmlmodule Grue
\brief The GrueSensor type reports on your chance of being eaten by a Grue.
The GrueSensor type reports on your chance of being eaten by a Grue.
@@ -129,7 +129,7 @@ QT_END_NAMESPACE
\qmltype GrueSensorReading
\instantiates GrueSensorReading
\inherits SensorReading
- \inqmlmodule Grue 1.0
+ \inqmlmodule Grue
\brief The GrueSensorReading type holds the most recent GrueSensor reading.
The GrueSensorReading type holds the most recent GrueSensor reading.
--
cgit v1.2.1
From 3d3d091f539b4b56f2340216a05d761e0cfc3445 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen
Date: Fri, 12 Dec 2014 13:48:42 +0100
Subject: Bump version
Change-Id: Id0d1dc490649ce0522deead171165afaa44731dd
---
.qmake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.qmake.conf b/.qmake.conf
index e28797d..42a8dd9 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.4.0
+MODULE_VERSION = 5.4.1
--
cgit v1.2.1
From 949d66972bf77274fedddb9cc2e17b0ad050274d Mon Sep 17 00:00:00 2001
From: Alex Blasche
Date: Thu, 11 Dec 2014 14:24:47 +0100
Subject: Change Qt bugtracker URL to qt.io
Change-Id: I5ecc2a929812667609c938f38c3d9195bda1f1ae
Reviewed-by: Oswald Buddenhagen
Reviewed-by: Alex Blasche
---
doc/config/qt-html-templates-online.qdocconf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/config/qt-html-templates-online.qdocconf b/doc/config/qt-html-templates-online.qdocconf
index ac1ea9c..d08c27e 100644
--- a/doc/config/qt-html-templates-online.qdocconf
+++ b/doc/config/qt-html-templates-online.qdocconf
@@ -119,7 +119,7 @@ HTML.footer = \
"
X
\n" \
"
\n" \
" \n" \
" \n" \
" \n" \
--
cgit v1.2.1
From 649396eba96770b211ba2fc3053c53249220ca24 Mon Sep 17 00:00:00 2001
From: Allan Sandfeld Jensen
Date: Fri, 21 Nov 2014 16:33:48 +0100
Subject: Do not install the dummy sensors plugin by default
The dummy sensors plugin will start fake sensors that emit 100 updates
per second. This should not be the default sensor returned when a
user requests a sensor.
These sensors were default on Linux.
Task-number: QTBUG-39475
Change-Id: Ia276e904f93dfeef95f7490ec7cb51cad260a2a8
Reviewed-by: Lorn Potter
---
src/plugins/sensors/sensors.pro | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/plugins/sensors/sensors.pro b/src/plugins/sensors/sensors.pro
index 3f35db5..a66ed4a 100644
--- a/src/plugins/sensors/sensors.pro
+++ b/src/plugins/sensors/sensors.pro
@@ -24,7 +24,11 @@ qtHaveModule(simulator) {
isEmpty(SENSORS_PLUGINS): SENSORS_PLUGINS = simulator generic
}
-isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, dummy):SUBDIRS += dummy
+linux {
+ isEmpty(SENSORS_PLUGINS): SENSORS_PLUGINS = linux generic
+}
+
+contains(SENSORS_PLUGINS, dummy):SUBDIRS += dummy
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, generic):SUBDIRS += generic
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, simulator):qtHaveModule(simulator):SUBDIRS += simulator
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, blackberry):blackberry:SUBDIRS += blackberry
--
cgit v1.2.1