Commit Graph

666 Commits

Author SHA1 Message Date
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
2b25e55611 Make new Special Actions enabled in the current profile by default 2020-01-10 20:27:45 -06:00
Travis Nickles
e975d3ccbd Corrected trigger slider labels in Controller Readings tab 2020-01-09 03:43:18 -06:00
Travis Nickles
0b10788583 Added SuppressUnmanagedCodeSecurity for WMI call 2020-01-08 21:07:47 -06: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
6baeb51b58 Handle special case of capturing Alt keys
Related to issue #1002
2020-01-04 04:21:23 -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
Travis Nickles
58d533b1ca Added hooks for Swipe Control buttons
Related to issue #986
2019-12-30 21:39:05 -06:00
ryochan7@protonmail.com
109d2587c4 Move overlay buttons in Profile editor 2019-12-30 12:06:17 -06:00
ryochan7@protonmail.com
cd35daee42 Minor tweak 2019-12-30 01:18:33 -06:00
ryochan7@protonmail.com
e39cccf279 Make sure RecordBox can have focus. Allow extra keys to be usable while recording a macro. 2019-12-30 01:18:19 -06:00
ryochan7@protonmail.com
1ce2f50cba Minor refactor of tray menu
Related to issue #947
2019-12-29 16:48:03 -06:00
ryochan7@protonmail.com
34d2d74415 Added minor check if timer needs to be run 2019-12-29 16:33:23 -06:00
ryochan7@protonmail.com
cde7d19c80 Updated ViGEmBus installer URL
Related to issue #982
2019-12-29 16:28:58 -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
40bc11bba2 Take off contributor nick
A different name will be added back later
2019-12-27 21:32:38 -06:00
Travis Nickles
7a24df13b9 Changed Welcome Dialog to download installer to temp file while downloading 2019-12-27 16:09:53 -06:00
Travis Nickles
7485af045e Added glorianni to contributors 2019-12-27 15:27: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
32328e0e15 Fixed ViGEm installer download in Welcome Dialog 2019-12-27 01:12:36 -06:00
Travis Nickles
09f7635b47 Force prevent multiple profile editors from being created 2019-12-26 22:02:12 -06:00
Travis Nickles
b6b57ed7ca Added catch block for ManagementException
Related to issue #925
2019-12-26 21:30:47 -06:00
Travis Nickles
a4936eb5a0 Fixed restoring of chosen tray icon image 2019-12-26 21:15:55 -06:00
Travis Nickles
4282485801 Resized profile list in main Controllers list view 2019-12-26 20:55:48 -06:00
Travis Nickles
b9342af23e Fixed sensitivity ranges in Profile Editor
Related to issue #962
2019-12-26 20:41:09 -06:00
Travis Nickles
4540e9c9eb Make sure Hide DS4 Controller checkbox is temporarily disabled after click 2019-12-26 20:30:18 -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
9d04c0c177 Changed scroll property of ScrollViewer controlling Axis Config tab
Related to issue #948
2019-12-26 13:05:48 -06:00
Travis Nickles
6141c64a55 Fixed virtual key value for T 2019-12-25 14:49:33 -06:00
Travis Nickles
b5ff9c65b8 Make Tilt Controls buttons work 2019-12-25 14:49:18 -06:00
Travis Nickles
69cda376b9 Added some bounds to controls 2019-12-25 02:15:01 -06:00
Travis Nickles
1e148ba121 Switch active profile when new profile is created 2019-12-24 17:46:25 -06:00
Travis Nickles
aa7bf76d36 Allow Rainbow mode to change lightbar brush 2019-12-22 16:30:13 -06:00
Travis Nickles
d1361a7460 Fixed tray middle click close when Close Minimizes option is enabled 2019-12-22 15:10:25 -06:00
Travis Nickles
5b494f774d Changed hover icon positions for DS4 bg image 2019-12-21 22:24:02 -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
ecc82de0c7 Added updater hooks back to program 2019-12-20 17:45:03 -06:00
Travis Nickles
b36212354e Fixed copying new updater executable 2019-12-20 17:40:21 -06:00
Travis Nickles
906946a7ea Import DS4WindowsWPF code 2019-12-18 15:33:23 -06:00
Travis Nickles
e7068b870a Fixed app crash when WMI connection fails
Related to issue #925
2019-12-16 18:55:43 -06:00
Travis Nickles
b98ef8afdb Don't don't show disconnect confirm window when launching updater 2019-12-11 14:21:05 -06:00
Travis Nickles
9a5d4c1f63 Fixed non-visible gyro panel problem on new profile 2019-11-24 22:14:36 -06:00
Travis Nickles
21181b1418 Fixed a major fail. Launching updater has been fixed.
Didn't even grab the dialog result. Related to issue #895
2019-11-18 01:30:20 -06:00
Travis Nickles
9d2ded0606 Modify for read only lnk check. Should be sufficient 2019-11-04 01:08:05 -06:00
Alex Modin
0b67fd0858 Wrapped filesystem actions within try/catch to avoid unexpected launch crashes 2019-10-31 00:20:22 +04:00
Travis Nickles
8c12fe742c Tweak update checker routine
Simplify a bit. Result feels more responsive
2019-10-28 20:28:42 -05:00
Travis Nickles
541112e188 Fixed old bug when checking for updater
Could have caused a thread lock
2019-10-27 22:16:07 -05:00
Travis Nickles
661ff79115 Increased hotkeys timer interval 2019-10-27 20:52:50 -05:00
Travis Nickles
df743f3f59 Corrected event hook. Set up later event looking.
Related to issue #873
2019-10-27 20:44:56 -05:00
Travis Nickles
a871e750ee Added new field array for specifying active controller types
Related to issue #871
2019-10-25 01:48:56 -05:00
Travis Nickles
bf86b891bb Removed redundant property
Maybe related to issue #871
2019-10-24 16:49:20 -05:00
Travis Nickles
4c0a7c8d62 Fixed Start Minimize and Minimize to Taskbar conflict
Related to issue #861
2019-10-22 01:23:41 -05:00
Travis Nickles
26f5adab75 Disable Use Controller setting from profile editor 2019-10-18 17:14:02 -05:00
Travis Nickles
82c3882bb1 Minor fixes.
exenoupdates. Macro preset open file. DS4 tick interval increased
2019-10-11 07:29:04 -05:00
Travis Nickles
68c29a2f8a Fix checking for temp controller type 2019-10-10 03:28:46 -05:00
Travis Nickles
78ef0fcd9d Found a couple of old Jays2Kings bugs
Default gyro triggers and shift action scan code check
2019-10-05 21:57:20 -05:00
Travis Nickles
7f1c86ba7a Fixed touchpad disable invert 2019-10-04 14:46:57 -05:00
Travis Nickles
16d8196bbf Changed Mouse Joystick panel
Related to issue #842
2019-10-04 13:57:32 -05:00
Travis Nickles
1dbef3e9b4 Fixed showing of window when Minimize to Taskbar is enabled 2019-10-01 21:58:16 -05:00
Travis Nickles
8f4035ed5a Don't run Save method if not required 2019-09-28 20:37:42 -05:00
Travis Nickles
78470696f8 Should fix crash problem regarding lightbar color tooltip
At least it works for me. Related to issue #823
2019-09-24 15:15:58 -05:00
Travis Nickles
458834577a Make separate roundness setting for RS 2019-09-13 22:26:58 -05:00
Travis Nickles
6f27ea047c Moved some event hooking to Options cs file 2019-09-13 22:08:26 -05:00
mika-n
d32988a43c Modified axis configuration screen layout to utilize better the screen space and to make it easier to compare axis values of LS-vs-RS and L2-vs-R2 and SX-vs-SZ. 2019-09-08 01:11:10 +03:00
Travis Nickles
43d12be8fa Fixed exclusive icon visibility 2019-09-07 09:08:09 -05:00
Travis Nickles
459c6e71f0 Added exclusive icon to main controller listing 2019-09-06 16:04:07 -05:00
Travis Nickles
9b25bb83cb Added max saturation setting for rainbow lightbar mode
Related to issue #802
2019-09-06 10:50:20 -05:00
Travis Nickles
2a6cc418d6 Tweak controls 2019-09-06 09:21:40 -05:00
Travis Nickles
6afb274509 Tweak LS groupbox 2019-09-04 04:57:54 -05:00
Travis Nickles
7d80ea9a84 Tweaked layout 2019-09-04 04:35:32 -05:00
Travis Nickles
32ddf3adf4 Added more curve editor links. 2019-09-03 07:21:53 -05:00
Travis Nickles
6f861eba2f Fixed Mouse Joystick X Axis setting 2019-09-03 06:20:05 -05:00
Travis Nickles
fa1d8f003d Added sixaxis event hooks 2019-09-03 05:53:10 -05:00
Travis Nickles
f0b4331bd5 Preliminary settings change 2019-09-03 05:45:06 -05:00
Travis Nickles
eff927e7ed Force dead zone and anti-dead zone for new profiles
Related to issue #804
2019-08-30 13:32:56 -05:00
Travis Nickles
9bd51043b8 Added smoothing to Mouse Joystick 2019-08-26 22:15:38 -05:00
Travis Nickles
111e44c2b8 Added vertical scale to Mouse Joystick 2019-08-26 18:53:28 -05:00
Travis Nickles
3f18aec71f Change gyro toggle setting on mode change in form 2019-08-26 17:47:57 -05:00
Travis Nickles
b2e7eb987d Added toggle option to Mouse Joystick 2019-08-26 05:51:54 -05:00
Travis Nickles
ca41c511c6 Changed Mouse Joystick max zone default 2019-08-26 04:12:02 -05:00
Travis Nickles
aced5deab7 Fixed square stick roundness default in GUI 2019-08-25 15:48:26 -05:00
Travis Nickles
c3f2819c14 Fixed panel visibility for a blank profile 2019-08-25 15:41:13 -05:00
Travis Nickles
cf656582a5 Fixed typo for hover text
Related to issue #791
2019-08-25 02:49:07 -05:00
Travis Nickles
709738aa59 Fixed gyro trigger item marking 2019-08-24 01:52:46 -05:00
Travis Nickles
b99e866a96 Fixed saving invert option for Mouse Joystick 2019-08-24 01:13:30 -05:00