[PR #836] [MERGED] Quality of life fixes #1184

Open
opened 2026-01-29 16:25:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/836
Author: @Deterous
Created: 4/17/2025
Status: Merged
Merged: 4/17/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (8)

  • 5d2b034 Account for N-type discs in Redumper processor
  • 82ca1a2 MediaType prefix
  • a0afbc6 Delete after zipping, ask before closing during dump
  • 19f4789 Proper closing function
  • bac0ab0 proper using
  • 6636ad6 nullable object
  • 54fada5 YesNoCancel isn't a thing for CustomMessageBox
  • f07e772 Ctrl-Z

📊 Changes

5 files changed (+43 additions, -6 deletions)

View changed files

📝 MPF.ExecutionContexts.Test/RedumperTests.cs (+1 -1)
📝 MPF.Frontend/ViewModels/MainViewModel.cs (+23 -3)
📝 MPF.Processors/Redumper.cs (+4 -1)
📝 MPF.UI/Windows/MainWindow.xaml.cs (+15 -0)
📝 MPF.UI/Windows/WindowBase.cs (+0 -1)

📄 Description

Fixes #808 by switching to Yes/No message box, turns out CustomMessageBox.Show doesn't do YesNoCancel type boxes
Fixes #821 by allowing Redumper Processor to process N-type discs
Fixes #830 by asking user to confirm they want to quit if a dump is still being processed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/836 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`5d2b034`](https://github.com/SabreTools/MPF/commit/5d2b034c02d915153f31897d48338458359811c6) Account for N-type discs in Redumper processor - [`82ca1a2`](https://github.com/SabreTools/MPF/commit/82ca1a2cbfef8a036b59bff42782de41a6c0652a) MediaType prefix - [`a0afbc6`](https://github.com/SabreTools/MPF/commit/a0afbc6b41e0458b63851bc33e75f2fdf9f1ad29) Delete after zipping, ask before closing during dump - [`19f4789`](https://github.com/SabreTools/MPF/commit/19f47893b1149e7be65f06eaa6a0ab6054e72fdf) Proper closing function - [`bac0ab0`](https://github.com/SabreTools/MPF/commit/bac0ab066741da4468bd53704e0e6356b062873e) proper using - [`6636ad6`](https://github.com/SabreTools/MPF/commit/6636ad6e3db9670938787cd105890c3190bebeaf) nullable object - [`54fada5`](https://github.com/SabreTools/MPF/commit/54fada54e66f48c18caca8bb9d82ea98aff599ae) YesNoCancel isn't a thing for CustomMessageBox - [`f07e772`](https://github.com/SabreTools/MPF/commit/f07e772ce9a592248318cc5a506508b15ca03dc2) Ctrl-Z ### 📊 Changes **5 files changed** (+43 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MPF.ExecutionContexts.Test/RedumperTests.cs` (+1 -1) 📝 `MPF.Frontend/ViewModels/MainViewModel.cs` (+23 -3) 📝 `MPF.Processors/Redumper.cs` (+4 -1) 📝 `MPF.UI/Windows/MainWindow.xaml.cs` (+15 -0) 📝 `MPF.UI/Windows/WindowBase.cs` (+0 -1) </details> ### 📄 Description Fixes #808 by switching to Yes/No message box, turns out CustomMessageBox.Show doesn't do YesNoCancel type boxes Fixes #821 by allowing Redumper Processor to process N-type discs Fixes #830 by asking user to confirm they want to quit if a dump is still being processed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1184