summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove compile warningsLincoln Ramsay2012-03-221-4/+4
* 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
* fix documentsLorn Potter2012-03-201-2/+2
* Use an environment variable to suppress loading of plugins.Lincoln Ramsay2012-03-191-31/+7
* Update QML plugins to the new style.Lincoln Ramsay2012-03-166-6/+10
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-1629-93/+70
* Remove QSensorPluginLoaderLincoln Ramsay2012-03-165-190/+10
* Remove REGISTER_STATIC_PLUGINLincoln Ramsay2012-03-162-50/+0
* Remove REGISTER_STATIC_PLUGIN_V2Lincoln Ramsay2012-03-164-90/+16
* Remove QSettings usageWolfgang Beck2012-03-162-10/+58
* Remove compile warningsLincoln Ramsay2012-03-155-13/+32
* add some testing for sensorgestureplugins, however feeble.Lorn Potter2012-03-141-1/+16
* fix some issues and make whip easierLorn Potter2012-03-086-52/+64
* Rename declarative symbols.Lincoln Ramsay2012-03-089-30/+30
* fix crash by initializing orientationReading variableLorn Potter2012-03-055-14/+24
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-018-56/+56
* share sensors among the recognizers in QtSensors recognizer.Lorn Potter2012-03-0124-296/+642
* small tweaks for simulatorLorn Potter2012-02-284-18/+74
* add links to sensor gesture descriptions and fix up other links.Lorn Potter2012-02-211-0/+6
* optimize some gestures more. stop colliding.Lorn Potter2012-02-218-157/+131
* Fix lots of small qdoc issues in Sensor docsalex2012-02-204-17/+40
* sqrt => qSqrt, atan2 => qAtan2Lorn Potter2012-02-204-13/+13
* Update REGISTER_STATIC_PLUGIN_V2 (compile)Lincoln Ramsay2012-02-174-31/+90
* 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
* improve the sensors docs a bitLorn Potter2012-02-121-4/+4
* remove errant debug output redirection.Lorn Potter2012-02-101-45/+1
* It's not safe to delete QFactoryLoaderLincoln Ramsay2012-02-081-1/+1
* fix hover and cover since prox driver output changed.Lorn Potter2012-02-085-29/+50
* make emulator gesture plugin working in emulatorLorn Potter2012-02-074-6/+4
* rename this as 'shake' collides and sensorgesturemanager ignores.Lorn Potter2012-02-021-1/+1
* try harder to make sure gesture dont fire too easilyLorn Potter2012-02-0114-239/+371
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30131-131/+131
* Ensure the generic sensors pass on alwaysOnLincoln Ramsay2012-01-233-0/+3
* Update obsolete contact address.Jason McDonald2012-01-23131-131/+131
* Remove friend class tst_Sesnsors2QMLAPIWolfgang Beck2012-01-192-4/+10
* support for IR proximity sensor in the simulatorLincoln Ramsay2012-01-198-0/+174
* Don't fire every second... only when data changes.Lincoln Ramsay2012-01-186-12/+6
* move simulator connection to a threadZsolt Simon2012-01-182-17/+81
* Document the alwaysOnChanged signalLincoln Ramsay2012-01-161-0/+5
* improve whip sensor gestureLorn Potter2012-01-162-13/+13
* improve twist sensor gestureLorn Potter2012-01-162-6/+15
* alwaysOn for QtSensors 5.0 sensorsLincoln Ramsay2012-01-1310-85/+211