From 7f3cbc454f416b099f4b6d22d45e590587eecac1 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Thu, 21 Jul 2022 22:29:12 -0400 Subject: [PATCH 1/2] Bug fix #319 : in some cases mp3 chapter metadata was incorrect --- Source/AaxDecrypter/AaxDecrypter.csproj | 2 +- Source/AppScaffolding/AppScaffolding.csproj | 2 +- Source/LibationWinForms/LibationWinForms.csproj | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/AaxDecrypter/AaxDecrypter.csproj b/Source/AaxDecrypter/AaxDecrypter.csproj index 84bfe99c..c53c1baf 100644 --- a/Source/AaxDecrypter/AaxDecrypter.csproj +++ b/Source/AaxDecrypter/AaxDecrypter.csproj @@ -5,7 +5,7 @@ - + diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 66a20c2a..edc6deec 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -2,7 +2,7 @@ net6.0-windows - 8.2.4.1 + 8.2.5.1 diff --git a/Source/LibationWinForms/LibationWinForms.csproj b/Source/LibationWinForms/LibationWinForms.csproj index d2618ec1..149deedd 100644 --- a/Source/LibationWinForms/LibationWinForms.csproj +++ b/Source/LibationWinForms/LibationWinForms.csproj @@ -66,11 +66,11 @@ - - - - - + + + + + From a0fd0a3de64262a45a11d08b1868c3c20c53900e Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 22 Jul 2022 11:15:04 -0400 Subject: [PATCH 2/2] Book details dialog. On open, tags should be first focus --- .../Dialogs/BookDetailsDialog.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs b/Source/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs index a21f9e29..2bf9d85e 100644 --- a/Source/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs +++ b/Source/LibationWinForms/Dialogs/BookDetailsDialog.Designer.cs @@ -100,7 +100,7 @@ this.detailsTb.ReadOnly = true; this.detailsTb.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.detailsTb.Size = new System.Drawing.Size(484, 202); - this.detailsTb.TabIndex = 1; + this.detailsTb.TabIndex = 3; // // tagsGb // @@ -111,7 +111,7 @@ this.tagsGb.Location = new System.Drawing.Point(12, 220); this.tagsGb.Name = "tagsGb"; this.tagsGb.Size = new System.Drawing.Size(570, 73); - this.tagsGb.TabIndex = 2; + this.tagsGb.TabIndex = 0; this.tagsGb.TabStop = false; this.tagsGb.Text = "Edit Tags"; // @@ -138,7 +138,7 @@ this.liberatedGb.Location = new System.Drawing.Point(12, 299); this.liberatedGb.Name = "liberatedGb"; this.liberatedGb.Size = new System.Drawing.Size(570, 122); - this.liberatedGb.TabIndex = 3; + this.liberatedGb.TabIndex = 1; this.liberatedGb.TabStop = false; this.liberatedGb.Text = "Liberated status: Whether the book/pdf has been downloaded"; // @@ -194,7 +194,7 @@ this.audibleLink.Location = new System.Drawing.Point(12, 169); this.audibleLink.Name = "audibleLink"; this.audibleLink.Size = new System.Drawing.Size(57, 45); - this.audibleLink.TabIndex = 0; + this.audibleLink.TabIndex = 2; this.audibleLink.TabStop = true; this.audibleLink.Text = "Open in\r\nAudible\r\n(browser)"; this.audibleLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.audibleLink_LinkClicked);