aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gamepad
Commit message (Collapse)AuthorAgeFilesLines
* Fix building examples on AndroidAlex Blasche2019-04-262-2/+2
| | | | | | | | Qt 5.13 lifted the minimal Android SDK version to 21. The example had a too low version. Change-Id: I3b9bc936799e334635898435366167f91c002c75 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* Doc: Add missing dots (qtgamepad)Paul Wicking2018-06-191-1/+1
| | | | | | Task-number: QTBUG-68933 Change-Id: Ida6cb8a63752c1dc127fcbe807e9f40b68f75772 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2019-67/+207
|\ | | | | | | Change-Id: Id3a493d6e7366b9c17d4af94b42d7b6f10973835
| * Fix outdated BSD license headerKai Koehne2017-10-1714-42/+182
| | | | | | | | | | Change-Id: I87851e4882771a75121915d84c07dc8fc2feb8aa Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Fix outdated FDL license headerKai Koehne2017-10-175-25/+25
| | | | | | | | | | Change-Id: I3f63e9c1a635fbbc61ae62ee4d132ee635c66c87 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Turn on debug logging for simple gamepad exampleAndy Maloney2017-10-091-0/+4
|/ | | | | | | | | The example fails silently, so turn on debug logging so we can see what's happening and add a debug message if it fails to find any gamepads. Change-Id: I5ceedc9734836e1a44788c0912c3cbcfbb7cb158 Reviewed-by: Andrea Odetti <mariofutire@gmail.com> Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Cleanup ExamplesAndy Nichols2017-02-038-645/+688
| | | | | Change-Id: I36de0a3ba85b6b89547792badaa06c50f0e4ccc3 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* quickGamepad: Remove unused graphicaleffects importLaszlo Agocs2017-01-312-2/+1
| | | | | Change-Id: Icc406b1c53b129358ac394bb900a587017b4c3d7 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-05-313-5/+5
| | | | Change-Id: Icaa4aac81bdc8597de9c0bf09da19dfb327278e0
* Deploy examples to the standard examples directoryv5.7.0-rc1Andy Nichols2016-05-2456-0/+2269
Examples were using the default Qt Creator generated deployment include which does not have the correct target paths. Task-number: QTBUG-51918 Change-Id: I6d217c6964c2cdab852ea1067bd0adcb6f34534a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>