diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 128e6e1..1528821 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -50,5 +50,5 @@ // 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.5.17.0")] -[assembly: AssemblyFileVersion("1.5.17.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/docs/history.txt b/src/docs/history.txt index 9d0f04d..8fa5216 100644 --- a/src/docs/history.txt +++ b/src/docs/history.txt @@ -12,6 +12,14 @@ https://news.ycombinator.com/news quora +1.6.1 +- to be released to public - with Event Viewwer and Debug Print + + +1.5.21 +- redo the HOME page - perhaps more screenshots, etc? + - think about features etc. +- github - delete "intro" page 1.5.20 diff --git a/src/docs/todo.txt b/src/docs/todo.txt index 51911d4..beeb0a3 100644 --- a/src/docs/todo.txt +++ b/src/docs/todo.txt @@ -1,25 +1,21 @@ -- redo the HOME page - perhaps more screenshots, etc? - - think about features etc. - - explain that stuff should be self-explanatory, if not, i've done something wrong -- github - delete "intro" page? not sure - codeproject - redo the "intro" article - update it - extra features - - copy/paste (html) - - any new shortcut? - - details pane +- as of version 1.6, i allow eventlogview/debugviewer - github sidebar -> can add links to codeproject +- add my todo issues into git + + + - article about event viewer - title: view Windows Event Logs can be fun - note: i will briefly mention outputdebugstring - explain about editing Description pane , etc. -- tidbits : about finding, about Description control, about copying records from event viewer -- add my todo issues into git -- submit to http://www.codeproject.com/script/Awards/Conditions.aspx?cid=855 ? diff --git a/src/logwizardsetup/logwizardsetup.vdproj b/src/logwizardsetup/logwizardsetup.vdproj index 440bd09..7181fb0 100644 --- a/src/logwizardsetup/logwizardsetup.vdproj +++ b/src/logwizardsetup/logwizardsetup.vdproj @@ -472,7 +472,7 @@ { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.2291, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.18381, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { "_820C961080BECE943B0CBB285A1209BA" @@ -534,7 +534,7 @@ { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:lw_common, Version=1.5.16.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:lw_common, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { "_C8B46DF279E1B4F613E1AB160AF480C8" @@ -672,15 +672,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Log Wizard Setup" - "ProductCode" = "8:{C3AA9466-77F0-4ED9-B9CE-68614D306A11}" - "PackageCode" = "8:{4D848F6C-8355-4266-A420-EFDCC3D73C31}" + "ProductCode" = "8:{01428F52-EDCB-4BE4-BF38-33C22BCC7BF1}" + "PackageCode" = "8:{4DFA650E-C3D2-4011-A6F6-E065BF5C95B3}" "UpgradeCode" = "8:{0E5BB812-A969-415B-9362-F64234C67C4A}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.5.17" + "ProductVersion" = "8:1.6.1" "Manufacturer" = "8:John Torjo" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" @@ -1250,7 +1250,7 @@ } "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_900BA54346A2479085BF08862BE89061" { - "SourcePath" = "8:..\\obj\\x64\\Dbg64\\LogWizard.exe" + "SourcePath" = "8:..\\obj\\x64\\Release64\\LogWizard.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_E297CB39A550491681319D6F014A659B" diff --git a/src/lw_common/Properties/AssemblyInfo.cs b/src/lw_common/Properties/AssemblyInfo.cs index 576f714..f59e62a 100644 --- a/src/lw_common/Properties/AssemblyInfo.cs +++ b/src/lw_common/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.5.17.0")] -[assembly: AssemblyFileVersion("1.5.17.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/test_ui/Properties/AssemblyInfo.cs b/src/test_ui/Properties/AssemblyInfo.cs index d627bfc..a78554d 100644 --- a/src/test_ui/Properties/AssemblyInfo.cs +++ b/src/test_ui/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.5.17.0")] -[assembly: AssemblyFileVersion("1.5.17.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] diff --git a/src/ui/log_wizard.Designer.cs b/src/ui/log_wizard.Designer.cs index d7f9fc2..80220cd 100644 --- a/src/ui/log_wizard.Designer.cs +++ b/src/ui/log_wizard.Designer.cs @@ -147,7 +147,7 @@ private void InitializeComponent() this.logHistory.FormattingEnabled = true; this.logHistory.Location = new System.Drawing.Point(285, 3); this.logHistory.Name = "logHistory"; - this.logHistory.Size = new System.Drawing.Size(850, 23); + this.logHistory.Size = new System.Drawing.Size(892, 23); this.logHistory.TabIndex = 7; this.tip.SetToolTip(this.logHistory, "History - just select any of the previous logs, and they instantly load"); this.logHistory.Visible = false; @@ -160,7 +160,7 @@ private void InitializeComponent() this.newFilteredView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.newFilteredView.ContextMenuStrip = this.newViewMenu; this.newFilteredView.Font = new System.Drawing.Font("Segoe UI", 7F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.newFilteredView.Location = new System.Drawing.Point(310, 29); + this.newFilteredView.Location = new System.Drawing.Point(308, 29); this.newFilteredView.Name = "newFilteredView"; this.newFilteredView.Size = new System.Drawing.Size(18, 20); this.newFilteredView.TabIndex = 1; @@ -195,7 +195,7 @@ private void InitializeComponent() // this.delFilteredView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.delFilteredView.Font = new System.Drawing.Font("Segoe UI", 7F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.delFilteredView.Location = new System.Drawing.Point(328, 29); + this.delFilteredView.Location = new System.Drawing.Point(326, 29); this.delFilteredView.Name = "delFilteredView"; this.delFilteredView.Size = new System.Drawing.Size(18, 20); this.delFilteredView.TabIndex = 2; @@ -256,7 +256,7 @@ private void InitializeComponent() this.synchronizedWithFullLog.Checked = true; this.synchronizedWithFullLog.CheckState = System.Windows.Forms.CheckState.Checked; this.synchronizedWithFullLog.Font = new System.Drawing.Font("Segoe UI", 7F); - this.synchronizedWithFullLog.Location = new System.Drawing.Point(397, 29); + this.synchronizedWithFullLog.Location = new System.Drawing.Point(395, 29); this.synchronizedWithFullLog.Name = "synchronizedWithFullLog"; this.synchronizedWithFullLog.Size = new System.Drawing.Size(46, 20); this.synchronizedWithFullLog.TabIndex = 1; @@ -272,7 +272,7 @@ private void InitializeComponent() this.synchronizeWithExistingLogs.Checked = true; this.synchronizeWithExistingLogs.CheckState = System.Windows.Forms.CheckState.Checked; this.synchronizeWithExistingLogs.Font = new System.Drawing.Font("Segoe UI", 7F); - this.synchronizeWithExistingLogs.Location = new System.Drawing.Point(351, 29); + this.synchronizeWithExistingLogs.Location = new System.Drawing.Point(349, 29); this.synchronizeWithExistingLogs.Name = "synchronizeWithExistingLogs"; this.synchronizeWithExistingLogs.Size = new System.Drawing.Size(46, 20); this.synchronizeWithExistingLogs.TabIndex = 3; @@ -619,7 +619,7 @@ private void InitializeComponent() this.splitDescription.Panel2.Controls.Add(this.description); this.splitDescription.Panel2MinSize = 100; this.splitDescription.Size = new System.Drawing.Size(974, 450); - this.splitDescription.SplitterDistance = 320; + this.splitDescription.SplitterDistance = 318; this.splitDescription.SplitterWidth = 6; this.splitDescription.TabIndex = 18; this.splitDescription.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitDescription_SplitterMoved); @@ -640,8 +640,8 @@ private void InitializeComponent() this.filteredLeft.Panel1.Controls.Add(this.viewsTab); this.filteredLeft.Panel1MinSize = 100; this.filteredLeft.Panel2MinSize = 100; - this.filteredLeft.Size = new System.Drawing.Size(974, 320); - this.filteredLeft.SplitterDistance = 481; + this.filteredLeft.Size = new System.Drawing.Size(974, 318); + this.filteredLeft.SplitterDistance = 479; this.filteredLeft.SplitterWidth = 6; this.filteredLeft.TabIndex = 0; this.filteredLeft.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.filteredLeft_SplitterMoved); @@ -657,7 +657,7 @@ private void InitializeComponent() this.viewsTab.Location = new System.Drawing.Point(0, 3); this.viewsTab.Name = "viewsTab"; this.viewsTab.SelectedIndex = 0; - this.viewsTab.Size = new System.Drawing.Size(476, 318); + this.viewsTab.Size = new System.Drawing.Size(474, 316); this.viewsTab.TabIndex = 0; this.viewsTab.SelectedIndexChanged += new System.EventHandler(this.viewsTab_SelectedIndexChanged); this.viewsTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.filteredViews_DragDrop); @@ -669,7 +669,7 @@ private void InitializeComponent() this.tabPage1.Location = new System.Drawing.Point(4, 24); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(468, 290); + this.tabPage1.Size = new System.Drawing.Size(466, 288); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "View"; this.tabPage1.UseVisualStyleBackColor = true; @@ -684,7 +684,7 @@ private void InitializeComponent() this.dropHere.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dropHere.Location = new System.Drawing.Point(3, 3); this.dropHere.Name = "dropHere"; - this.dropHere.Size = new System.Drawing.Size(457, 290); + this.dropHere.Size = new System.Drawing.Size(455, 288); this.dropHere.TabIndex = 0; this.dropHere.Text = "Drop it Like it\'s Hot!\r\nJust drop a file here, and get to work!\r\n"; this.dropHere.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -697,7 +697,7 @@ private void InitializeComponent() this.description.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.description.Location = new System.Drawing.Point(0, 0); this.description.Name = "description"; - this.description.Size = new System.Drawing.Size(974, 124); + this.description.Size = new System.Drawing.Size(974, 126); this.description.TabIndex = 0; // // refresh @@ -727,9 +727,9 @@ private void InitializeComponent() this.whatsup.animate_speed_ms = 100; this.whatsup.BackColor = System.Drawing.Color.Transparent; this.whatsup.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.whatsup.Location = new System.Drawing.Point(1142, 2); + this.whatsup.Location = new System.Drawing.Point(1183, 2); this.whatsup.Name = "whatsup"; - this.whatsup.Size = new System.Drawing.Size(109, 24); + this.whatsup.Size = new System.Drawing.Size(68, 24); this.whatsup.TabIndex = 19; this.whatsup.Text = "Actions"; this.whatsup.UseVisualStyleBackColor = false;