mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #70] [MERGED] Bits and Pieces #944
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/70
Author: @mnadareski
Created: 6/21/2018
Status: ✅ Merged
Merged: 6/21/2018
Merged by: @mnadareski
Base:
master← Head:little-bits📝 Commits (9)
f0ccb87DiscType -> MediaTyped9a5e17Fix bulk find/replaceafffb18Add OrderedDictionary435e34eStage 1 of moving off of Tuplesc0a32adAdd CHANGELIST.md7638248Stage 2 of Tuple removalfc71409String replacement for output paths9a9d6b3Stage 3 of Tuple removalaba13ffSlight reordering📊 Changes
13 files changed (+782 additions, -445 deletions)
View changed files
➕
CHANGELIST.md(+62 -0)📝
Constants.cs(+1 -0)📝
DICUI.csproj(+2 -0)📝
Enumerations.cs(+5 -5)➕
External/IOrderedDictionary.cs(+10 -0)➕
External/OrderedDictionary.cs(+326 -0)📝
MainWindow.xaml(+2 -2)📝
MainWindow.xaml.cs(+90 -77)📝
Options.cs(+0 -4)📝
README.md(+13 -94)📝
Utilities/Converters.cs(+73 -72)📝
Utilities/DumpInformation.cs(+38 -38)📝
Utilities/Validation.cs(+160 -153)📄 Description
DiscTypetoMediaTypeto better reflect the enum values (fixes #67)OrderedDictionary<TKey, TValue>type for future use. This is a generic version of theSystem.Collections.Specialized.OrderedDictionarytype.and&until a better solution can be found (fixes #54) (fixes #59)_. This can be changed in the future.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.