From 6e87284ab24506620d1cc80fbc2db95c72b6b00a Mon Sep 17 00:00:00 2001 From: Karl Clinckspoor <30571394+KarlClinckspoor@users.noreply.github.com> Date: Sat, 18 Mar 2023 21:51:38 -0300 Subject: [PATCH 1/4] Small revamp of UI with WPF. Added log, described actions. --- .../Editor/CompareGameObjectProperties.cs | 2 +- .../TestRemovingLockFromAllDoorsInArk.cs | 2 +- .../Tools/TestWhatUltimateEditorFixes.cs | 2 +- UWRandomizerWPF/MainWindow.xaml | 50 ++++++++------ UWRandomizerWPF/MainWindow.xaml.cs | 68 +++++++++++++++---- UWRandomizerWPF/Singletons.cs | 2 +- UWRandomizerWPF/UWRandomizerWPF.csproj | 2 +- 7 files changed, 92 insertions(+), 36 deletions(-) diff --git a/UWRandomizerUnitTests/Editor/CompareGameObjectProperties.cs b/UWRandomizerUnitTests/Editor/CompareGameObjectProperties.cs index 868d3c6..da6775c 100644 --- a/UWRandomizerUnitTests/Editor/CompareGameObjectProperties.cs +++ b/UWRandomizerUnitTests/Editor/CompareGameObjectProperties.cs @@ -5,7 +5,7 @@ using System.Reflection; using System.Text.Json; using NUnit.Framework; -using UWRandomizer; +using UWRandomizerWPF; using UWRandomizerEditor; using UWRandomizerEditor.LEVdotARK; using UWRandomizerEditor.LEVdotARK.Blocks; diff --git a/UWRandomizerUnitTests/Tools/TestRemovingLockFromAllDoorsInArk.cs b/UWRandomizerUnitTests/Tools/TestRemovingLockFromAllDoorsInArk.cs index 4916fb4..e7a3e64 100644 --- a/UWRandomizerUnitTests/Tools/TestRemovingLockFromAllDoorsInArk.cs +++ b/UWRandomizerUnitTests/Tools/TestRemovingLockFromAllDoorsInArk.cs @@ -2,7 +2,7 @@ using System.Configuration; using System.IO; using NUnit.Framework; -using UWRandomizer; +using UWRandomizerWPF; using UWRandomizerEditor.LEVdotARK; using UWRandomizerEditor.LEVdotARK.Blocks; using UWRandomizerEditor.LEVdotARK.GameObjects.Specifics; diff --git a/UWRandomizerUnitTests/Tools/TestWhatUltimateEditorFixes.cs b/UWRandomizerUnitTests/Tools/TestWhatUltimateEditorFixes.cs index e2700f7..ddbb35a 100644 --- a/UWRandomizerUnitTests/Tools/TestWhatUltimateEditorFixes.cs +++ b/UWRandomizerUnitTests/Tools/TestWhatUltimateEditorFixes.cs @@ -1,7 +1,7 @@ using System; using System.IO; using NUnit.Framework; -using UWRandomizer; +using UWRandomizerWPF; using UWRandomizerEditor.LEVdotARK; using UWRandomizerEditor.LEVdotARK.Blocks; using UWRandomizerTools; diff --git a/UWRandomizerWPF/MainWindow.xaml b/UWRandomizerWPF/MainWindow.xaml index 66facba..3a3e4a7 100644 --- a/UWRandomizerWPF/MainWindow.xaml +++ b/UWRandomizerWPF/MainWindow.xaml @@ -1,4 +1,4 @@ - - - + + - + @@ -29,39 +29,51 @@ -