From aeff58b972bd5bb52116de1eb2f4fcb0530776cc Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Fri, 8 Mar 2024 00:34:21 +0100 Subject: [PATCH] rename --- ... => HomeVideoCollectionViewResources.resw} | 0 .../Home/HomeVideoCollectionViewModel.cs | 2 +- .../Home/HomeViewModel.cs | 14 +-- .../Home/HomeVideoCollectionView.xaml | 70 +++++++-------- .../StringResourcesService.cs | 6 +- VDownload/App.xaml | 2 +- .../AuthorDark.png | Bin .../AuthorLight.png | Bin .../DateDark.png | Bin .../DateLight.png | Bin .../DirectoryDark.png | Bin .../DirectoryLight.png | Bin .../ExtensionDark.png | Bin .../ExtensionLight.png | Bin .../FilenameDark.png | Bin .../FilenameLight.png | Bin .../MediaDark.png | Bin .../MediaLight.png | Bin .../QualityDark.png | Bin .../QualityLight.png | Bin .../TimeDark.png | Bin .../TimeLight.png | Bin .../TrimDark.png | Bin .../TrimLight.png | Bin .../ViewDark.png | Bin .../ViewLight.png | Bin .../Images/ImagesHomePlaylistView.xaml | 36 -------- .../Images/ImagesHomeVideoCollectionView.xaml | 35 ++++++++ VDownload/VDownload.csproj | 84 +++++++++--------- 29 files changed, 124 insertions(+), 125 deletions(-) rename VDownload.Core/VDownload.Core.Strings/Strings/en-US/{HomePlaylistViewResources.resw => HomeVideoCollectionViewResources.resw} (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/AuthorDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/AuthorLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/DateDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/DateLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/DirectoryDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/DirectoryLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/ExtensionDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/ExtensionLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/FilenameDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/FilenameLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/MediaDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/MediaLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/QualityDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/QualityLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/TimeDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/TimeLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/TrimDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/TrimLight.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/ViewDark.png (100%) rename VDownload/Assets/{HomePlaylistView => HomeVideoCollectionView}/ViewLight.png (100%) delete mode 100644 VDownload/Dictionaries/Images/ImagesHomePlaylistView.xaml create mode 100644 VDownload/Dictionaries/Images/ImagesHomeVideoCollectionView.xaml diff --git a/VDownload.Core/VDownload.Core.Strings/Strings/en-US/HomePlaylistViewResources.resw b/VDownload.Core/VDownload.Core.Strings/Strings/en-US/HomeVideoCollectionViewResources.resw similarity index 100% rename from VDownload.Core/VDownload.Core.Strings/Strings/en-US/HomePlaylistViewResources.resw rename to VDownload.Core/VDownload.Core.Strings/Strings/en-US/HomeVideoCollectionViewResources.resw diff --git a/VDownload.Core/VDownload.Core.ViewModels/Home/HomeVideoCollectionViewModel.cs b/VDownload.Core/VDownload.Core.ViewModels/Home/HomeVideoCollectionViewModel.cs index ddba5b0..49ec442 100644 --- a/VDownload.Core/VDownload.Core.ViewModels/Home/HomeVideoCollectionViewModel.cs +++ b/VDownload.Core/VDownload.Core.ViewModels/Home/HomeVideoCollectionViewModel.cs @@ -202,7 +202,7 @@ namespace VDownload.Core.ViewModels.Home #region PUBLIC METHODS - public void LoadPlaylist(VideoCollection collection) + public void LoadCollection(VideoCollection collection) { _collection = collection; ParallelQuery