summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures
Commit message (Expand)AuthorAgeFilesLines
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-102-2/+2
* CMake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-08-052-2/+2
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-081-4/+3
* Few cleanups and modernizationsJuha Vuolle2021-06-021-1/+1
* QtSensors initial cmake supportLorn Potter2021-04-196-55/+50
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-03-062-6/+4
* Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-0213-61/+61
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-6/+7
|\
| * QCoverSensorGestureRecognizer: sanitize initialization.Edward Welbourne2016-05-302-6/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-072-10/+8
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-252-10/+8
* | Updated license headersAntti Kokko2016-01-2028-392/+560
|/
* Update copyright headersJani Heikkinen2015-02-1728-194/+194
* Update license headers and add new licensesJani Heikkinen2014-08-2428-530/+306
* fix obs buildLorn Potter2014-05-2017-19/+21
* add PLUGIN_CLASS_NAME declarations to plugin projectsOswald Buddenhagen2014-04-092-0/+4
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-0310-62/+62
* Make QtSensors use Q_DECL_OVERRIDESamuel Gaist2013-11-1913-61/+65
* Initialize active variable in doubletap gestureLorn Potter2013-07-121-0/+1
* Merge branch 'release' into stableSergio Ahumada2013-07-031-0/+3
|\
| * Freefall gesture needs to be initialized into plugin to be usableLorn Potter2013-07-031-0/+3
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-254-4/+2
|\|
| * Fix loading of all sensorgesture plugins.v5.1.0-rc2v5.1.0Lorn Potter2013-06-224-4/+2
* | Fix warning by the compiler, probably caused by a bad conflict resolutionThiago Macieira2013-06-041-1/+0
|/
* remove nokia and replace with qt-project in pluginsLorn Potter2013-02-071-1/+1
* 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
* Add freefall sensorgesture.Lorn Potter2012-11-133-0/+209
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-022-10/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2426-624/+624
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-132-4/+0
* build system cleanupsOswald Buddenhagen2012-06-262-2/+2
* make twist work better when the phone is tilted.Lorn Potter2012-06-132-31/+114
* 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
* 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
* make simulator work better with gestures.Lorn Potter2012-04-279-535/+0
* make slam a bit more reliable.Lorn Potter2012-04-202-0/+2
* make whip easier and remove unused variablesLorn Potter2012-03-283-8/+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