From 7a26013f99d52b359659be2950f396c025b57697 Mon Sep 17 00:00:00 2001 From: Christopher Stelma Date: Tue, 8 Aug 2023 15:00:21 -0700 Subject: [PATCH 01/50] Triple click template problem (#786) * Revert "Remove triple click from URL mass downloader text box (#783)" This reverts commit 559e5d9cce143cf6cfc35784d5386c2a4a0ce967. * remove template override? * Revert "remove template override?" This reverts commit 499c88d3161270bddc111d298402aa8bf780635b. * kinda * better? * some layout stuff * cleanup; w/s + center button * cleanup * format * review comments: remove redundant * visual order * review feedback: remove template setter on other windows/pages * review feedback: space between elements --- TwitchDownloaderWPF/PageChatDownload.xaml | 1 - TwitchDownloaderWPF/PageChatRender.xaml | 1 - TwitchDownloaderWPF/PageChatUpdate.xaml | 1 - TwitchDownloaderWPF/PageClipDownload.xaml | 1 - TwitchDownloaderWPF/PageVodDownload.xaml | 1 - TwitchDownloaderWPF/WindowMassDownload.xaml | 1 - TwitchDownloaderWPF/WindowQueueOptions.xaml | 1 - TwitchDownloaderWPF/WindowRangeSelect.xaml | 1 - TwitchDownloaderWPF/WindowSettings.xaml | 1 - TwitchDownloaderWPF/WindowUrlList.xaml | 19 +++++++++++++++---- 10 files changed, 15 insertions(+), 13 deletions(-) diff --git a/TwitchDownloaderWPF/PageChatDownload.xaml b/TwitchDownloaderWPF/PageChatDownload.xaml index f23bdf5a..c95fbf85 100644 --- a/TwitchDownloaderWPF/PageChatDownload.xaml +++ b/TwitchDownloaderWPF/PageChatDownload.xaml @@ -20,7 +20,6 @@ diff --git a/TwitchDownloaderWPF/PageChatRender.xaml b/TwitchDownloaderWPF/PageChatRender.xaml index 3f7a2d25..c7560c89 100644 --- a/TwitchDownloaderWPF/PageChatRender.xaml +++ b/TwitchDownloaderWPF/PageChatRender.xaml @@ -20,7 +20,6 @@ diff --git a/TwitchDownloaderWPF/PageChatUpdate.xaml b/TwitchDownloaderWPF/PageChatUpdate.xaml index adda5771..1eb270f3 100644 --- a/TwitchDownloaderWPF/PageChatUpdate.xaml +++ b/TwitchDownloaderWPF/PageChatUpdate.xaml @@ -20,7 +20,6 @@ diff --git a/TwitchDownloaderWPF/PageClipDownload.xaml b/TwitchDownloaderWPF/PageClipDownload.xaml index 3d2c6903..c875b23e 100644 --- a/TwitchDownloaderWPF/PageClipDownload.xaml +++ b/TwitchDownloaderWPF/PageClipDownload.xaml @@ -19,7 +19,6 @@ diff --git a/TwitchDownloaderWPF/PageVodDownload.xaml b/TwitchDownloaderWPF/PageVodDownload.xaml index f554e9eb..ed2be6a8 100644 --- a/TwitchDownloaderWPF/PageVodDownload.xaml +++ b/TwitchDownloaderWPF/PageVodDownload.xaml @@ -21,7 +21,6 @@ diff --git a/TwitchDownloaderWPF/WindowMassDownload.xaml b/TwitchDownloaderWPF/WindowMassDownload.xaml index 1beebb7c..ac9b3ad5 100644 --- a/TwitchDownloaderWPF/WindowMassDownload.xaml +++ b/TwitchDownloaderWPF/WindowMassDownload.xaml @@ -15,7 +15,6 @@ diff --git a/TwitchDownloaderWPF/WindowQueueOptions.xaml b/TwitchDownloaderWPF/WindowQueueOptions.xaml index 839afb5a..2117bbe7 100644 --- a/TwitchDownloaderWPF/WindowQueueOptions.xaml +++ b/TwitchDownloaderWPF/WindowQueueOptions.xaml @@ -14,7 +14,6 @@ diff --git a/TwitchDownloaderWPF/WindowRangeSelect.xaml b/TwitchDownloaderWPF/WindowRangeSelect.xaml index c9f45d2e..26e05f24 100644 --- a/TwitchDownloaderWPF/WindowRangeSelect.xaml +++ b/TwitchDownloaderWPF/WindowRangeSelect.xaml @@ -14,7 +14,6 @@ diff --git a/TwitchDownloaderWPF/WindowSettings.xaml b/TwitchDownloaderWPF/WindowSettings.xaml index fb4fc65e..a36385c2 100644 --- a/TwitchDownloaderWPF/WindowSettings.xaml +++ b/TwitchDownloaderWPF/WindowSettings.xaml @@ -16,7 +16,6 @@ diff --git a/TwitchDownloaderWPF/WindowUrlList.xaml b/TwitchDownloaderWPF/WindowUrlList.xaml index fdb1d966..2c06b2c0 100644 --- a/TwitchDownloaderWPF/WindowUrlList.xaml +++ b/TwitchDownloaderWPF/WindowUrlList.xaml @@ -4,16 +4,27 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:TwitchDownloaderWPF" + xmlns:behave="clr-namespace:TwitchDownloaderWPF.Behaviors" xmlns:lex="http://wpflocalizeextension.codeplex.com" lex:LocalizeDictionary.DesignCulture="" lex:ResxLocalizationProvider.DefaultAssembly="TwitchDownloaderWPF" lex:ResxLocalizationProvider.DefaultDictionary="Strings" mc:Ignorable="d" Title="Mass Download URL List" MinHeight="590" Height="600" MinWidth="485" Width="500" Loaded="Window_Loaded"> + + + - -