aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gamepads/evdev
Commit message (Expand)AuthorAgeFilesLines
* Expand scope of QtGamepad to QtUniversalInputHEADdevJohan Solbakken10 days5-770/+0
* Update dependenciesAllan Sandfeld Jensen2020-11-181-0/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* Add missing overrideAlexander Volkov2020-05-261-1/+1
* Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-251-10/+10
* Define BTN_TRIGGER_HAPPY definitions when they are missing from kernelTony Sarajärvi2019-03-081-0/+13
* Fix header include guards to reflect the actual file namesAndy Maloney2017-10-091-3/+3
* Propagate the gamepad name from the backend to QGamepadAndrea Odetti2017-10-061-0/+7
* Disable senseless GCC 7 warning about maybe-uninitialized fieldsThiago Macieira2017-06-301-0/+3
* General Module CleanupsAndy Nichols2017-01-312-9/+9
* 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-221-3/+3
* QEvdevGamepadDevice: use std::abs() instead of fabs()Marc Mutz2016-03-081-3/+5
* 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
* Enable the usage of unknown gamepads.BogDan Vatra2015-10-262-213/+333
* 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
* Initial public release of Qt Gamepad moduleAndy Nichols2015-05-115-0/+598