summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix pkgconfig dependsLorn Potter2013-05-231-1/+1
* Remove debug output.Friedemann Kleint2013-05-132-2/+0
* BlackBerry: Fix for GeoValues supportBernd Weimer2013-05-061-3/+1
* Make it possible to bundle Android buildsEskil Abrahamsen Blomfeldt2013-05-064-13/+20
* iOS: enable generic sensorsRichard Moe Gustavsen2013-04-231-0/+4
* Generic: set PLUGIN_CLASS_NAME to help static builds (iOS)Richard Moe Gustavsen2013-04-231-0/+1
* iOS: implement proximity sensorRichard Moe Gustavsen2013-04-164-2/+215
* iOS: implement compassRichard Moe Gustavsen2013-04-164-3/+210
* iOS: implement magnetometerRichard Moe Gustavsen2013-04-145-2/+238
* iOS: remove unneeded void pointer casting in private headersRichard Moe Gustavsen2013-04-142-4/+5
* iOS: add QPointer guard to accelerometer and gyroRichard Moe Gustavsen2013-04-142-20/+34
* iOS: refactor and simplify IOSAccelerometer codeRichard Moe Gustavsen2013-04-142-74/+22
* iOS: remove unnecessary test for accelerometer availableRichard Moe Gustavsen2013-04-101-17/+14
* iOS: set data rate on accelerometer before starting itRichard Moe Gustavsen2013-04-101-0/+4
* iOS: bugfix accelerometer timestampRichard Moe Gustavsen2013-04-101-1/+3
* iOS: implement gyroscope for iOSRichard Moe Gustavsen2013-04-104-4/+171
* Android: Report correct timestamp valuev5.1.0-alpha1Paul Olav Tvete2013-04-045-5/+5
* Fix warnings in qtsensorsThiago Macieira2013-04-031-0/+1
* Install the jar fileBogDan Vatra2013-04-021-0/+4
* 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-257-7/+6
|\
| * remove nokia and replace with qt-project in pluginsLorn Potter2013-02-078-9/+8
* | 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
|/
* It's org.qt-project for plugin interfacesLorn Potter2012-11-292-2/+2
* remove Nokia isms from plugin interfaceLorn Potter2012-11-282-2/+2
* remove the need to use QTimer and use timestamps instead.Lorn Potter2012-11-1415-128/+194
* Register only the sensors the emulator knows aboutLincoln Ramsay2012-11-133-1/+47