From 01f0cc2bb6e23a521d4c6f9b57ec8ecc38537ffc Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Tue, 30 Nov 2021 11:55:02 +1000 Subject: [PATCH] Added globalization to the Main Window Start Mode setting in the Global Settings. --- .../Globalization/en-US/en-US.xaml | 6 +++++ src/ConanServerManager/VersionFeed.xml | 25 ++++++++++++++++++- src/ConanServerManager/VersionFeedBeta.xml | 24 +++++------------- .../Windows/GlobalSettingsControl.xaml | 2 +- .../Windows/GlobalSettingsControl.xaml.cs | 14 ++++++----- 5 files changed, 45 insertions(+), 26 deletions(-) diff --git a/src/ConanServerManager/Globalization/en-US/en-US.xaml b/src/ConanServerManager/Globalization/en-US/en-US.xaml index 62024801..e05e6e2b 100644 --- a/src/ConanServerManager/Globalization/en-US/en-US.xaml +++ b/src/ConanServerManager/Globalization/en-US/en-US.xaml @@ -57,6 +57,12 @@ All + + Normal + Minimized + Maximized + + x % diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml index ff481f7e..e6946cb8 100644 --- a/src/ConanServerManager/VersionFeed.xml +++ b/src/ConanServerManager/VersionFeed.xml @@ -5,7 +5,30 @@ Conan Server Manager Version Feed This is the Conan Server Manager release version feed. - 2021-11-24T00:00:00Z + 2021-11-30T00:00:00Z + + + urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E + 1.1.54 (1.1.54.1) + 1.1.54.1 + + 2021-11-30T00:00:00Z + +
+

+ CHANGE +
+

    +
  • Added globalization to the Main Window Start Mode setting in the Global Settings.
  • +
+

+
+
+ + bletch + bletch1971@hotmail.com + +
urn:uuid:80B2DFDC-E9BE-4B56-A1FE-DD57E64647D1 diff --git a/src/ConanServerManager/VersionFeedBeta.xml b/src/ConanServerManager/VersionFeedBeta.xml index 211a31f0..68ad2975 100644 --- a/src/ConanServerManager/VersionFeedBeta.xml +++ b/src/ConanServerManager/VersionFeedBeta.xml @@ -5,33 +5,21 @@ Conan Server Manager Version Feed This is the Conan Server Manager beta version feed. - 2021-11-24T00:00:00Z + 2021-11-30T00:00:00Z - urn:uuid:80B2DFDC-E9BE-4B56-A1FE-DD57E64647D1 - 1.1.53 (1.1.53.1) - 1.1.53.1 + urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E + 1.1.54 (1.1.54.1) + 1.1.54.1 - 2021-11-24T00:00:00Z + 2021-11-30T00:00:00Z

- BUGFIX -
-

    -
  • Fixed a crashing bug when CSM closes and is unable to find the backup location to save the config settings.
  • -
- NEW -
-
    -
  • Global Settings - added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • -
  • Main Window - now stores the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
  • -
  • Server Settings - added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen, it will size the grid correctly.
  • -
CHANGE
    -
  • Fixed the steamcmd warning about 'Please use force_install_dir before login!'.
  • +
  • Added globalization to the Main Window Start Mode setting in the Global Settings.

diff --git a/src/ConanServerManager/Windows/GlobalSettingsControl.xaml b/src/ConanServerManager/Windows/GlobalSettingsControl.xaml index 56793e51..89ab0d9c 100644 --- a/src/ConanServerManager/Windows/GlobalSettingsControl.xaml +++ b/src/ConanServerManager/Windows/GlobalSettingsControl.xaml @@ -136,7 +136,7 @@