Commit Graph

46 Commits

Author SHA1 Message Date
Travis Nickles
24f030aba5 Change check for remapping execution. Take some Gyro mode settings into account 2020-03-28 15:49:32 -05:00
Travis Nickles
129dd25d06 Added Unbound preset menu item 2020-03-19 23:54:10 -05:00
Travis Nickles
e42bfe670d More actively refresh cached profile properties 2020-03-18 21:39:07 -05:00
Travis Nickles
7339afdd61 Take advantage of data binding for UDP Server settings controls
Related to issue #1151
2020-03-16 09:04:06 -05:00
Travis Nickles
de3940003a Update IdText when MacAddress property changes 2020-03-12 22:41:31 -05:00
Travis Nickles
56c4a1143e Added minor tooltip for exclusive column 2020-03-12 08:18:31 -05:00
Travis Nickles
6c17f34b3c Added name to ID column 2020-03-12 08:08:38 -05:00
Travis Nickles
f27dd7cf27 Use proper header text for L3 and R3 in preset menu 2020-03-06 14:23:10 -06:00
Travis Nickles
79ddb2a5a3 Added preset context menu back in 2020-03-06 14:11:59 -06:00
Travis Nickles
c7f9ae2cec Make sure to display proper max mouse speed when creating a new profile 2020-03-05 15:25:49 -06:00
Travis Nickles
967c919086 Allow setting lightbar mode in GUI
Now Witcher 3 lightbar functionality is usable
2020-02-22 19:58:34 -06:00
Travis Nickles
53fc454a20 Group fields used for lightbar routine 2020-02-22 12:32:19 -06:00
Travis Nickles
c0788ab98d Fixed saving of "Repeat While Held" macro setting
Related to issue #1092
2020-02-02 13:46:44 -06:00
Travis Nickles
1881c223ba Added output mouse speed text next to mouse sensitivity. Actually added mouse sensitivity binding
Been wantintg the output display for a while
2020-01-29 15:00:58 -06:00
Travis Nickles
68844a3a7a Fixed saving of custom steam folder setting
Related to issue #1072
2020-01-25 05:27:36 -06:00
Travis Nickles
208be8aa22 Removed type conversion for new max output properties where not needed 2020-01-21 03:48:46 -06:00
Travis Nickles
3353b4afcd Added max output setting for L2 and R2 2020-01-21 03:46:24 -06:00
Travis Nickles
fad0ddda26 Make max output setting for LS and RS
Maybe implement for other axes later
2020-01-21 03:21:43 -06:00
Travis Nickles
164fbd5154 Save config upon controller unplug
Used to assist with persisting linked profile setting
2020-01-16 07:15:18 -06:00
mika-n
3a482eca13 MoveUp and MoveDown context menu (right mouse button) in AutoProfiler list view to move items up or down. If there are wildchars in path or wndTitle search keywords then the order of auto-profile rules is significant. Now it is possible to modify the order of rules through the GUI and not just by editing AutoProfiles.xml file via text editor. 2020-01-11 23:27:33 +02:00
Travis Nickles
383e4054ab Fixed invalid cast for Shift Action key binding
Related to issue #1023
2020-01-08 19:59:17 -06:00
Travis Nickles
abd8e84f63 Changed Bold menu item in tray menu
Related to issue #1003
2020-01-06 20:37:56 -06:00
mika-n
77e713e7b9 User configurable (profile) max time in seconds for a rumble effect. The rumble watchdog timer used to be fixed 2 secs, but now it is possible to disable this watchdog timer (0 secs value) or set the max time in profile editor. 2020-01-05 22:11:44 +02:00
Travis Nickles
be601e2aef Merge branch 'jay' of https://github.com/mika-n/DS4Windows into mika-n-jay 2020-01-04 15:50:18 -06:00
Travis Nickles
05686d4011 Merge branch 'AutoProfileTweaks' of https://github.com/mika-n/DS4Windows into mika-n-AutoProfileTweaks 2020-01-04 15:32:11 -06:00
mika-n
29bd7c869c Macro recorder screen has now separate CLEAR steps button and by default RECORD btn appends new steps instead of inserting new steps in front (before) of the first item. It is more logical to have separate CLEAR btn to avoid accidentally loosing the whole macro sequence. 2020-01-04 22:36:19 +02:00
Travis Nickles
478150a825 Force some tabs to not be accessible while Profile Editor is open
Related to issue #992
2020-01-04 13:53:44 -06:00
Travis Nickles
7a79dc569a Make sure to use proper macro values for controller button presses
Related to issue #1002
2020-01-04 13:01:05 -06:00
Travis Nickles
d05eee4cce Minor tweak 2019-12-31 00:48:24 -06:00
Travis Nickles
2927bc20a6 Special ignore for AutomaticUntrigger 2019-12-30 22:52:38 -06:00
Travis Nickles
be93e16da6 Check for valid trigger names. Check for null value 2019-12-30 22:35:31 -06:00
Travis Nickles
694af58154 Intermediate fix for LoadProfile Save crash
Related to issue #987
2019-12-30 22:04:40 -06:00
ryochan7@protonmail.com
1ce2f50cba Minor refactor of tray menu
Related to issue #947
2019-12-29 16:48:03 -06:00
mika-n
39f94ef8d3 Added "Revert to default profile on unknown process" option to auto-profile screen. If this is enabled then DS4Windows will revert back to default profile when an unknown process is the foreground app. If this option is unchecked then DS4Windows leaves the current profile as active on unknown foreground processes. 2019-12-29 01:34:41 +02:00
Travis Nickles
91c09c025a Added locking on a collection to clear up potential thread safety issues
Haven't encountered it myself but it does look like it could
have been possible
2019-12-28 13:14:21 -06:00
Travis Nickles
74ea3e674f Update correct proper for Gyro Mouse Trigger display
Related to issue #976
2019-12-28 10:49:47 -06:00
Travis Nickles
4c4a6f5ba6 Added Stop and Start menu item to tray icon. Fixed ambiguity of temp thread objects in ControlService. 2019-12-27 14:25:17 -06:00
Travis Nickles
5fb140c91b Use const values in other places. Added Open Program Folder tray menu option. 2019-12-27 13:01:59 -06:00
Travis Nickles
a4936eb5a0 Fixed restoring of chosen tray icon image 2019-12-26 21:15:55 -06:00
Travis Nickles
63dfd8e194 Fixed lock recursion issue with tray icon view model 2019-12-26 19:02:32 -06:00
Travis Nickles
ee34544f6f Added extra locking in TrayIconViewModel 2019-12-26 15:00:37 -06:00
Travis Nickles
b5ff9c65b8 Make Tilt Controls buttons work 2019-12-25 14:49:18 -06:00
Travis Nickles
aa7bf76d36 Allow Rainbow mode to change lightbar brush 2019-12-22 16:30:13 -06:00
Travis Nickles
a548d57afb Fixed tray menu disconnect option for BT connections 2019-12-21 01:34:20 -06:00
Travis Nickles
c865e3c9b2 Moved right click disconnect method to View Model 2019-12-20 20:17:57 -06:00
Travis Nickles
906946a7ea Import DS4WindowsWPF code 2019-12-18 15:33:23 -06:00