From a7ce2e208db1b4376b04274e16af7e6882b3a793 Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 5 Jul 2020 19:56:15 -0500 Subject: [PATCH] New styles for buttons and textboxes and context menus. Khernet.App.Container nuget package updated to 1.0.7 version. Removed unused folders of vlc library. Version marked as RC (Release Candidate) --- .../Khernet.Core.Container.csproj | 4 +- .../Khernet.Core.Container/packages.config | 2 +- Khernet.UI/Khernet.UI.Presentation/App.xaml | 4 +- .../Controls/Chat/FileMessageControl.xaml | 3 +- .../Controls/Chat/ReplyMessageControl.xaml | 6 +- .../Controls/Chat/VideoMessageControl.xaml | 6 +- .../Controls/Dialogs/CacheCleanerControl.xaml | 14 +- .../Controls/Dialogs/FieldEditorControl.xaml | 6 +- .../Controls/Dialogs/NotificationControl.xaml | 8 +- .../Controls/Media/AudioItemControl.xaml | 3 +- .../Controls/Media/ImageItemControl.xaml | 2 + .../Controls/Media/MediaGalleryControl.xaml | 3 +- .../Controls/MessageBoxUserControl.xaml | 70 +- .../Controls/User/UserBrowser.xaml | 13 +- .../Converters/ButtonShapeMultiConverter.cs | 55 + .../Converters/ButtonShineMultiConverter.cs | 49 + .../Khernet.UI.Presentation.csproj | 2 + .../Khernet.UI.Presentation/MainWindow.xaml | 2 +- .../Pages/AboutPage.xaml | 2 +- .../Pages/CachePage.xaml | 45 +- .../Pages/ChatPage.xaml | 16 +- .../Pages/FileListPage.xaml | 9 +- .../Pages/LoginPage.xaml | 28 +- .../Pages/ProfilePage.xaml | 22 +- .../Pages/ProfileViewerPage.xaml | 31 +- .../Pages/ResendPage.xaml | 4 +- .../Pages/SettingsPage.xaml | 6 +- .../Pages/SignOutPage.xaml | 3 +- .../Pages/SignUpPage.xaml | 13 +- .../Pages/VideoListPage.xaml | 7 +- .../Resources/DataTemplates.xaml | 55 +- .../Resources/ObjectModels.xaml | 40 +- .../Styles/Buttons.xaml | 366 ++-- .../Styles/Colors.xaml | 5 + .../Styles/ListBoxStyles.xaml | 1 + .../Styles/Textblocks.xaml | 19 +- .../Styles/Textboxes.xaml | 1491 +---------------- 37 files changed, 603 insertions(+), 1812 deletions(-) create mode 100644 Khernet.UI/Khernet.UI.Presentation/Converters/ButtonShapeMultiConverter.cs create mode 100644 Khernet.UI/Khernet.UI.Presentation/Converters/ButtonShineMultiConverter.cs diff --git a/Khernet.Core/Engine/Khernet.Core.Container/Khernet.Core.Container.csproj b/Khernet.Core/Engine/Khernet.Core.Container/Khernet.Core.Container.csproj index 0cc81f3..18b9328 100644 --- a/Khernet.Core/Engine/Khernet.Core.Container/Khernet.Core.Container.csproj +++ b/Khernet.Core/Engine/Khernet.Core.Container/Khernet.Core.Container.csproj @@ -69,11 +69,11 @@ - + Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}. - + \ No newline at end of file diff --git a/Khernet.Core/Engine/Khernet.Core.Container/packages.config b/Khernet.Core/Engine/Khernet.Core.Container/packages.config index d259c2a..32b4e27 100644 --- a/Khernet.Core/Engine/Khernet.Core.Container/packages.config +++ b/Khernet.Core/Engine/Khernet.Core.Container/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Khernet.UI/Khernet.UI.Presentation/App.xaml b/Khernet.UI/Khernet.UI.Presentation/App.xaml index 35e9cdb..96bd6d6 100644 --- a/Khernet.UI/Khernet.UI.Presentation/App.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/App.xaml @@ -17,14 +17,14 @@ + + - - + + + @@ -44,35 +52,41 @@ + + + + + + - + - - - + + + - + - - - + + + - + - + diff --git a/Khernet.UI/Khernet.UI.Presentation/Styles/Buttons.xaml b/Khernet.UI/Khernet.UI.Presentation/Styles/Buttons.xaml index 307c7eb..5235502 100644 --- a/Khernet.UI/Khernet.UI.Presentation/Styles/Buttons.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/Styles/Buttons.xaml @@ -7,142 +7,7 @@ xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Khernet.UI/Khernet.UI.Presentation/Styles/Colors.xaml b/Khernet.UI/Khernet.UI.Presentation/Styles/Colors.xaml index a36dc95..cf1bfdf 100644 --- a/Khernet.UI/Khernet.UI.Presentation/Styles/Colors.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/Styles/Colors.xaml @@ -3,6 +3,11 @@ > + + + + + #ffffff diff --git a/Khernet.UI/Khernet.UI.Presentation/Styles/ListBoxStyles.xaml b/Khernet.UI/Khernet.UI.Presentation/Styles/ListBoxStyles.xaml index 1d7a8ec..1891c69 100644 --- a/Khernet.UI/Khernet.UI.Presentation/Styles/ListBoxStyles.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/Styles/ListBoxStyles.xaml @@ -121,6 +121,7 @@ diff --git a/Khernet.UI/Khernet.UI.Presentation/Styles/Textblocks.xaml b/Khernet.UI/Khernet.UI.Presentation/Styles/Textblocks.xaml index 2cc359a..34cc106 100644 --- a/Khernet.UI/Khernet.UI.Presentation/Styles/Textblocks.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/Styles/Textblocks.xaml @@ -1,11 +1,11 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> - + + - - diff --git a/Khernet.UI/Khernet.UI.Presentation/Styles/Textboxes.xaml b/Khernet.UI/Khernet.UI.Presentation/Styles/Textboxes.xaml index fe3251c..8a33a78 100644 --- a/Khernet.UI/Khernet.UI.Presentation/Styles/Textboxes.xaml +++ b/Khernet.UI/Khernet.UI.Presentation/Styles/Textboxes.xaml @@ -4,968 +4,29 @@ xmlns:converters="clr-namespace:MahApps.Metro.Converters;assembly=MahApps.Metro" xmlns:ucontrols="clr-namespace:Khernet.UI.Controls"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Visible - - - - - - - - - - - - - - - - - - - - - - - Collapsed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Visible - - - - - - - - - - - - - - - - - - - - - - - Collapsed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file