From b40265e029cd443910edf48bd242c6cbc585d99a Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Sun, 27 Apr 2025 21:24:58 -0500 Subject: [PATCH] Revert "UI: Update Avalonia to 11.2.8, FluentAvalonia to 2.3.0" This reverts commit 01f037ae8379492d2c2adc1e09b7de41fc2a62b3. --- Directory.Packages.props | 16 +- src/Ryujinx/Ryujinx.csproj | 2 +- .../UI/Views/Settings/SettingsAudioView.axaml | 23 +-- .../UI/Views/Settings/SettingsCPUView.axaml | 17 +- .../Views/Settings/SettingsGraphicsView.axaml | 159 +++++++++------- .../Views/Settings/SettingsLoggingView.axaml | 23 ++- .../Views/Settings/SettingsNetworkView.axaml | 15 +- .../Views/Settings/SettingsSystemView.axaml | 175 +++++++++++------- .../UI/Views/Settings/SettingsUIView.axaml | 30 +-- .../UI/Views/User/UserEditorView.axaml | 20 +- .../UI/Views/User/UserSaveManagerView.axaml | 20 +- .../UI/Views/User/UserSelectorView.axaml | 15 +- 12 files changed, 295 insertions(+), 220 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 766f46b04..2a45370e5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,18 +3,18 @@ true - - - - - - - + + + + + + + - + diff --git a/src/Ryujinx/Ryujinx.csproj b/src/Ryujinx/Ryujinx.csproj index 5754c52aa..7fc61bec0 100644 --- a/src/Ryujinx/Ryujinx.csproj +++ b/src/Ryujinx/Ryujinx.csproj @@ -47,7 +47,7 @@ - + diff --git a/src/Ryujinx/UI/Views/Settings/SettingsAudioView.axaml b/src/Ryujinx/UI/Views/Settings/SettingsAudioView.axaml index 9195edaf4..657e07ee7 100644 --- a/src/Ryujinx/UI/Views/Settings/SettingsAudioView.axaml +++ b/src/Ryujinx/UI/Views/Settings/SettingsAudioView.axaml @@ -34,17 +34,18 @@ - - - - + + + + + + + + + + + + diff --git a/src/Ryujinx/UI/Views/Settings/SettingsCPUView.axaml b/src/Ryujinx/UI/Views/Settings/SettingsCPUView.axaml index 4c3546fca..48a50c9cf 100644 --- a/src/Ryujinx/UI/Views/Settings/SettingsCPUView.axaml +++ b/src/Ryujinx/UI/Views/Settings/SettingsCPUView.axaml @@ -53,14 +53,19 @@ HorizontalContentAlignment="Left" Width="350"> + ToolTip.Tip="{locale:Locale MemoryManagerSoftwareTooltip}"> + + + ToolTip.Tip="{locale:Locale MemoryManagerHostTooltip}"> + + + ToolTip.Tip="{locale:Locale MemoryManagerUnsafeTooltip}"> + + - - + + + + + + @@ -88,16 +88,21 @@ Width="350" HorizontalContentAlignment="Left" ToolTip.Tip="{locale:Locale ResolutionScaleTooltip}"> - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + @@ -153,14 +164,18 @@ HorizontalContentAlignment="Left" ToolTip.Tip="{locale:Locale GraphicsScalingFilterTooltip}" SelectedIndex="{Binding ScalingFilter}"> - - - - + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + @@ -212,18 +234,24 @@ Width="350" HorizontalContentAlignment="Left" ToolTip.Tip="{locale:Locale AspectRatioTooltip}"> - - - - - - + + + + + + + + + + + + + + + + + + @@ -241,12 +269,15 @@ HorizontalContentAlignment="Left" ToolTip.Tip="{locale:Locale GalThreadingTooltip}" SelectedIndex="{Binding GraphicsBackendMultithreadingIndex}"> - - - + + + + + + + + + diff --git a/src/Ryujinx/UI/Views/Settings/SettingsLoggingView.axaml b/src/Ryujinx/UI/Views/Settings/SettingsLoggingView.axaml index df2d05d6c..5d22b891c 100644 --- a/src/Ryujinx/UI/Views/Settings/SettingsLoggingView.axaml +++ b/src/Ryujinx/UI/Views/Settings/SettingsLoggingView.axaml @@ -97,14 +97,19 @@ Width="150" HorizontalContentAlignment="Left" ToolTip.Tip="{locale:Locale OpenGlLogLevel}"> - - - - + + + + + + + + + + + + @@ -112,4 +117,4 @@ - + \ No newline at end of file diff --git a/src/Ryujinx/UI/Views/Settings/SettingsNetworkView.axaml b/src/Ryujinx/UI/Views/Settings/SettingsNetworkView.axaml index bcb18badb..894db57a5 100644 --- a/src/Ryujinx/UI/Views/Settings/SettingsNetworkView.axaml +++ b/src/Ryujinx/UI/Views/Settings/SettingsNetworkView.axaml @@ -33,12 +33,15 @@ ToolTip.Tip="{locale:Locale MultiplayerModeTooltip}" HorizontalContentAlignment="Left" Width="250"> - - - + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + - - + + + + + + - - - - - + + + + + + + + + + + + + + + - - - + + + + + + + + + @@ -62,12 +65,15 @@ - - - + + + + + + + + + diff --git a/src/Ryujinx/UI/Views/User/UserEditorView.axaml b/src/Ryujinx/UI/Views/User/UserEditorView.axaml index 2cb39d9c8..194d04bd8 100644 --- a/src/Ryujinx/UI/Views/User/UserEditorView.axaml +++ b/src/Ryujinx/UI/Views/User/UserEditorView.axaml @@ -98,24 +98,20 @@ Spacing="10"> + Click="DeleteButton_Click" + Content="{locale:Locale UserProfilesDelete}" /> + Click="ChangePictureButton_Click" + Content="{locale:Locale UserProfilesChangeProfileImage}" /> + Click="ChangePictureButton_Click" + Content="{locale:Locale UserProfilesSetProfileImage}" /> + Click="SaveButton_Click" + Content="{locale:Locale Save}" /> diff --git a/src/Ryujinx/UI/Views/User/UserSaveManagerView.axaml b/src/Ryujinx/UI/Views/User/UserSaveManagerView.axaml index 13a8f38ac..ed3df4a8a 100644 --- a/src/Ryujinx/UI/Views/User/UserSaveManagerView.axaml +++ b/src/Ryujinx/UI/Views/User/UserSaveManagerView.axaml @@ -38,16 +38,14 @@ + HorizontalContentAlignment="Left" + Content="{locale:Locale Name}" /> + HorizontalContentAlignment="Left" + Content="{locale:Locale Size}" />