summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-09-30 23:10:28 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-09-30 23:10:28 +0200
commitb9342258fdbd90783f035285db14fa4825d717bc (patch)
treeec24d119da63ef0716573b9e33adf22d59b38d6d
parent8e0fc2d94f803423f4ad88f7e7ddec3d0d97c01d (diff)
parente4ff58731699e1202396f9ef5863f462fa1d9456 (diff)
downloadqtsensors-b9342258fdbd90783f035285db14fa4825d717bc.tar.gz
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I640479e743c2707eff3129e94726989330ea3148
-rw-r--r--src/imports/sensors/qmlaccelerometer.cpp4
-rw-r--r--src/imports/sensors/qmlaltimeter.cpp4
-rw-r--r--src/imports/sensors/qmlambientlightsensor.cpp4
-rw-r--r--src/imports/sensors/qmlambienttemperaturesensor.cpp4
-rw-r--r--src/imports/sensors/qmlcompass.cpp4
-rw-r--r--src/imports/sensors/qmlgyroscope.cpp4
-rw-r--r--src/imports/sensors/qmlholstersensor.cpp4
-rw-r--r--src/imports/sensors/qmlirproximitysensor.cpp4
-rw-r--r--src/imports/sensors/qmllightsensor.cpp4
-rw-r--r--src/imports/sensors/qmlmagnetometer.cpp4
-rw-r--r--src/imports/sensors/qmlorientationsensor.cpp4
-rw-r--r--src/imports/sensors/qmlpressuresensor.cpp4
-rw-r--r--src/imports/sensors/qmlproximitysensor.cpp4
-rw-r--r--src/imports/sensors/qmlrotationsensor.cpp4
-rw-r--r--src/imports/sensors/qmlsensor.cpp4
-rw-r--r--src/imports/sensors/qmlsensorgesture.cpp2
-rw-r--r--src/imports/sensors/qmlsensorglobal.cpp2
-rw-r--r--src/imports/sensors/qmltapsensor.cpp4
-rw-r--r--src/imports/sensors/qmltiltsensor.cpp4
-rw-r--r--src/sensors/doc/src/qtsensors5.qdoc2
-rwxr-xr-xsrc/sensors/make_sensor.pl4
21 files changed, 39 insertions, 39 deletions
diff --git a/src/imports/sensors/qmlaccelerometer.cpp b/src/imports/sensors/qmlaccelerometer.cpp
index 6fc82ea..be153eb 100644
--- a/src/imports/sensors/qmlaccelerometer.cpp
+++ b/src/imports/sensors/qmlaccelerometer.cpp
@@ -46,7 +46,7 @@
\qmltype Accelerometer
\instantiates QmlAccelerometer
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Accelerometer element reports on linear acceleration
@@ -106,7 +106,7 @@ QSensor *QmlAccelerometer::sensor() const
\qmltype AccelerometerReading
\instantiates QmlAccelerometerReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The AccelerometerReading element holds the most recent Accelerometer reading.
diff --git a/src/imports/sensors/qmlaltimeter.cpp b/src/imports/sensors/qmlaltimeter.cpp
index abe3f92..317b759 100644
--- a/src/imports/sensors/qmlaltimeter.cpp
+++ b/src/imports/sensors/qmlaltimeter.cpp
@@ -45,7 +45,7 @@
\qmltype Altimeter
\instantiates QmlAltimeter
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits Sensor
\brief The Altimeter element reports on altitude.
@@ -82,7 +82,7 @@ QSensor *QmlAltimeter::sensor() const
\qmltype AltimeterReading
\instantiates QmlAltimeterReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits SensorReading
\brief The AltimeterReading element holds the most recent Altimeter reading.
diff --git a/src/imports/sensors/qmlambientlightsensor.cpp b/src/imports/sensors/qmlambientlightsensor.cpp
index 06dd1d5..32c4261 100644
--- a/src/imports/sensors/qmlambientlightsensor.cpp
+++ b/src/imports/sensors/qmlambientlightsensor.cpp
@@ -46,7 +46,7 @@
\qmltype AmbientLightSensor
\instantiates QmlAmbientLightSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The AmbientLightSensor element repors on ambient lighting conditions.
@@ -83,7 +83,7 @@ QSensor *QmlAmbientLightSensor::sensor() const
\qmltype AmbientLightReading
\instantiates QmlAmbientLightSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The AmbientLightReading element holds the most AmbientLightSensor reading.
diff --git a/src/imports/sensors/qmlambienttemperaturesensor.cpp b/src/imports/sensors/qmlambienttemperaturesensor.cpp
index 1190fca..6128af1 100644
--- a/src/imports/sensors/qmlambienttemperaturesensor.cpp
+++ b/src/imports/sensors/qmlambienttemperaturesensor.cpp
@@ -45,7 +45,7 @@
\qmltype AmbientTemperatureSensor
\instantiates QmlAmbientTemperatureSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits Sensor
\brief The AmbientTemperatureSensor element reports on the ambient temperature.
@@ -82,7 +82,7 @@ QSensor *QmlAmbientTemperatureSensor::sensor() const
\qmltype AmbientTemperatureReading
\instantiates QmlAmbientTemperatureReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits SensorReading
\brief The AmbientTemperatureReading element holds the most recent temperature reading.
diff --git a/src/imports/sensors/qmlcompass.cpp b/src/imports/sensors/qmlcompass.cpp
index 4067c41..ce5f428 100644
--- a/src/imports/sensors/qmlcompass.cpp
+++ b/src/imports/sensors/qmlcompass.cpp
@@ -46,7 +46,7 @@
\qmltype Compass
\instantiates QmlCompass
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Compass element reports on heading using magnetic north as a reference.
@@ -83,7 +83,7 @@ QSensor *QmlCompass::sensor() const
\qmltype CompassReading
\instantiates QmlCompassReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The CompassReading element holds the most recent Compass reading.
diff --git a/src/imports/sensors/qmlgyroscope.cpp b/src/imports/sensors/qmlgyroscope.cpp
index f193f43..1e93680 100644
--- a/src/imports/sensors/qmlgyroscope.cpp
+++ b/src/imports/sensors/qmlgyroscope.cpp
@@ -46,7 +46,7 @@
\qmltype Gyroscope
\instantiates QmlGyroscope
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Gyroscope element reports on rotational acceleration
@@ -82,7 +82,7 @@ QSensor *QmlGyroscope::sensor() const
\qmltype GyroscopeReading
\instantiates QmlGyroscopeReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The GyroscopeReading element holds the most recent Gyroscope reading.
diff --git a/src/imports/sensors/qmlholstersensor.cpp b/src/imports/sensors/qmlholstersensor.cpp
index d952e81..b5fd8c8 100644
--- a/src/imports/sensors/qmlholstersensor.cpp
+++ b/src/imports/sensors/qmlholstersensor.cpp
@@ -45,7 +45,7 @@
\qmltype HolsterSensor
\instantiates QmlHolsterSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits Sensor
\brief The HolsterSensor element reports on whether a device is holstered.
@@ -82,7 +82,7 @@ QSensor *QmlHolsterSensor::sensor() const
\qmltype HolsterReading
\instantiates QmlHolsterReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits SensorReading
\brief The HolsterReading element holds the most recent HolsterSensor reading.
diff --git a/src/imports/sensors/qmlirproximitysensor.cpp b/src/imports/sensors/qmlirproximitysensor.cpp
index ca8b0b2..3263fc6 100644
--- a/src/imports/sensors/qmlirproximitysensor.cpp
+++ b/src/imports/sensors/qmlirproximitysensor.cpp
@@ -46,7 +46,7 @@
\qmltype IRProximitySensor
\instantiates QmlIRProximitySensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The IRProximitySensor element reports on infra-red reflectance values.
@@ -81,7 +81,7 @@ QSensor *QmlIRProximitySensor::sensor() const
\qmltype IRProximityReading
\instantiates QmlIRProximitySensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The IRProximityReading element holds the most recent IR proximity reading.
diff --git a/src/imports/sensors/qmllightsensor.cpp b/src/imports/sensors/qmllightsensor.cpp
index 86126a2..8d12ad4 100644
--- a/src/imports/sensors/qmllightsensor.cpp
+++ b/src/imports/sensors/qmllightsensor.cpp
@@ -46,7 +46,7 @@
\qmltype LightSensor
\instantiates QmlLightSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The LightSensor element reports on light levels using LUX.
@@ -97,7 +97,7 @@ qreal QmlLightSensor::fieldOfView() const
\qmltype LightReading
\instantiates QmlLightSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The LightReading element holds the most recent LightSensor reading.
diff --git a/src/imports/sensors/qmlmagnetometer.cpp b/src/imports/sensors/qmlmagnetometer.cpp
index 2c531f7..aa1a05d 100644
--- a/src/imports/sensors/qmlmagnetometer.cpp
+++ b/src/imports/sensors/qmlmagnetometer.cpp
@@ -46,7 +46,7 @@
\qmltype Magnetometer
\instantiates QmlMagnetometer
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Magnetometer element reports on magnetic field strength
@@ -104,7 +104,7 @@ void QmlMagnetometer::setReturnGeoValues(bool geo)
\qmltype MagnetometerReading
\instantiates QmlMagnetometerReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The MagnetometerReading element holds the most recent Magnetometer reading.
diff --git a/src/imports/sensors/qmlorientationsensor.cpp b/src/imports/sensors/qmlorientationsensor.cpp
index 371ca69..d0c86dd 100644
--- a/src/imports/sensors/qmlorientationsensor.cpp
+++ b/src/imports/sensors/qmlorientationsensor.cpp
@@ -46,7 +46,7 @@
\qmltype OrientationSensor
\instantiates QmlOrientationSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The OrientationSensor element reports device orientation.
@@ -83,7 +83,7 @@ QSensor *QmlOrientationSensor::sensor() const
\qmltype OrientationReading
\instantiates QmlOrientationSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The OrientationReading element holds the most recent OrientationSensor reading.
diff --git a/src/imports/sensors/qmlpressuresensor.cpp b/src/imports/sensors/qmlpressuresensor.cpp
index 8f32b4e..a9736c4 100644
--- a/src/imports/sensors/qmlpressuresensor.cpp
+++ b/src/imports/sensors/qmlpressuresensor.cpp
@@ -45,7 +45,7 @@
\qmltype PressureSensor
\instantiates QmlPressureSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits Sensor
\brief The PressureSensor element reports on atmospheric pressure values.
@@ -82,7 +82,7 @@ QSensor *QmlPressureSensor::sensor() const
\qmltype PressureReading
\instantiates QmlPressureReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.1
\inherits SensorReading
\brief The PressureReading element holds the most recent PressureSensor reading.
diff --git a/src/imports/sensors/qmlproximitysensor.cpp b/src/imports/sensors/qmlproximitysensor.cpp
index 66e6648..21c92c9 100644
--- a/src/imports/sensors/qmlproximitysensor.cpp
+++ b/src/imports/sensors/qmlproximitysensor.cpp
@@ -46,7 +46,7 @@
\qmltype ProximitySensor
\instantiates QmlProximitySensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The ProximitySensor element reports on object proximity.
@@ -83,7 +83,7 @@ QSensor *QmlProximitySensor::sensor() const
\qmltype ProximityReading
\instantiates QmlProximitySensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The ProximityReading element holds the most recent ProximitySensor reading.
diff --git a/src/imports/sensors/qmlrotationsensor.cpp b/src/imports/sensors/qmlrotationsensor.cpp
index f182164..4254148 100644
--- a/src/imports/sensors/qmlrotationsensor.cpp
+++ b/src/imports/sensors/qmlrotationsensor.cpp
@@ -46,7 +46,7 @@
\qmltype RotationSensor
\instantiates QmlRotationSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The RotationSensor element reports on device rotation
@@ -102,7 +102,7 @@ void QmlRotationSensor::_update()
\qmltype RotationReading
\instantiates QmlRotationSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The RotationReading element holds the most recent RotationSensor reading.
diff --git a/src/imports/sensors/qmlsensor.cpp b/src/imports/sensors/qmlsensor.cpp
index 3d59a72..b8f049c 100644
--- a/src/imports/sensors/qmlsensor.cpp
+++ b/src/imports/sensors/qmlsensor.cpp
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype Sensor
\instantiates QmlSensor
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\brief The Sensor element serves as a base type for sensors.
@@ -500,7 +500,7 @@ void QmlSensor::updateReading()
/*!
\qmltype SensorReading
\instantiates QmlSensorReading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\brief The SensorReading element serves as a base type for sensor readings.
diff --git a/src/imports/sensors/qmlsensorgesture.cpp b/src/imports/sensors/qmlsensorgesture.cpp
index 92af3f3..29e220d 100644
--- a/src/imports/sensors/qmlsensorgesture.cpp
+++ b/src/imports/sensors/qmlsensorgesture.cpp
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype SensorGesture
\instantiates QmlSensorGesture
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\brief Provides notifications when sensor-based gestures are detected.
diff --git a/src/imports/sensors/qmlsensorglobal.cpp b/src/imports/sensors/qmlsensorglobal.cpp
index 0acf397..ea8e44d 100644
--- a/src/imports/sensors/qmlsensorglobal.cpp
+++ b/src/imports/sensors/qmlsensorglobal.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmltype SensorGlobal
\instantiates QmlSensorGlobal
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\brief The SensorGlobal element provides the module API.
diff --git a/src/imports/sensors/qmltapsensor.cpp b/src/imports/sensors/qmltapsensor.cpp
index 8877b0b..266a4f9 100644
--- a/src/imports/sensors/qmltapsensor.cpp
+++ b/src/imports/sensors/qmltapsensor.cpp
@@ -46,7 +46,7 @@
\qmltype TapSensor
\instantiates QmlTapSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The TapSensor element reports tap and double tap events
@@ -104,7 +104,7 @@ void QmlTapSensor::setReturnDoubleTapEvents(bool ret)
\qmltype TapReading
\instantiates QmlTapSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The TapReading element holds the most recent TapSensor reading.
diff --git a/src/imports/sensors/qmltiltsensor.cpp b/src/imports/sensors/qmltiltsensor.cpp
index 08f4231..39ea951 100644
--- a/src/imports/sensors/qmltiltsensor.cpp
+++ b/src/imports/sensors/qmltiltsensor.cpp
@@ -49,7 +49,7 @@ QT_END_NAMESPACE
\qmltype TiltSensor
\instantiates QmlTiltSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The TiltSensor element reports tilt events
@@ -98,7 +98,7 @@ void QmlTiltSensor::calibrate()
\qmltype TiltReading
\instantiates QmlTiltSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The TiltReading element holds the most recent TiltSensor reading.
diff --git a/src/sensors/doc/src/qtsensors5.qdoc b/src/sensors/doc/src/qtsensors5.qdoc
index 0be75e8..19ee4fb 100644
--- a/src/sensors/doc/src/qtsensors5.qdoc
+++ b/src/sensors/doc/src/qtsensors5.qdoc
@@ -41,7 +41,7 @@
*/
/*!
- \qmlmodule QtSensors 5
+ \qmlmodule QtSensors 5.0
\title Qt Sensors QML Types
\ingroup qmlmodules
diff --git a/src/sensors/make_sensor.pl b/src/sensors/make_sensor.pl
index 00afa72..87ae266 100755
--- a/src/sensors/make_sensor.pl
+++ b/src/sensors/make_sensor.pl
@@ -153,7 +153,7 @@ if (! -e $qmlsource) {
\qmltype '.$no_q_sensor.'
\instantiates '.$qmlsensor.'
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.[INSERT VERSION HERE]
\inherits Sensor
\brief The '.$no_q_sensor.' element reports on fubbleness.
@@ -190,7 +190,7 @@ QSensor *'.$qmlsensor.'::sensor() const
\qmltype '.$no_q_reading.'
\instantiates '.$qmlreading.'
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.[INSERT VERSION HERE]
\inherits SensorReading
\brief The '.$no_q_reading.' element holds the most recent '.$no_q_sensor.' reading.