mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #56] [MERGED] Separated of System and Disc Type #936
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/56
Author: @Jakz
Created: 6/18/2018
Status: ✅ Merged
Merged: 6/18/2018
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (8)
d68e186Split type combobox into system combobox and disc type comboboxffb53ddupdated fork to head21969f9corrected indentation for xaml filed296b9afixed merge with head596e26efixed format20243dcfixed issues for PR, added KnownSystem.CUSTOM5ba23b9removed Updater.cs which ended by error in commit66d06f1fixed GetOuptutName() for new drive/system combobox📊 Changes
7 files changed (+156 additions, -106 deletions)
View changed files
📝
Constants.cs(+1 -1)📝
Enumerations.cs(+2 -0)📝
MainWindow.xaml(+4 -3)📝
MainWindow.xaml.cs(+117 -68)📝
Utilities/Converters.cs(+4 -1)📝
Utilities/DumpInformation.cs(+3 -3)📝
Utilities/Validation.cs(+25 -30)📄 Description
As proposed and discussed before this PR separates choosing a system from choosing a disk type in the UI so that it is managed by two different combo boxes.
Fixes #51
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.