From 86045e50266bae676ecd6fbdffa2ff254a7a44f2 Mon Sep 17 00:00:00 2001 From: Asval Date: Sun, 7 Jun 2026 18:53:20 +0200 Subject: [PATCH] status bar button + popup --- CUE4Parse | 2 +- FModel/MainWindow.xaml | 112 ++++++++++++++++-- FModel/MainWindow.xaml.cs | 11 ++ FModel/Settings/UserSettings.cs | 1 + FModel/ViewModels/CUE4ParseViewModel.cs | 77 ++++-------- .../Commands/RightClickMenuCommand.cs | 4 +- FModel/ViewModels/ExportSessionViewModel.cs | 85 +++++++++++++ FModel/ViewModels/UpdateViewModel.cs | 2 +- ...IntGreaterThanZeroToVisibilityConverter.cs | 17 +++ FModel/Views/Resources/Resources.xaml | 16 ++- 10 files changed, 253 insertions(+), 74 deletions(-) create mode 100644 FModel/ViewModels/ExportSessionViewModel.cs create mode 100644 FModel/Views/Resources/Converters/IntGreaterThanZeroToVisibilityConverter.cs diff --git a/CUE4Parse b/CUE4Parse index 4c333298..f44f491f 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 4c3332989787d0b57325d160137e9fa61d82a139 +Subproject commit f44f491ff28d5dc79e998810aab9c5073ab8f33d diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml index 46d2ddb5..7c493d35 100644 --- a/FModel/MainWindow.xaml +++ b/FModel/MainWindow.xaml @@ -2,6 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:FModel" + xmlns:viewModels="clr-namespace:FModel.ViewModels" xmlns:controls="clr-namespace:FModel.Views.Resources.Controls" xmlns:inputs="clr-namespace:FModel.Views.Resources.Controls.Inputs" xmlns:converters="clr-namespace:FModel.Views.Resources.Converters" @@ -24,6 +25,28 @@ + + + + + + + + + + + +