aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gamepads/evdev/qevdevgamepadbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesAllan Sandfeld Jensen2020-11-181-0/+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
* 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
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-211-1/+1
* 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-011-21/+32
* Enable the usage of unknown gamepads.BogDan Vatra2015-10-261-198/+296
* EVDEV: Fix normalize logic.BogDan Vatra2015-10-151-14/+18
* Rename index -> deviceIdBogDan Vatra2015-10-151-2/+2
* EVDEV: Add QGamepadManager::Button[L/R]2 buttons.BogDan Vatra2015-10-151-0/+8
* Initial public release of Qt Gamepad moduleAndy Nichols2015-05-111-0/+404