summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix MSVC-warning about comparing bool and qreal.Friedemann Kleint2013-05-231-1/+1
* | iOS: change accelerometer to use QTimer for pollingRichard Moe Gustavsen2013-06-052-37/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2370-102/+578
|\|
| * Sensors examples: Use resource system for QML examplesTopi Reinio2013-05-2317-1/+116
| * Add module check to examples .pro-file.Friedemann Kleint2013-05-211-2/+6
| * add a few more big changes to changes file.Lorn Potter2013-05-201-0/+4
| * Add changes-5.1.0 fileSergio Ahumada2013-05-151-0/+48
| * Remove debug output.Friedemann Kleint2013-05-132-2/+0
| * Document that the QSensor constructor should not be used directlyThomas McGuire2013-05-082-0/+33
| * Add a private class to QSensorBackendv5.1.0-beta1Thomas McGuire2013-05-063-34/+124
| * BlackBerry: Fix for GeoValues supportBernd Weimer2013-05-061-3/+1
| * Make it possible to bundle Android buildsEskil Abrahamsen Blomfeldt2013-05-065-13/+25
| * Fix some potential binary compatibility issuesThomas McGuire2013-05-0639-48/+220
| * Doc: Define examples install path in .qdocconfTopi Reinio2013-05-031-0/+2
* | add a way to collect sensor dump in the format the autotests can use.Lorn Potter2013-05-086-0/+558
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2910-6/+431
|\|
| * 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
| * QSensor: fix spelling in docRichard Moe Gustavsen2013-04-231-1/+1
| * iOS: implement proximity sensorRichard Moe Gustavsen2013-04-165-3/+216
| * iOS: implement compassRichard Moe Gustavsen2013-04-165-4/+211
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-1612-24/+23
|\|
| * iOS: implement magnetometerRichard Moe Gustavsen2013-04-146-3/+239
| * 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
| * Remove REVISION 1 from alwaysOn property.Thomas McGuire2013-04-111-1/+1
| * Remove TODO commentsThomas McGuire2013-04-111-4/+0
| * Add missing Q_REVISION(1) to new 5.1 signalsThomas McGuire2013-04-112-8/+8
| * 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-105-5/+172
| * doc: Removed the HTML template from the .qdocconf filesLaszlo Papp2013-04-051-1/+0
| * Android: Report correct timestamp valuev5.1.0-alpha1Paul Olav Tvete2013-04-045-5/+5
| * Fix warnings in qtsensorsThiago Macieira2013-04-033-5/+9
* | iOS: implement magnetometerRichard Moe Gustavsen2013-04-106-3/+239
* | Fixed manual sensor testBernd Weimer2013-04-091-1/+1
* | Added temperature property to pressure sensorBernd Weimer2013-04-0912-1/+109
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-031-0/+4
|\|
| * Install the jar fileBogDan Vatra2013-04-021-0/+4
* | BlackBerry: Removed comment in pressure sensor backendBernd Weimer2013-03-281-2/+0
* | Update module version to 5.2.0Frederik Gladhorn2013-03-281-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-273-2/+3
|\|
| * sync.profile: Add qtxmlpatterns as a indirect dependencySergio Ahumada2013-03-221-0/+1
| * Merge branch 'dev' into stableSergio Ahumada2013-03-19189-506/+8205
| |\
| * | Use qmake for package dependency resolution in cmake tests.Stephen Kelly2013-02-262-2/+2
* | | 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