summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors
Commit message (Expand)AuthorAgeFilesLines
...
| * Install the jar fileBogDan Vatra2013-04-021-0/+4
* | BlackBerry: Removed comment in pressure sensor backendBernd Weimer2013-03-281-2/+0
* | iOS: remove unneeded void pointer casting in private headersRichard Moe Gustavsen2013-03-222-4/+5
* | iOS: add QPointer guard to accelerometer and gyroRichard Moe Gustavsen2013-03-222-20/+34
* | iOS: refactor and simplify IOSAccelerometer codeRichard Moe Gustavsen2013-03-222-74/+22
* | iOS: remove unnecessary test for accelerometer availableRichard Moe Gustavsen2013-03-211-17/+14
* | iOS: set data rate on accelerometer before starting itRichard Moe Gustavsen2013-03-211-0/+4
* | iOS: bugfix accelerometer timestampRichard Moe Gustavsen2013-03-211-1/+3
* | iOS: implement gyroscope for iOSRichard Moe Gustavsen2013-03-214-4/+171
|/
* iOS: implement accelerometer for iOSLorn Potter2013-03-128-1/+415
* add sensorfw based sensor pluginLorn Potter2013-03-0530-2/+2345
* Sensor implementation for AndroidPaul Olav Tvete2013-03-0523-8/+1405
* Make debug code compile againPaul Olav Tvete2013-03-051-6/+6
* Initialize variablesPaul Olav Tvete2013-03-011-0/+2
* BlackBerry: Support QMagnetometer::returnGeoValuesThomas McGuire2013-03-012-10/+27
* Blackberry: Prevent spurious calls to dataAvailable() when stoppedThomas McGuire2013-03-011-13/+22
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-256-6/+5
|\
| * remove nokia and replace with qt-project in pluginsLorn Potter2013-02-077-8/+7
* | BlackBerry: Remove outdated TODO commentThomas McGuire2013-02-101-3/+0
* | Use real properties for QSensor::bufferSize & coThomas McGuire2013-02-082-21/+47
* | Repair duplicate skipping for the tilt sensorThomas McGuire2013-02-082-15/+17
* | Add a QAmbientTemperatureSensor class.Thomas McGuire2013-02-083-40/+6
* | Convert QMagnetometer::returnGeoValues to a proper propertyThomas McGuire2013-02-081-1/+3
* | genericrotationsensor: Remove unused magnetometer memberThomas McGuire2013-02-081-1/+0
* | Convert QRotationSensor::hasZ to a proper propertyThomas McGuire2013-02-081-1/+3
* | Add a QAltimeter class.Thomas McGuire2013-02-083-40/+6
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-2/+0
* | Add QHolsterSensorThomas McGuire2013-01-234-0/+141
* | Add a axes remapping featureThomas McGuire2013-01-233-11/+41
* | Add API for duplicate skippingThomas McGuire2013-01-233-14/+14
* | Add QPressureSensorThomas McGuire2013-01-233-42/+8
* | QAccelerometer: Add AccelerationMode propertyThomas McGuire2013-01-234-0/+61
* | Generic plugin: Remove debug message noise.Thomas McGuire2013-01-151-1/+0
* | Actually enable loading of the generic tilt sensorThomas McGuire2013-01-153-12/+29
* | Generic Tilt sensor: Use degree rather than radiansThomas McGuire2013-01-151-0/+9
* | Do not link librt on Android platformsRainer Keller2013-01-152-2/+2
|/
* Register only the sensors the emulator knows aboutLincoln Ramsay2012-11-133-1/+47
* Removal last references to QtMobilityThomas McGuire2012-11-022-2/+2
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-025-25/+6
* make compile with -no-guiTasuku Suzuki2012-10-151-1/+1
* Blackberry: Avoid expensive close() and open() just to get informationThomas McGuire2012-10-042-14/+29
* Add TiltSensor to QtMobility.sensors 1.3Lincoln Ramsay2012-10-034-2/+270
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2470-1668/+1668
* Fix the compilation issue on Linux (Harmattan)Laszlo Papp2012-09-151-0/+1
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-135-10/+0
* remove vestiges of unistd-based file accessOswald Buddenhagen2012-09-052-7/+1
* use a float not an int.Lorn Potter2012-09-021-1/+1
* Pass through invalid data rates to the backend instead of ignoring themThomas McGuire2012-08-281-0/+6
* Blackberry: Use real compass sensor if availableThomas McGuire2012-08-282-0/+15
* Blackberry: Fix potential division by zero.Thomas McGuire2012-08-241-3/+5