2014-12-13 21:12:03 +01:00
|
|
|
|
namespace DS4Windows
|
|
|
|
|
{
|
|
|
|
|
partial class SpecActions
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpecActions));
|
|
|
|
|
this.lVTrigger = new System.Windows.Forms.ListView();
|
|
|
|
|
this.cHTrigger = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.btnRecordMacro = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
|
|
|
this.cBProfiles = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbName = new System.Windows.Forms.Label();
|
|
|
|
|
this.tBName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.cBActions = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.pBProgram = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.lbProgram = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnBorder = new System.Windows.Forms.Button();
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.btnSetUTriggerProfile = new System.Windows.Forms.Button();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.lVUnloadTrigger = new System.Windows.Forms.ListView();
|
|
|
|
|
this.cHUnloadTrigger = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.pnlProgram = new System.Windows.Forms.Panel();
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.tBArg = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.nUDProg = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbArg = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbHoldForProg = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbSecsProg = new System.Windows.Forms.Label();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlMacro = new System.Windows.Forms.Panel();
|
2014-12-20 02:31:00 +01:00
|
|
|
|
this.cBMacroScanCode = new System.Windows.Forms.CheckBox();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.lbMacroRecorded = new System.Windows.Forms.Label();
|
|
|
|
|
this.pnlProfile = new System.Windows.Forms.Panel();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.lbUnloadTipProfile = new System.Windows.Forms.Label();
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlDisconnectBT = new System.Windows.Forms.Panel();
|
|
|
|
|
this.nUDDCBT = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbHoldFor = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbSecs = new System.Windows.Forms.Label();
|
|
|
|
|
this.pnlKeys = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnSelectKey = new System.Windows.Forms.Button();
|
|
|
|
|
this.cBPressRelease = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.btnSetUTriggerKeys = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbUnloadTipKey = new System.Windows.Forms.Label();
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.pnlBatteryCheck = new System.Windows.Forms.Panel();
|
|
|
|
|
this.pBGraident = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.cBNotificationBatt = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cbLightbarBatt = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.bnFullColor = new System.Windows.Forms.Button();
|
|
|
|
|
this.bnEmptyColor = new System.Windows.Forms.Button();
|
|
|
|
|
this.nUDDCBatt = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lbHoldForBatt = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbFullBatt = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbEmptyBatt = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbSecsBatt = new System.Windows.Forms.Label();
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.pnlGameDVR = new System.Windows.Forms.Panel();
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.btnDTapT = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnHoldT = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSTapT = new System.Windows.Forms.Button();
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.lbDTapDVR = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbHoldDVR = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbTapDVR = new System.Windows.Forms.Label();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
|
|
|
|
|
this.pnlProgram.SuspendLayout();
|
2015-04-21 21:00:09 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDProg)).BeginInit();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlMacro.SuspendLayout();
|
|
|
|
|
this.pnlProfile.SuspendLayout();
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlDisconnectBT.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDDCBT)).BeginInit();
|
|
|
|
|
this.pnlKeys.SuspendLayout();
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.pnlBatteryCheck.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBGraident)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDDCBatt)).BeginInit();
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.pnlGameDVR.SuspendLayout();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// lVTrigger
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lVTrigger, "lVTrigger");
|
|
|
|
|
this.lVTrigger.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.lVTrigger.CheckBoxes = true;
|
|
|
|
|
this.lVTrigger.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.cHTrigger});
|
|
|
|
|
this.lVTrigger.FullRowSelect = true;
|
|
|
|
|
this.lVTrigger.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
|
|
|
this.lVTrigger.HideSelection = false;
|
|
|
|
|
this.lVTrigger.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items1"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items2"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items3"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items4"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items5"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items6"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items7"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items8"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items9"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items10"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items11"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items12"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items13"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items14"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items15"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items16"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items17"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items18"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items19"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items20"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items21"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items22"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items23"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items24"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items25"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items26"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items27"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items28"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items29"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items30"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items31"))),
|
2015-02-12 20:36:40 +01:00
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items32"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items33"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items34"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items35"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVTrigger.Items36")))});
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.lVTrigger.MultiSelect = false;
|
|
|
|
|
this.lVTrigger.Name = "lVTrigger";
|
|
|
|
|
this.lVTrigger.ShowGroups = false;
|
|
|
|
|
this.lVTrigger.ShowItemToolTips = true;
|
|
|
|
|
this.lVTrigger.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.lVTrigger.View = System.Windows.Forms.View.Details;
|
|
|
|
|
this.lVTrigger.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lVTrigger_ItemChecked);
|
|
|
|
|
//
|
|
|
|
|
// cHTrigger
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cHTrigger, "cHTrigger");
|
|
|
|
|
//
|
|
|
|
|
// btnRecordMacro
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnRecordMacro, "btnRecordMacro");
|
|
|
|
|
this.btnRecordMacro.Name = "btnRecordMacro";
|
|
|
|
|
this.btnRecordMacro.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRecordMacro.Click += new System.EventHandler(this.btnRecordMacro_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnBrowse
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnBrowse, "btnBrowse");
|
|
|
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
|
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBroswe_Click);
|
|
|
|
|
//
|
|
|
|
|
// cBProfiles
|
|
|
|
|
//
|
|
|
|
|
this.cBProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBProfiles.FormattingEnabled = true;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.cBProfiles, "cBProfiles");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.cBProfiles.Name = "cBProfiles";
|
|
|
|
|
this.cBProfiles.SelectedIndexChanged += new System.EventHandler(this.lVUnloadTrigger_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// btnSave
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSave, "btnSave");
|
|
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnCancel, "btnCancel");
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// lbName
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbName, "lbName");
|
|
|
|
|
this.lbName.Name = "lbName";
|
|
|
|
|
//
|
|
|
|
|
// tBName
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tBName, "tBName");
|
|
|
|
|
this.tBName.Name = "tBName";
|
|
|
|
|
this.tBName.TextChanged += new System.EventHandler(this.tBName_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// cBActions
|
|
|
|
|
//
|
|
|
|
|
this.cBActions.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.cBActions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBActions.FormattingEnabled = true;
|
|
|
|
|
this.cBActions.Items.AddRange(new object[] {
|
|
|
|
|
resources.GetString("cBActions.Items"),
|
|
|
|
|
resources.GetString("cBActions.Items1"),
|
|
|
|
|
resources.GetString("cBActions.Items2"),
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
resources.GetString("cBActions.Items3"),
|
|
|
|
|
resources.GetString("cBActions.Items4"),
|
2015-02-12 20:36:40 +01:00
|
|
|
|
resources.GetString("cBActions.Items5"),
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
resources.GetString("cBActions.Items6"),
|
2018-12-03 23:50:37 +01:00
|
|
|
|
resources.GetString("cBActions.Items7"),
|
|
|
|
|
resources.GetString("cBActions.Items8")});
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.cBActions, "cBActions");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.cBActions.Name = "cBActions";
|
|
|
|
|
this.cBActions.SelectedIndexChanged += new System.EventHandler(this.cBActions_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// imageList1
|
|
|
|
|
//
|
|
|
|
|
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
|
|
|
resources.ApplyResources(this.imageList1, "imageList1");
|
|
|
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
//
|
|
|
|
|
// pBProgram
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.pBProgram, "pBProgram");
|
|
|
|
|
this.pBProgram.Name = "pBProgram";
|
|
|
|
|
this.pBProgram.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// lbProgram
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbProgram, "lbProgram");
|
|
|
|
|
this.lbProgram.Name = "lbProgram";
|
|
|
|
|
//
|
|
|
|
|
// btnBorder
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnBorder, "btnBorder");
|
|
|
|
|
this.btnBorder.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.btnBorder.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.btnBorder.Name = "btnBorder";
|
|
|
|
|
this.btnBorder.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
// btnSetUTriggerProfile
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
resources.ApplyResources(this.btnSetUTriggerProfile, "btnSetUTriggerProfile");
|
|
|
|
|
this.btnSetUTriggerProfile.Name = "btnSetUTriggerProfile";
|
|
|
|
|
this.btnSetUTriggerProfile.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSetUTriggerProfile.Click += new System.EventHandler(this.btnSetUTrigger_Click);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
|
|
|
|
// lVUnloadTrigger
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lVUnloadTrigger, "lVUnloadTrigger");
|
|
|
|
|
this.lVUnloadTrigger.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.lVUnloadTrigger.CheckBoxes = true;
|
|
|
|
|
this.lVUnloadTrigger.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.cHUnloadTrigger});
|
|
|
|
|
this.lVUnloadTrigger.FullRowSelect = true;
|
|
|
|
|
this.lVUnloadTrigger.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
|
|
|
this.lVUnloadTrigger.HideSelection = false;
|
|
|
|
|
this.lVUnloadTrigger.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items1"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items2"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items3"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items4"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items5"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items6"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items7"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items8"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items9"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items10"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items11"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items12"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items13"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items14"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items15"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items16"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items17"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items18"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items19"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items20"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items21"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items22"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items23"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items24"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items25"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items26"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items27"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items28"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items29"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items30"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items31"))),
|
2015-02-12 20:36:40 +01:00
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items32"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items33"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items34"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items35"))),
|
|
|
|
|
((System.Windows.Forms.ListViewItem)(resources.GetObject("lVUnloadTrigger.Items36")))});
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.lVUnloadTrigger.MultiSelect = false;
|
|
|
|
|
this.lVUnloadTrigger.Name = "lVUnloadTrigger";
|
|
|
|
|
this.lVUnloadTrigger.ShowGroups = false;
|
|
|
|
|
this.lVUnloadTrigger.ShowItemToolTips = true;
|
|
|
|
|
this.lVUnloadTrigger.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.lVUnloadTrigger.View = System.Windows.Forms.View.Details;
|
|
|
|
|
this.lVUnloadTrigger.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lVUnloadTrigger_ItemChecked);
|
|
|
|
|
//
|
|
|
|
|
// cHUnloadTrigger
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cHUnloadTrigger, "cHUnloadTrigger");
|
|
|
|
|
//
|
|
|
|
|
// pnlProgram
|
|
|
|
|
//
|
2015-03-15 19:16:01 +01:00
|
|
|
|
this.pnlProgram.Controls.Add(this.tBArg);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.nUDProg);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.lbArg);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.lbHoldForProg);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.lbSecsProg);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlProgram.Controls.Add(this.btnBrowse);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.lbProgram);
|
|
|
|
|
this.pnlProgram.Controls.Add(this.pBProgram);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlProgram, "pnlProgram");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlProgram.Name = "pnlProgram";
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
// tBArg
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tBArg, "tBArg");
|
|
|
|
|
this.tBArg.Name = "tBArg";
|
|
|
|
|
//
|
|
|
|
|
// nUDProg
|
|
|
|
|
//
|
|
|
|
|
this.nUDProg.DecimalPlaces = 1;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.nUDProg, "nUDProg");
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.nUDProg.Maximum = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDProg.Name = "nUDProg";
|
|
|
|
|
//
|
|
|
|
|
// lbArg
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbArg, "lbArg");
|
|
|
|
|
this.lbArg.Name = "lbArg";
|
|
|
|
|
//
|
|
|
|
|
// lbHoldForProg
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHoldForProg, "lbHoldForProg");
|
|
|
|
|
this.lbHoldForProg.Name = "lbHoldForProg";
|
|
|
|
|
//
|
|
|
|
|
// lbSecsProg
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSecsProg, "lbSecsProg");
|
|
|
|
|
this.lbSecsProg.Name = "lbSecsProg";
|
|
|
|
|
//
|
2014-12-13 21:12:03 +01:00
|
|
|
|
// pnlMacro
|
|
|
|
|
//
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.pnlMacro.Controls.Add(this.cBMacroScanCode);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlMacro.Controls.Add(this.btnRecordMacro);
|
|
|
|
|
this.pnlMacro.Controls.Add(this.lbMacroRecorded);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlMacro, "pnlMacro");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlMacro.Name = "pnlMacro";
|
|
|
|
|
//
|
2014-12-20 02:31:00 +01:00
|
|
|
|
// cBMacroScanCode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cBMacroScanCode, "cBMacroScanCode");
|
|
|
|
|
this.cBMacroScanCode.Name = "cBMacroScanCode";
|
|
|
|
|
this.cBMacroScanCode.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-12-13 21:12:03 +01:00
|
|
|
|
// lbMacroRecorded
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbMacroRecorded, "lbMacroRecorded");
|
|
|
|
|
this.lbMacroRecorded.Name = "lbMacroRecorded";
|
|
|
|
|
//
|
|
|
|
|
// pnlProfile
|
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.pnlProfile.Controls.Add(this.lbUnloadTipProfile);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlProfile.Controls.Add(this.cBProfiles);
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlProfile.Controls.Add(this.btnSetUTriggerProfile);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlProfile, "pnlProfile");
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlProfile.Name = "pnlProfile";
|
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
// lbUnloadTipProfile
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
resources.ApplyResources(this.lbUnloadTipProfile, "lbUnloadTipProfile");
|
|
|
|
|
this.lbUnloadTipProfile.Name = "lbUnloadTipProfile";
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
//
|
|
|
|
|
// pnlDisconnectBT
|
|
|
|
|
//
|
|
|
|
|
this.pnlDisconnectBT.Controls.Add(this.nUDDCBT);
|
|
|
|
|
this.pnlDisconnectBT.Controls.Add(this.lbHoldFor);
|
|
|
|
|
this.pnlDisconnectBT.Controls.Add(this.lbSecs);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlDisconnectBT, "pnlDisconnectBT");
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlDisconnectBT.Name = "pnlDisconnectBT";
|
|
|
|
|
//
|
|
|
|
|
// nUDDCBT
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.nUDDCBT.DecimalPlaces = 1;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.nUDDCBT, "nUDDCBT");
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.nUDDCBT.Maximum = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDDCBT.Name = "nUDDCBT";
|
|
|
|
|
//
|
|
|
|
|
// lbHoldFor
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHoldFor, "lbHoldFor");
|
|
|
|
|
this.lbHoldFor.Name = "lbHoldFor";
|
|
|
|
|
//
|
|
|
|
|
// lbSecs
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSecs, "lbSecs");
|
|
|
|
|
this.lbSecs.Name = "lbSecs";
|
|
|
|
|
//
|
|
|
|
|
// pnlKeys
|
|
|
|
|
//
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnSelectKey);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.cBPressRelease);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.btnSetUTriggerKeys);
|
|
|
|
|
this.pnlKeys.Controls.Add(this.lbUnloadTipKey);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlKeys, "pnlKeys");
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlKeys.Name = "pnlKeys";
|
|
|
|
|
//
|
|
|
|
|
// btnSelectKey
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSelectKey, "btnSelectKey");
|
|
|
|
|
this.btnSelectKey.Name = "btnSelectKey";
|
|
|
|
|
this.btnSelectKey.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSelectKey.TextChanged += new System.EventHandler(this.btnSelectKey_TextChanged);
|
|
|
|
|
this.btnSelectKey.Click += new System.EventHandler(this.btnSelectKey_Click);
|
|
|
|
|
//
|
|
|
|
|
// cBPressRelease
|
|
|
|
|
//
|
|
|
|
|
this.cBPressRelease.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBPressRelease.FormattingEnabled = true;
|
|
|
|
|
this.cBPressRelease.Items.AddRange(new object[] {
|
|
|
|
|
resources.GetString("cBPressRelease.Items"),
|
|
|
|
|
resources.GetString("cBPressRelease.Items1")});
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.cBPressRelease, "cBPressRelease");
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.cBPressRelease.Name = "cBPressRelease";
|
|
|
|
|
//
|
|
|
|
|
// btnSetUTriggerKeys
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSetUTriggerKeys, "btnSetUTriggerKeys");
|
|
|
|
|
this.btnSetUTriggerKeys.Name = "btnSetUTriggerKeys";
|
|
|
|
|
this.btnSetUTriggerKeys.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSetUTriggerKeys.Click += new System.EventHandler(this.btnSetUTrigger_Click);
|
|
|
|
|
//
|
|
|
|
|
// lbUnloadTipKey
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbUnloadTipKey, "lbUnloadTipKey");
|
|
|
|
|
this.lbUnloadTipKey.Name = "lbUnloadTipKey";
|
2014-12-13 21:12:03 +01:00
|
|
|
|
//
|
2015-02-12 20:36:40 +01:00
|
|
|
|
// pnlBatteryCheck
|
|
|
|
|
//
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.pBGraident);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.cBNotificationBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.cbLightbarBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.bnFullColor);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.bnEmptyColor);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.nUDDCBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.lbHoldForBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.lbFullBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.lbEmptyBatt);
|
|
|
|
|
this.pnlBatteryCheck.Controls.Add(this.lbSecsBatt);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pnlBatteryCheck, "pnlBatteryCheck");
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.pnlBatteryCheck.Name = "pnlBatteryCheck";
|
|
|
|
|
//
|
|
|
|
|
// pBGraident
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.pBGraident.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.pBGraident, "pBGraident");
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.pBGraident.Name = "pBGraident";
|
|
|
|
|
this.pBGraident.TabStop = false;
|
|
|
|
|
this.pBGraident.Paint += new System.Windows.Forms.PaintEventHandler(this.pBGraident_Paint);
|
|
|
|
|
//
|
|
|
|
|
// cBNotificationBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cBNotificationBatt, "cBNotificationBatt");
|
|
|
|
|
this.cBNotificationBatt.Name = "cBNotificationBatt";
|
|
|
|
|
this.cBNotificationBatt.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBNotificationBatt.CheckedChanged += new System.EventHandler(this.cBBatt_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// cbLightbarBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.cbLightbarBatt, "cbLightbarBatt");
|
|
|
|
|
this.cbLightbarBatt.Name = "cbLightbarBatt";
|
|
|
|
|
this.cbLightbarBatt.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cbLightbarBatt.CheckedChanged += new System.EventHandler(this.cBBatt_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// bnFullColor
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.bnFullColor.BackColor = System.Drawing.Color.Green;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.bnFullColor, "bnFullColor");
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.bnFullColor.Name = "bnFullColor";
|
|
|
|
|
this.bnFullColor.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnFullColor.Click += new System.EventHandler(this.bnFullColor_Click);
|
|
|
|
|
//
|
|
|
|
|
// bnEmptyColor
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.bnEmptyColor.BackColor = System.Drawing.Color.Red;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.bnEmptyColor, "bnEmptyColor");
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.bnEmptyColor.Name = "bnEmptyColor";
|
|
|
|
|
this.bnEmptyColor.UseVisualStyleBackColor = false;
|
|
|
|
|
this.bnEmptyColor.Click += new System.EventHandler(this.bnEmptyColor_Click);
|
|
|
|
|
//
|
|
|
|
|
// nUDDCBatt
|
|
|
|
|
//
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.nUDDCBatt.DecimalPlaces = 1;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
resources.ApplyResources(this.nUDDCBatt, "nUDDCBatt");
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.nUDDCBatt.Maximum = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nUDDCBatt.Name = "nUDDCBatt";
|
|
|
|
|
//
|
|
|
|
|
// lbHoldForBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHoldForBatt, "lbHoldForBatt");
|
|
|
|
|
this.lbHoldForBatt.Name = "lbHoldForBatt";
|
|
|
|
|
//
|
|
|
|
|
// lbFullBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbFullBatt, "lbFullBatt");
|
|
|
|
|
this.lbFullBatt.Name = "lbFullBatt";
|
|
|
|
|
//
|
|
|
|
|
// lbEmptyBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbEmptyBatt, "lbEmptyBatt");
|
|
|
|
|
this.lbEmptyBatt.Name = "lbEmptyBatt";
|
|
|
|
|
//
|
|
|
|
|
// lbSecsBatt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSecsBatt, "lbSecsBatt");
|
|
|
|
|
this.lbSecsBatt.Name = "lbSecsBatt";
|
|
|
|
|
//
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
// pnlGameDVR
|
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.pnlGameDVR.Controls.Add(this.btnDTapT);
|
|
|
|
|
this.pnlGameDVR.Controls.Add(this.btnHoldT);
|
|
|
|
|
this.pnlGameDVR.Controls.Add(this.btnSTapT);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.pnlGameDVR.Controls.Add(this.lbDTapDVR);
|
|
|
|
|
this.pnlGameDVR.Controls.Add(this.lbHoldDVR);
|
|
|
|
|
this.pnlGameDVR.Controls.Add(this.lbTapDVR);
|
|
|
|
|
resources.ApplyResources(this.pnlGameDVR, "pnlGameDVR");
|
|
|
|
|
this.pnlGameDVR.Name = "pnlGameDVR";
|
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
// btnDTapT
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
resources.ApplyResources(this.btnDTapT, "btnDTapT");
|
|
|
|
|
this.btnDTapT.Name = "btnDTapT";
|
|
|
|
|
this.btnDTapT.Tag = "0";
|
|
|
|
|
this.btnDTapT.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnDTapT.Click += new System.EventHandler(this.btnDTapT_Click);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
// btnHoldT
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
resources.ApplyResources(this.btnHoldT, "btnHoldT");
|
|
|
|
|
this.btnHoldT.Name = "btnHoldT";
|
|
|
|
|
this.btnHoldT.Tag = "0";
|
|
|
|
|
this.btnHoldT.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnHoldT.Click += new System.EventHandler(this.btnHoldT_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnSTapT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSTapT, "btnSTapT");
|
|
|
|
|
this.btnSTapT.Name = "btnSTapT";
|
|
|
|
|
this.btnSTapT.Tag = "0";
|
|
|
|
|
this.btnSTapT.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSTapT.Click += new System.EventHandler(this.btnSTapT_Click);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
//
|
|
|
|
|
// lbDTapDVR
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbDTapDVR, "lbDTapDVR");
|
|
|
|
|
this.lbDTapDVR.Name = "lbDTapDVR";
|
|
|
|
|
//
|
|
|
|
|
// lbHoldDVR
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHoldDVR, "lbHoldDVR");
|
|
|
|
|
this.lbHoldDVR.Name = "lbHoldDVR";
|
|
|
|
|
//
|
|
|
|
|
// lbTapDVR
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbTapDVR, "lbTapDVR");
|
|
|
|
|
this.lbTapDVR.Name = "lbTapDVR";
|
|
|
|
|
//
|
2014-12-13 21:12:03 +01:00
|
|
|
|
// SpecActions
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.Controls.Add(this.pnlGameDVR);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.Controls.Add(this.tBName);
|
|
|
|
|
this.Controls.Add(this.cBActions);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnSave);
|
|
|
|
|
this.Controls.Add(this.lbName);
|
|
|
|
|
this.Controls.Add(this.lVTrigger);
|
|
|
|
|
this.Controls.Add(this.lVUnloadTrigger);
|
|
|
|
|
this.Controls.Add(this.btnBorder);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.Controls.Add(this.pnlKeys);
|
2014-12-20 02:31:00 +01:00
|
|
|
|
this.Controls.Add(this.pnlMacro);
|
|
|
|
|
this.Controls.Add(this.pnlProfile);
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.Controls.Add(this.pnlProgram);
|
|
|
|
|
this.Controls.Add(this.pnlBatteryCheck);
|
|
|
|
|
this.Controls.Add(this.pnlDisconnectBT);
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.Name = "SpecActions";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit();
|
|
|
|
|
this.pnlProgram.ResumeLayout(false);
|
2015-03-15 19:16:01 +01:00
|
|
|
|
this.pnlProgram.PerformLayout();
|
2015-04-21 21:00:09 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDProg)).EndInit();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlMacro.ResumeLayout(false);
|
2014-12-17 19:29:22 +01:00
|
|
|
|
this.pnlMacro.PerformLayout();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.pnlProfile.ResumeLayout(false);
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
this.pnlDisconnectBT.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDDCBT)).EndInit();
|
|
|
|
|
this.pnlKeys.ResumeLayout(false);
|
2015-02-12 20:36:40 +01:00
|
|
|
|
this.pnlBatteryCheck.ResumeLayout(false);
|
|
|
|
|
this.pnlBatteryCheck.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBGraident)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nUDDCBatt)).EndInit();
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
this.pnlGameDVR.ResumeLayout(false);
|
|
|
|
|
this.pnlGameDVR.PerformLayout();
|
2014-12-13 21:12:03 +01:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ListView lVTrigger;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader cHTrigger;
|
|
|
|
|
private System.Windows.Forms.Button btnRecordMacro;
|
|
|
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBProfiles;
|
|
|
|
|
private System.Windows.Forms.Button btnSave;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Label lbName;
|
|
|
|
|
private System.Windows.Forms.TextBox tBName;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBActions;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBProgram;
|
|
|
|
|
private System.Windows.Forms.Label lbProgram;
|
|
|
|
|
private System.Windows.Forms.Button btnBorder;
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
private System.Windows.Forms.Button btnSetUTriggerProfile;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
private System.Windows.Forms.ListView lVUnloadTrigger;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader cHUnloadTrigger;
|
|
|
|
|
private System.Windows.Forms.Panel pnlProgram;
|
|
|
|
|
private System.Windows.Forms.Panel pnlMacro;
|
|
|
|
|
private System.Windows.Forms.Panel pnlProfile;
|
|
|
|
|
public System.Windows.Forms.Label lbMacroRecorded;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
private System.Windows.Forms.Label lbUnloadTipProfile;
|
2014-12-17 19:29:22 +01:00
|
|
|
|
private System.Windows.Forms.CheckBox cBMacroScanCode;
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
|
private System.Windows.Forms.Panel pnlDisconnectBT;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDDCBT;
|
|
|
|
|
private System.Windows.Forms.Label lbSecs;
|
|
|
|
|
private System.Windows.Forms.Label lbHoldFor;
|
|
|
|
|
private System.Windows.Forms.Panel pnlKeys;
|
|
|
|
|
private System.Windows.Forms.Label lbUnloadTipKey;
|
|
|
|
|
private System.Windows.Forms.Button btnSetUTriggerKeys;
|
|
|
|
|
private System.Windows.Forms.Button btnSelectKey;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBPressRelease;
|
2015-02-12 20:36:40 +01:00
|
|
|
|
private System.Windows.Forms.Panel pnlBatteryCheck;
|
|
|
|
|
private System.Windows.Forms.PictureBox pBGraident;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBNotificationBatt;
|
|
|
|
|
private System.Windows.Forms.CheckBox cbLightbarBatt;
|
|
|
|
|
private System.Windows.Forms.Button bnFullColor;
|
|
|
|
|
private System.Windows.Forms.Button bnEmptyColor;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDDCBatt;
|
|
|
|
|
private System.Windows.Forms.Label lbHoldForBatt;
|
|
|
|
|
private System.Windows.Forms.Label lbFullBatt;
|
|
|
|
|
private System.Windows.Forms.Label lbEmptyBatt;
|
|
|
|
|
private System.Windows.Forms.Label lbSecsBatt;
|
|
|
|
|
private AdvancedColorDialog advColorDialog;
|
2015-03-15 19:16:01 +01:00
|
|
|
|
private System.Windows.Forms.TextBox tBArg;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nUDProg;
|
|
|
|
|
private System.Windows.Forms.Label lbArg;
|
|
|
|
|
private System.Windows.Forms.Label lbHoldForProg;
|
|
|
|
|
private System.Windows.Forms.Label lbSecsProg;
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
|
private System.Windows.Forms.Panel pnlGameDVR;
|
|
|
|
|
private System.Windows.Forms.Label lbTapDVR;
|
|
|
|
|
private System.Windows.Forms.Label lbDTapDVR;
|
|
|
|
|
private System.Windows.Forms.Label lbHoldDVR;
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
public System.Windows.Forms.Button btnDTapT;
|
|
|
|
|
public System.Windows.Forms.Button btnHoldT;
|
|
|
|
|
public System.Windows.Forms.Button btnSTapT;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
}
|
|
|
|
|
}
|