aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Doc: added basic doc for QGamepadManagerNico Vertriest2017-01-313-12/+41
* | Enhance tech details on doc front pageLaszlo Agocs2017-01-311-5/+104
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+1
|\
| * Doc: Add navigation.homepage for the modulev5.7.15.7Venugopal Shivashankar2016-08-161-0/+1
* | Improve robustness of QML plugin loadingSimon Hausmann2016-11-161-1/+1
* | Convert the module to the new configuration systemLars Knoll2016-10-313-13/+44
* | 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-022-2/+10
|\|
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| * Doc: Add thumbnails for examples that do not have UIsv5.7.0Leena Miettinen2016-06-031-0/+3
| * Doc: Fix examples install path and directory for Qt CreatorLeena Miettinen2016-06-011-2/+2
* | Doc: minor link and doc compilation errorsNico Vertriest2016-07-082-3/+2
* | 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 devLiang Qi2016-05-136-147/+134
|\|
| * Fix compileBogDan Vatra2016-05-061-3/+3
| * Doc: Add basic documentationVenugopal Shivashankar2016-04-256-147/+134
* | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-03-179-52/+152
|\|
| * Doc: Change the html file name for the module's index pagev5.7.0-alpha1Venugopal Shivashankar2016-03-071-1/+1
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-032-2/+2
| * Use new template function qLoadPlugin().Friedemann Kleint2016-02-291-2/+2
| * Android: Let the O.S. know that we're using gamepad featureBogDan Vatra2016-02-161-0/+3
| * 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-162-3/+5
| * Android: Fix default L2&R2 configuration.BogDan Vatra2016-02-161-8/+12
| * Fix MSVC warning about stray */.Friedemann Kleint2016-02-161-1/+1
| * Android: Don't add SOURCE_DPAD on Android API-12+BogDan Vatra2016-02-151-1/+2
| * Android: Fix Button[L2|R2] configurationBogDan Vatra2016-02-153-40/+127
* | QEvdevGamepadDevice: use std::abs() instead of fabs()Marc Mutz2016-03-081-3/+5
|/
* Fix iOS build errorsLaszlo Agocs2016-02-011-3/+3
* We mean it.Laszlo Agocs2016-02-013-0/+33
* Fix namespace issue with metatype declarationsLaszlo Agocs2016-02-012-4/+4
* License header fixesLaszlo Agocs2016-02-014-40/+104
* 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
* Update plugin qmltypesBogDan Vatra2016-01-141-6/+400
* Initialize member vars.BogDan Vatra2016-01-141-0/+2
* Fix normalize function to correctly trigger axisAndy Nichols2015-11-051-3/+6
* Say hello to android gamepad supportBogDan Vatra2015-10-2616-1/+912
* Enable the usage of unknown gamepads.BogDan Vatra2015-10-266-213/+468
* We need GamepadManager in QML to listen for gamepad[Dis]Connected signalsBogDan Vatra2015-10-161-0/+9