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.10
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Add PURL and CPE info to 3rd party attribution files
Alexandru Croitor
9 days
1
-0
/
+1
*
iio-sensor-proxy: generate D-Bus interfaces in custom namespace
Ivan Solovev
2025-03-19
9
-4
/
+29
*
Android: replace deprecated ALooper_pollAll with aLooper_pollOnce
Rami Potinkara
2024-11-07
1
-1
/
+7
*
Add REUSE.toml files and missing licenses
Lucie Gérard
2024-10-28
1
-0
/
+8
*
Attribute Third-Party Code in Android Sensors Plugin
Kai Köhne
2024-05-06
2
-18
/
+14
*
JNI: explicitly include qjnitypes.h header
Volker Hilsheimer
2023-09-26
1
-0
/
+1
*
JNI: replace TYPE declarations with CLASS declarations
Volker Hilsheimer
2023-09-22
1
-1
/
+1
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-08-23
7
-12
/
+0
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-31
7
-0
/
+12
*
Avoid enabling the "dummy" sensors plugin by default
Alexey Edelev
2023-05-09
1
-1
/
+1
*
Exclude files from Unity Build
Amir Masoud Abdol
2023-04-23
1
-0
/
+6
*
Resolve a duplicate symbol issue
Amir Masoud Abdol
2023-04-03
1
-3
/
+3
*
Change from count() to size() with Qt containers
Juha Vuolle
2022-10-04
1
-1
/
+1
*
Remove disabled sensor gesture code
Juha Vuolle
2022-10-04
32
-2748
/
+0
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
10
-10
/
+10
*
fix dbus interface description
Lorn Potter
2022-08-23
1
-1
/
+1
*
Unstringify QtSensors Android parts
Juha Vuolle
2022-08-12
1
-9
/
+12
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
10
-0
/
+30
*
Use SPDX license identifiers
Lucie Gérard
2022-06-13
132
-5029
/
+277
*
Remove extra ".lib" suffix from Windows library linkage
Juha Vuolle
2022-05-03
1
-1
/
+1
*
Make geomagnetic mode the default magnetometer behavior
Tamás Martinec
2021-12-23
1
-1
/
+1
*
QtSensors: Fix geomagnetic values mode
Tamás Martinec
2021-12-13
1
-1
/
+1
*
QtSensors: Implement iOS pressure sensor
Tamás Martinec
2021-11-17
4
-0
/
+180
*
Remove linux sysfs backend
Juha Vuolle
2021-08-26
6
-364
/
+0
*
CMake: Don't give plugins PUBLIC usage requirements part 2
Alexandru Croitor
2021-08-17
7
-14
/
+12
*
Disable gestures from QtSensors
Juha Vuolle
2021-08-16
1
-1
/
+1
*
CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option on linux backend
Juha Vuolle
2021-08-13
1
-1
/
+1
*
CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option
Alexandru Croitor
2021-08-10
9
-9
/
+9
*
CMake: Don't give plugins PUBLIC usage requirements
Craig Scott
2021-08-05
6
-6
/
+6
*
Remove TI Sensor tag support
Juha Vuolle
2021-06-29
24
-2203
/
+0
*
Replace Q_FOREACH with ranged for loops
Juha Vuolle
2021-06-08
1
-4
/
+3
*
Fix compilation errors on sensortags
Juha Vuolle
2021-06-04
1
-7
/
+7
*
Add Co(Un)Initialize call to windows backend
Juha Vuolle
2021-06-04
1
-0
/
+10
*
Few cleanups and modernizations
Juha Vuolle
2021-06-02
1
-1
/
+1
*
Add missed override markers to the SensorTag plugin
Alexey Edelev
2021-05-25
1
-2
/
+2
*
Rename subclass static variable which shadowed baseclass method
Juha Vuolle
2021-05-19
9
-69
/
+67
*
Android rotation sensor value and datarate fix
Juha Vuolle
2021-05-17
2
-7
/
+37
*
Android: use new public jni apis
Assam Boudjelthia
2021-05-10
2
-21
/
+28
*
Disable PCH on iOS plugin
Juha Vuolle
2021-04-20
1
-0
/
+5
*
Compile-config test for winrt
Juha Vuolle
2021-04-20
2
-2
/
+6
*
QtSensors initial cmake support
Lorn Potter
2021-04-19
50
-2062
/
+388
*
Base commit to make QtSensors runnable on Windows
Juha Vuolle
2021-04-19
12
-148
/
+134
*
QAtomicInt load() and store() are removed in Qt6, change to *Relaxed()
Juha Vuolle
2020-12-17
1
-2
/
+2
*
Use QList instead of QVector
Jarek Kobus
2020-06-25
8
-20
/
+19
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-22
3
-10
/
+21
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-11
1
-3
/
+9
|
|
\
|
|
*
Android: Don't crash for unsupported accelerometer mode
Kai Pastor
2019-07-03
1
-3
/
+9
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-06-27
1
-1
/
+1
|
|
\
|
|
|
*
fix typo that breaks android build
Lorn Potter
2019-06-17
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-11
1
-6
/
+11
|
|
\
|
[next]