Version 1.4.241

Fixed being unable to switch profiles when using certain language packs
Removed not yet implemented controls in options
Updated Italian Translation
This commit is contained in:
jays2kings 2015-02-13 15:19:59 -05:00
parent b0edeb634e
commit e5a26eed47
10 changed files with 648 additions and 2625 deletions

View File

@ -228,6 +228,9 @@
<EmbeddedResource Include="DS4Windows\DS4Form.pt-BR.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DS4Windows\DS4Form.ro-RO.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DS4Windows\DS4Form.ru-RU.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>

View File

@ -1073,7 +1073,7 @@ namespace DS4Windows
{
ComboBox cb = (ComboBox)sender;
int tdevice = Int32.Parse(cb.Tag.ToString());
if (cb.Items[cb.Items.Count - 1].ToString() == "+New Profile")
if (cb.Items[cb.Items.Count - 1].ToString() == "+" + Properties.Resources.PlusNewProfile)
{
if (cb.SelectedIndex < cb.Items.Count - 1)
{

View File

@ -89,6 +89,8 @@
this.cBControllerInput = new System.Windows.Forms.CheckBox();
this.cBIdleDisconnect = new System.Windows.Forms.CheckBox();
this.gBLightbar = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.nUDRainbowB = new System.Windows.Forms.NumericUpDown();
this.cBFlashType = new System.Windows.Forms.ComboBox();
this.cBWhileCharging = new System.Windows.Forms.ComboBox();
this.btnFlashColor = new System.Windows.Forms.Button();
@ -294,8 +296,6 @@
this.lbLSCurvePercent = new System.Windows.Forms.Label();
this.lbLSCurve = new System.Windows.Forms.Label();
this.advColorDialog = new DS4Windows.AdvancedColorDialog();
this.label1 = new System.Windows.Forms.Label();
this.nUDRainbowB = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pBRainbow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).BeginInit();
@ -321,6 +321,7 @@
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).BeginInit();
this.gBLightbar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).BeginInit();
this.pnlShift.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tBShiftRedBar)).BeginInit();
@ -367,7 +368,6 @@
this.tPCurve.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDRSCurve)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).BeginInit();
this.SuspendLayout();
//
// lowColorChooserButton
@ -964,6 +964,27 @@
this.gBLightbar.Name = "gBLightbar";
this.gBLightbar.TabStop = false;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// nUDRainbowB
//
resources.ApplyResources(this.nUDRainbowB, "nUDRainbowB");
this.nUDRainbowB.Maximum = new decimal(new int[] {
150,
0,
0,
0});
this.nUDRainbowB.Name = "nUDRainbowB";
this.nUDRainbowB.Value = new decimal(new int[] {
100,
0,
0,
0});
this.nUDRainbowB.ValueChanged += new System.EventHandler(this.nUDRainbowB_ValueChanged);
//
// cBFlashType
//
this.cBFlashType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@ -3170,27 +3191,6 @@
this.advColorDialog.Color = System.Drawing.Color.Blue;
this.advColorDialog.FullOpen = true;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// nUDRainbowB
//
resources.ApplyResources(this.nUDRainbowB, "nUDRainbowB");
this.nUDRainbowB.Maximum = new decimal(new int[] {
150,
0,
0,
0});
this.nUDRainbowB.Name = "nUDRainbowB";
this.nUDRainbowB.Value = new decimal(new int[] {
100,
0,
0,
0});
this.nUDRainbowB.ValueChanged += new System.EventHandler(this.nUDRainbowB_ValueChanged);
//
// Options
//
resources.ApplyResources(this, "$this");
@ -3236,6 +3236,7 @@
((System.ComponentModel.ISupportInitialize)(this.nUDSixaxis)).EndInit();
this.gBLightbar.ResumeLayout(false);
this.gBLightbar.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUDflashLED)).EndInit();
this.pnlShift.ResumeLayout(false);
this.pnlShift.PerformLayout();
@ -3290,7 +3291,6 @@
this.tPCurve.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUDRSCurve)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nUDRainbowB)).EndInit();
this.ResumeLayout(false);
}

File diff suppressed because it is too large Load Diff

View File

@ -135,7 +135,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ
CgAAAk1TRnQBSQFMAgEBAwEAASgBAQEoAQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CgAAAk1TRnQBSQFMAgEBAwEAASgBAQEsAQEBEAEAARABAAT/AQkBEAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -177,7 +177,7 @@
AUIBTQE+BwABPgMAASgDAAFAAwABEAMAAQEBAAEBBQABgBcAA/8BAAT/AYcB4QIAAf4BfwH+AT8BgAEB
AgAB/AE/Af4BPwHAAQMCAAH4AR8B/gE/AcABAwIAAfABDwH+AT8BgAEBAgAB8AEHAf4BPwGAAQECAAHy
AQcB/gE/AYABAQIAAfYBJwH2ATcBgAEBAgAB/gE/AfIBJwGAAQECAAH+AT8B8AEHAYABAQIAAf4BPwHw
AQcBgAEBAgAB/gE/AfgBDwQAAf4BPwH8AR8EAAH+AT8B/gE/BAAB/gE/Af8BfwEAAQECAAT/AYMBwwIA
AQcBgAEBAgAB/gE/AfgBDwQAAf4BPwH8AR8EAAH+AT8B/gE/BAAB/gE/Af8BfwEAAQECAAT/AYMBwxgA
Cw==
</value>
</data>
@ -226,4 +226,13 @@
<data name="lbDelayTip.Text" xml:space="preserve">
<value>Doppio click per modificare il tempo</value>
</data>
<data name="altTabToolStripMenuItem.Text" xml:space="preserve">
<value>Cicla Programmi</value>
</data>
<data name="altTabToolStripMenuItem.ToolTipText" xml:space="preserve">
<value>Modifica l'Attesa per cambiare il rateo del ciclo</value>
</data>
<data name="fromFileToolStripMenuItem.Text" xml:space="preserve">
<value>Da File...</value>
</data>
</root>

View File

@ -200,7 +200,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ
CgAAAk1TRnQBSQFMAgEBAwEAATQBAQE0AQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CgAAAk1TRnQBSQFMAgEBAwEAATwBAQE8AQEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -630,6 +630,9 @@
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>it-IT</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>

View File

@ -1372,4 +1372,13 @@
<data name="lbUnloadTipKey.Text" xml:space="preserve">
<value>Tasto Untoggle per</value>
</data>
<data name="cBActions.Items6" xml:space="preserve">
<value>Controlla Durata Batteria</value>
</data>
<data name="cbLightbarBatt.Text" xml:space="preserve">
<value>via barra luminosa</value>
</data>
<data name="cBNotificationBatt.Text" xml:space="preserve">
<value>via notifica</value>
</data>
</root>

View File

@ -2574,6 +2574,9 @@
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>it-IT</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
@ -2611,7 +2614,7 @@
<value>advColorDialog</value>
</data>
<data name="&gt;&gt;advColorDialog.Type" xml:space="preserve">
<value>DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.24.0, Culture=neutral, PublicKeyToken=null</value>
<value>DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.241.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>SpecActions</value>

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.24")]
[assembly: AssemblyFileVersion("1.4.24")]
[assembly: AssemblyVersion("1.4.241")]
[assembly: AssemblyFileVersion("1.4.241")]

View File

@ -522,4 +522,7 @@
<data name="NotUsingProfile" xml:space="preserve">
<value>Il Controller *number* non sta utilizzando alcun profilo</value>
</data>
<data name="CheckBattery" xml:space="preserve">
<value>Controlla Batteria</value>
</data>
</root>