summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Blackberry: Add ambient light sensor supportThomas McGuire2012-07-024-0/+137
* Blackberry: Don't use hardcoded sensor IDsThomas McGuire2012-06-291-10/+10
* build system cleanupsOswald Buddenhagen2012-06-266-6/+6
* Cleanup last Symbian remnants in QtSensorsalex2012-06-222-12/+0
* BlackBerry backend: Automatic Axis RemappingKevin Ottens2012-06-193-3/+78
* make twist work better when the phone is tilted.Lorn Potter2012-06-132-31/+114
* Report failure to connect and disconnect from the emulator.Lincoln Ramsay2012-05-282-1/+15
* Check for Q_GLOBAL_STATIC returning 0 (simulator plugin).Lincoln Ramsay2012-05-289-66/+45
* fix the QList logic - dont append and then removeLast.Lorn Potter2012-05-251-1/+1
* fix crash when starting hover for the first time by itself.Lorn Potter2012-05-251-0/+4
* fix false positive sensor gesture recognition when slam is too close to headLorn Potter2012-05-242-3/+24
* optimize and simplify twist gesture code.Lorn Potter2012-05-242-109/+88
* fix false positive whip gesture.Lorn Potter2012-05-241-33/+18
* make hover gesture work betterLorn Potter2012-05-242-26/+67
* make hover work off difference to initial reflectanceLorn Potter2012-05-182-4/+11
* make twist dependent upon an orientation change.Lorn Potter2012-05-182-12/+18
* reset certain values to make tests work betterLorn Potter2012-05-156-6/+18
* Prefer to use the BBNDK sensor.h if presentThomas McGuire2012-05-112-0/+12
* fix up gestures for auto test dataLorn Potter2012-05-1111-109/+114
* Add required meta to the gesture plugin .pro filesLincoln Ramsay2012-05-092-6/+8
* Add support for the compass sensorKevin Ottens2012-05-044-0/+147
* Add support for the pressure sensorKevin Ottens2012-05-044-0/+162
* Add support for the IR proximity sensorKevin Ottens2012-05-044-0/+126
* Pause/resume sensor on application (de)activationKevin Ottens2012-05-033-1/+44
* make simulator work better with gestures.Lorn Potter2012-04-279-535/+0
* Blackberry backend honors alwaysOn propertyKevin Ottens2012-04-272-0/+19
* make slam a bit more reliable.Lorn Potter2012-04-202-0/+2
* Add blackberry backendThomas McGuire2012-04-1026-0/+2300
* Fix QNX buildThomas McGuire2012-04-021-1/+1
* make whip easier and remove unused variablesLorn Potter2012-03-283-8/+3
* SENSORS_PLUGINS allows restricting the plugins that are built.Lincoln Ramsay2012-03-281-3/+3
* fix slam gesture to be downward only motion.Lorn Potter2012-03-262-12/+16
* qshake[2]recognizer: Fix MSVC compiler warnings.Friedemann Kleint2012-03-232-8/+18
* whip is now too much like slam. so make whip be the old slam.Lorn Potter2012-03-222-62/+115
* use const where possible.Lorn Potter2012-03-226-36/+36
* slam is now performed differently.Lorn Potter2012-03-222-98/+62
* make slam easier and re-add orientation stuffLorn Potter2012-03-204-14/+38
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-1623-44/+47
* Remove compile warningsLincoln Ramsay2012-03-155-13/+32
* fix some issues and make whip easierLorn Potter2012-03-086-52/+64
* fix crash by initializing orientationReading variableLorn Potter2012-03-055-14/+24
* share sensors among the recognizers in QtSensors recognizer.Lorn Potter2012-03-0124-296/+642
* small tweaks for simulatorLorn Potter2012-02-284-18/+74
* optimize some gestures more. stop colliding.Lorn Potter2012-02-218-157/+131
* sqrt => qSqrt, atan2 => qAtan2Lorn Potter2012-02-203-8/+8
* use qAbs instead.Lorn Potter2012-02-155-15/+15
* Build fixYuchen Deng2012-02-151-3/+3
* finalize slam gesture, and fix up some others.Lorn Potter2012-02-154-46/+21
* add slam gestureLorn Potter2012-02-134-0/+305
* remove errant debug output redirection.Lorn Potter2012-02-101-45/+1