From 52aa2706c08e20e0850986ab2db7b4507ee365dd Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 22 Feb 2023 20:39:40 +0100 Subject: [PATCH] switch to MahApps controls and style Why didn't I find this sooner? --- EliteBGS/App.xaml | 10 +++- EliteBGS/App.xaml.cs | 3 +- EliteBGS/EliteBGS - Backup.csproj | 86 +++++++++++++++++++++++++++++ EliteBGS/EliteBGS.csproj | 1 + EliteBGS/MainWindow.xaml | 52 +++++++++++------ EliteBGS/MainWindow.xaml.cs | 82 +++++++++++++++++++++++---- EliteBGS/MinusFortyFiveConverter.cs | 2 +- EliteBGS/Util/AppConfig.cs | 45 ++++++++++----- EliteBGS/Util/Config.cs | 10 ---- 9 files changed, 237 insertions(+), 54 deletions(-) create mode 100644 EliteBGS/EliteBGS - Backup.csproj diff --git a/EliteBGS/App.xaml b/EliteBGS/App.xaml index c1f96d0..260daf3 100644 --- a/EliteBGS/App.xaml +++ b/EliteBGS/App.xaml @@ -4,6 +4,14 @@ xmlns:local="clr-namespace:EliteBGS" StartupUri="MainWindow.xaml"> - + + + + + + + + + diff --git a/EliteBGS/App.xaml.cs b/EliteBGS/App.xaml.cs index 34d7049..396e852 100644 --- a/EliteBGS/App.xaml.cs +++ b/EliteBGS/App.xaml.cs @@ -1,4 +1,5 @@ -using System.Windows; +using ControlzEx.Theming; +using System.Windows; namespace EliteBGS { /// diff --git a/EliteBGS/EliteBGS - Backup.csproj b/EliteBGS/EliteBGS - Backup.csproj new file mode 100644 index 0000000..fc32da3 --- /dev/null +++ b/EliteBGS/EliteBGS - Backup.csproj @@ -0,0 +1,86 @@ + + + net7.0-windows + WinExe + 0.2.6 + false + true + true + true + + + EliteBGSApplication + + + Salus.ico + BGS reporting and logging tool for Elite:Dangerous + nola + Copyright 2019 by Florian Stinglmayr + https://git.aror.org/florian/EDBGS + ED;Elite Dangerous;BGS + https://bgs.n0la.org + README.md + + + + PreserveNewest + + + PreserveNewest + True + \ + + + Always + + + + + PreserveNewest + + + + + PreserveNewest + + + + + + + + Always + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + + \ No newline at end of file diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index fc32da3..0d900b2 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -60,6 +60,7 @@ + diff --git a/EliteBGS/MainWindow.xaml b/EliteBGS/MainWindow.xaml index dcd48ee..0cb7c41 100644 --- a/EliteBGS/MainWindow.xaml +++ b/EliteBGS/MainWindow.xaml @@ -1,4 +1,5 @@ - + + + + + @@ -22,9 +28,9 @@ - + - + @@ -41,16 +47,16 @@