From fb7398495745bc86cedf4e9e4d7bf9a73f7d35bf Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Thu, 1 Nov 2018 09:43:48 +0100 Subject: [PATCH] --- CHANGELOG.md | 11 ++- wumgr/Properties/AssemblyInfo.cs | 4 +- wumgr/WuMgr.Designer.cs | 120 +++++++++++++++---------------- wumgr/WuMgr.cs | 5 +- 4 files changed, 76 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4468b..0fa4736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.8] - 2018-10-32 + +## [0.8g beta] - 2018-11-1 +### Added +- Added french translation thanks to Leo + +### Changed +- now the WU setting is always available, and it not ato set when chagrin AU blocking options. + + +## [0.8] - 2018-10-23 ### Fixed - issue when uninstalling updates diff --git a/wumgr/Properties/AssemblyInfo.cs b/wumgr/Properties/AssemblyInfo.cs index 0b61902..2b51172 100644 --- a/wumgr/Properties/AssemblyInfo.cs +++ b/wumgr/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] +[assembly: AssemblyVersion("0.8.7")] +[assembly: AssemblyFileVersion("0.8.7")] diff --git a/wumgr/WuMgr.Designer.cs b/wumgr/WuMgr.Designer.cs index 027ebe4..183bd95 100644 --- a/wumgr/WuMgr.Designer.cs +++ b/wumgr/WuMgr.Designer.cs @@ -36,6 +36,13 @@ private void InitializeComponent() this.panelList = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.lblSupport = new System.Windows.Forms.LinkLabel(); + this.updateView = new wumgr.ListViewExtended(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.logBox = new System.Windows.Forms.RichTextBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btnSearchOff = new System.Windows.Forms.Button(); @@ -84,13 +91,6 @@ private void InitializeComponent() this.dlShDay = new System.Windows.Forms.ComboBox(); this.dlShTime = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.updateView = new wumgr.ListViewExtended(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.panelList.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); @@ -177,6 +177,59 @@ private void InitializeComponent() this.lblSupport.Visible = false; this.lblSupport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblSupport_LinkClicked); // + // updateView + // + this.updateView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.updateView.CheckBoxes = true; + this.updateView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.columnHeader1, + this.columnHeader2, + this.columnHeader3, + this.columnHeader4, + this.columnHeader5, + this.columnHeader6}); + this.updateView.Location = new System.Drawing.Point(3, 23); + this.updateView.Name = "updateView"; + this.updateView.ShowItemToolTips = true; + this.updateView.Size = new System.Drawing.Size(489, 292); + this.updateView.TabIndex = 2; + this.updateView.UseCompatibleStateImageBehavior = false; + this.updateView.View = System.Windows.Forms.View.Details; + this.updateView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.updateView_ColumnClick); + this.updateView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.updateView_ItemCheck); + this.updateView.SelectedIndexChanged += new System.EventHandler(this.updateView_SelectedIndexChanged); + // + // columnHeader1 + // + this.columnHeader1.Text = "Title"; + this.columnHeader1.Width = 260; + // + // columnHeader2 + // + this.columnHeader2.Text = "Category"; + this.columnHeader2.Width = 100; + // + // columnHeader3 + // + this.columnHeader3.Text = "KB Article"; + this.columnHeader3.Width = 80; + // + // columnHeader4 + // + this.columnHeader4.Text = "Date"; + this.columnHeader4.Width = 70; + // + // columnHeader5 + // + this.columnHeader5.Text = "Size"; + // + // columnHeader6 + // + this.columnHeader6.Text = "State"; + this.columnHeader6.Width = 80; + // // logBox // this.logBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) @@ -817,59 +870,6 @@ private void InitializeComponent() this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 443); this.tableLayoutPanel1.TabIndex = 1; // - // updateView - // - this.updateView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.updateView.CheckBoxes = true; - this.updateView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.columnHeader1, - this.columnHeader2, - this.columnHeader3, - this.columnHeader4, - this.columnHeader5, - this.columnHeader6}); - this.updateView.Location = new System.Drawing.Point(3, 23); - this.updateView.Name = "updateView"; - this.updateView.ShowItemToolTips = true; - this.updateView.Size = new System.Drawing.Size(489, 292); - this.updateView.TabIndex = 2; - this.updateView.UseCompatibleStateImageBehavior = false; - this.updateView.View = System.Windows.Forms.View.Details; - this.updateView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.updateView_ColumnClick); - this.updateView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.updateView_ItemCheck); - this.updateView.SelectedIndexChanged += new System.EventHandler(this.updateView_SelectedIndexChanged); - // - // columnHeader1 - // - this.columnHeader1.Text = "Title"; - this.columnHeader1.Width = 260; - // - // columnHeader2 - // - this.columnHeader2.Text = "Category"; - this.columnHeader2.Width = 100; - // - // columnHeader3 - // - this.columnHeader3.Text = "KB Article"; - this.columnHeader3.Width = 80; - // - // columnHeader4 - // - this.columnHeader4.Text = "Date"; - this.columnHeader4.Width = 70; - // - // columnHeader5 - // - this.columnHeader5.Text = "Size"; - // - // columnHeader6 - // - this.columnHeader6.Text = "State"; - this.columnHeader6.Width = 80; - // // WuMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/wumgr/WuMgr.cs b/wumgr/WuMgr.cs index 0194481..185baeb 100644 --- a/wumgr/WuMgr.cs +++ b/wumgr/WuMgr.cs @@ -1145,13 +1145,16 @@ private void chkBlockMS_CheckedChanged(object sender, EventArgs e) private void chkDisableAU_CheckedChanged(object sender, EventArgs e) { - if (chkDisableAU.Checked) + /*if (chkDisableAU.Checked) { chkHideWU.Checked = true; chkHideWU.Enabled = false; } else + { + chkHideWU.Checked = false; chkHideWU.Enabled = true; + }*/ if (mSuspendUpdate) return;