Travis Nickles
d62d39b718
Ensure that QLocalServer is started before fork. Related to issue #71 .
2014-04-22 05:15:59 -05:00
Travis Nickles
ff84f58e94
Removed need for different definitions of main joystick QHash.
...
A typedef for SDL_JoystickID has been defined in the code
for some time. It is now finally being used when the program
is compiled with SDL 1.2 support.
2014-04-20 05:47:59 -05:00
Travis Nickles
709fb42949
Corrected identifier used when refreshing a controller mapping.
2014-03-08 23:44:21 -06:00
Travis Nickles
bbf42b5e80
Change to reset mouse timer connections on device removal. Don't erase old recent profile list on program exit.
2014-02-28 15:31:38 -06:00
Travis Nickles
87ee2f8ba4
Refactored QSettings usage to reduce file reads and writes.
2014-02-25 09:19:46 -06:00
Travis Nickles
a859739b8a
Changed how version string is populated. Tweaked how intervals are set for pause timer.
2014-02-13 00:11:04 -06:00
Travis Nickles
f3955488d7
Updated to version 2.0.1.
2014-02-10 12:41:26 -06:00
Travis Nickles
16a423df86
Added ability to disable game controller detection for specific joysticks.
2013-12-31 14:36:21 -06:00
Travis Nickles
b14025b4c2
Converted preset options in dialogs to use new enum values.
2013-12-31 00:20:05 -06:00
Travis Nickles
6ef9bbed1c
Fixed issue with hotplugging when no controllers are detected at startup.
...
SDL events were not being read when no controllers were detected
when the program was launched. Changed event loop to not rely
on the joystick count.
2013-12-30 16:36:52 -06:00
Travis Nickles
dc6d5deb70
Initial work on hotplug support.
2013-12-29 17:47:57 -06:00
Travis Nickles
a56e131f21
Current progress of GameController API integration. Related to issue #37 .
...
Still a lot of work to do to make this more manageable. Definitely
need to move more classes into separate packages/folders.
2013-12-28 20:44:57 -06:00
Travis Nickles
679c8e7aea
Fixed issue with some dialogs not showing the proper name string for an object. Refactored more push buttons.
2013-12-20 19:50:16 -06:00
Travis Nickles
1271a34724
Source can be built using SDL 2.0 along with SDL 1.2. Resolves issue #36 .
2013-12-16 15:39:29 -06:00
Travis Nickles
40337394ca
Fixed issue that can occur if InputDaemon::run method grabs SDL_QUIT early.
2013-11-04 12:49:38 -06:00
Travis Nickles
c800da2bd1
Removed some deprecated code and changed SDL headers.
...
Removed some deprecated code that was included while testing spring mouse
mode. Changed included SDL headers to not pull in unnecessary data.
2013-10-17 01:31:39 -05:00
Travis Nickles
95ce0a6b65
Added new presets. Fixed bug with refreshing joysticks.
2013-07-09 13:38:32 -05:00
Travis Nickles
edba864d7d
Added no-tray option. Uses newer standard for config file placement. Added loading of controller profiles from the command-line. Resolves issue #5 .
2013-06-09 18:26:48 -05:00
Travis Nickles
f23fe7a72c
Restructed application directories to make loading translations in multiple scenarios simpler
2013-05-23 13:27:58 -05:00