index
:
qt/qtsensors.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
dev
old/5.1
old/5.2
stable
wip/cmake
wip/tizen
Qt Sensors
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
sensorgestures
/
qtsensors
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option
Alexandru Croitor
2021-08-10
1
-1
/
+1
*
CMake: Don't give plugins PUBLIC usage requirements
Craig Scott
2021-08-05
1
-1
/
+1
*
Replace Q_FOREACH with ranged for loops
Juha Vuolle
2021-06-08
1
-4
/
+3
*
Few cleanups and modernizations
Juha Vuolle
2021-06-02
1
-1
/
+1
*
QtSensors initial cmake support
Lorn Potter
2021-04-19
2
-37
/
+29
*
Use qRadiansToDegrees() and qDegreesToRadians() more widely
Edward Welbourne
2017-03-06
2
-6
/
+4
*
Replace Q_DECL_OVERRIDE by override
Alexander Volkov
2016-12-02
11
-53
/
+53
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-01
2
-6
/
+7
|
\
|
*
QCoverSensorGestureRecognizer: sanitize initialization.
Edward Welbourne
2016-05-30
2
-6
/
+7
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-07
1
-5
/
+4
|
\
|
|
*
consistently put {qt,qml}_{module,plugin} at the end of project files
Oswald Buddenhagen
2016-02-25
1
-5
/
+4
*
|
Updated license headers
Antti Kokko
2016-01-20
24
-336
/
+480
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-17
24
-166
/
+166
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-24
24
-454
/
+262
*
fix obs build
Lorn Potter
2014-05-20
14
-16
/
+18
*
add PLUGIN_CLASS_NAME declarations to plugin projects
Oswald Buddenhagen
2014-04-09
1
-0
/
+2
*
Normalize signal & slot signatures in connection
Thiago Macieira
2014-02-03
10
-62
/
+62
*
Make QtSensors use Q_DECL_OVERRIDE
Samuel Gaist
2013-11-19
11
-53
/
+57
*
Initialize active variable in doubletap gesture
Lorn Potter
2013-07-12
1
-0
/
+1
*
Freefall gesture needs to be initialized into plugin to be usable
Lorn Potter
2013-07-03
1
-0
/
+3
*
Fix loading of all sensorgesture plugins.
v5.1.0-rc2
v5.1.0
Lorn Potter
2013-06-22
2
-2
/
+1
*
remove nokia and replace with qt-project in plugins
Lorn Potter
2013-02-07
1
-1
/
+1
*
It's org.qt-project for plugin interfaces
Lorn Potter
2012-11-29
1
-1
/
+1
*
remove Nokia isms from plugin interface
Lorn Potter
2012-11-28
1
-1
/
+1
*
remove the need to use QTimer and use timestamps instead.
Lorn Potter
2012-11-14
15
-128
/
+194
*
Add freefall sensorgesture.
Lorn Potter
2012-11-13
3
-0
/
+209
*
adjust to qt_plugin.prf and qml_plugin.prf changes
Oswald Buddenhagen
2012-11-02
1
-5
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
22
-528
/
+528
*
centralize load(qt_build_config)s in .qmake.conf
Oswald Buddenhagen
2012-09-13
1
-2
/
+0
*
build system cleanups
Oswald Buddenhagen
2012-06-26
1
-1
/
+1
*
make twist work better when the phone is tilted.
Lorn Potter
2012-06-13
2
-31
/
+114
*
fix the QList logic - dont append and then removeLast.
Lorn Potter
2012-05-25
1
-1
/
+1
*
fix crash when starting hover for the first time by itself.
Lorn Potter
2012-05-25
1
-0
/
+4
*
fix false positive sensor gesture recognition when slam is too close to head
Lorn Potter
2012-05-24
2
-3
/
+24
*
optimize and simplify twist gesture code.
Lorn Potter
2012-05-24
2
-109
/
+88
*
fix false positive whip gesture.
Lorn Potter
2012-05-24
1
-33
/
+18
*
make hover gesture work better
Lorn Potter
2012-05-24
2
-26
/
+67
*
make hover work off difference to initial reflectance
Lorn Potter
2012-05-18
2
-4
/
+11
*
make twist dependent upon an orientation change.
Lorn Potter
2012-05-18
2
-12
/
+18
*
reset certain values to make tests work better
Lorn Potter
2012-05-15
6
-6
/
+18
*
fix up gestures for auto test data
Lorn Potter
2012-05-11
9
-97
/
+86
*
Add required meta to the gesture plugin .pro files
Lincoln Ramsay
2012-05-09
1
-3
/
+4
*
make slam a bit more reliable.
Lorn Potter
2012-04-20
2
-0
/
+2
*
make whip easier and remove unused variables
Lorn Potter
2012-03-28
3
-8
/
+3
*
fix slam gesture to be downward only motion.
Lorn Potter
2012-03-26
2
-12
/
+16
*
qshake[2]recognizer: Fix MSVC compiler warnings.
Friedemann Kleint
2012-03-23
1
-5
/
+10
*
whip is now too much like slam. so make whip be the old slam.
Lorn Potter
2012-03-22
2
-62
/
+115
*
use const where possible.
Lorn Potter
2012-03-22
6
-36
/
+36
*
slam is now performed differently.
Lorn Potter
2012-03-22
2
-98
/
+62
*
make slam easier and re-add orientation stuff
Lorn Potter
2012-03-20
4
-14
/
+38
[next]