aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete code pathsJake Petroules2018-02-121-4/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-0/+1
|\
| * Android: Fix compile with clang and unified headersBogDan Vatra2017-08-171-0/+1
* | SDL Controllers: report the Joystick nameAndrea Odetti2017-10-161-2/+6
* | Fix header include guards to reflect the actual file namesAndy Maloney2017-10-095-15/+15
* | Propagate the gamepad name from the backend to QGamepadAndrea Odetti2017-10-062-0/+12
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
* | Android: remove support for local/debug deploymentJake Petroules2017-09-064-23/+18
|/
* Disable senseless GCC 7 warning about maybe-uninitialized fieldsThiago Macieira2017-06-301-0/+3
* Fix SDL plugin building on PPC64leAndy Nichols2017-05-231-0/+2
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-241-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-102-3/+3
|\
| * Fix -Wsign-compare warningRoland Winklmeier2017-01-261-1/+1
| * Android: add override to fix warningsv5.8.0-rc1v5.8.0BogDan Vatra2016-11-291-2/+2
* | General Module CleanupsAndy Nichols2017-01-3111-25/+25
|/
* Convert the module to the new configuration systemLars Knoll2016-10-312-13/+3
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-212-2/+2
* Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-free and warning_c...Marc Mutz2016-09-222-5/+5
* Fix compilation after feature modularization in qtbaseLiang Qi2016-09-201-0/+1
* Adjust to qtConfig() changes in qtbasev5.8.0-alpha1Lars Knoll2016-08-191-1/+1
* Disable darwin plugin on watchOSJake Petroules2016-08-181-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-0/+5
|\
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| * Fix compileBogDan Vatra2016-05-061-3/+3
* | Darwin: Fix when building in namespaceAndy Nichols2016-05-311-1/+1
* | Added support to tvOS remote (microGamepad)Mike Krus2016-05-311-1/+44
* | Rename iOS backend to darwin as it applies to iOS, OS X and tvOSMike Krus2016-05-317-98/+96
* | Fix iOS < 9.0 and OSX < 10.11 buildsMike Krus2016-05-311-0/+4
* | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-03-172-44/+139
|\|
| * Android: Android gamepads doesn't really need configuration.BogDan Vatra2016-02-161-1/+1
| * Android: resetConfiguration for goodBogDan Vatra2016-02-161-3/+6
| * Android: productId doesn't seem to be a persistent ID.BogDan Vatra2016-02-161-1/+1
| * Android: Fix default L2&R2 configuration.BogDan Vatra2016-02-161-8/+12
| * Android: Don't add SOURCE_DPAD on Android API-12+BogDan Vatra2016-02-151-1/+2
| * Android: Fix Button[L2|R2] configurationBogDan Vatra2016-02-152-38/+125
* | QEvdevGamepadDevice: use std::abs() instead of fabs()Marc Mutz2016-03-081-3/+5
|/
* Fix iOS build errorsLaszlo Agocs2016-02-011-3/+3
* Fix license headers in the Android backendLaszlo Agocs2016-02-013-0/+3
* EVDEV: Button[L2|R2] Act as an axisBogDan Vatra2016-02-011-0/+2
* EVDEV: Don't send negative valuesBogDan Vatra2016-02-011-2/+2
* EVDEV: Use a reliable deviceIdBogDan Vatra2016-02-012-22/+33
* Say hello to android gamepad supportBogDan Vatra2015-10-2612-1/+884
* Enable the usage of unknown gamepads.BogDan Vatra2015-10-262-213/+333
* SDL2: Add all connected controllers at startupBogDan Vatra2015-10-152-9/+22
* EVDEV: Fix normalize logic.BogDan Vatra2015-10-152-16/+21
* Rename index -> deviceIdBogDan Vatra2015-10-152-3/+3
* EVDEV: Add QGamepadManager::Button[L/R]2 buttons.BogDan Vatra2015-10-151-0/+8
* iOS Gamepad supportAndy Nichols2015-08-146-0/+691
* Initial public release of Qt Gamepad moduleAndy Nichols2015-05-1117-0/+1388