mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 05:37:45 +00:00
[PR #25] [MERGED] Cleanup/Automation #901
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/25
Author: @mnadareski
Created: 6/11/2018
Status: ✅ Merged
Merged: 6/12/2018
Merged by: @undefined
Base:
master← Head:master📝 Commits (10+)
a2ac722Remove extra ECC check from PS11d5d7b2Remove one unnecessary batch file creation step939174dMerge branch 'master' of https://github.com/mnadareski/DICUI319f556More descriptive process namesa7a2954Simplification of rows, some renamesdd0dfc5Move drive scanning to Utilities97be13fMake code more well-ordered, add default list of all drive speeds supported, privatize EVERYTHINGfae7a52Remove unnecessary eventd5d8ae0Fix build87d5fc0More reasonable default drive speed📊 Changes
3 files changed (+250 additions, -136 deletions)
View changed files
📝
MainWindow.xaml(+5 -12)📝
MainWindow.xaml.cs(+196 -118)📝
Utilities.cs(+49 -6)📄 Description
This PR adds a bunch of generic cleanup that will allow for easier code addition in the future. This also adds the automatic population of the drive speed dropdown, similar to how the disc type is populated. This DOES remove the ability to put in a custom (non-standard) value, but it also reduces the amount of issues associated with such values.
Other changes include the removal of the creation of a single-line batch file with a direct invocation (or attempted invocation) of an external tool.
Edit: Okay, this change got massive. A lot of cleanup and error checking got added. I swear I'm done for this commit now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.