mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #90] [MERGED] Added new options #959
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/90
Author: @Jakz
Created: 7/9/2018
Status: ✅ Merged
Merged: 7/10/2018
Merged by: @mnadareski
Base:
master← Head:extra_options📝 Commits (10+)
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 comboboxb4400fbMerge branch 'master' of github.com:reignstumble/DICUI2bac147Merge branch 'master' of github.com:reignstumble/DICUI📊 Changes
12 files changed (+195 additions, -36 deletions)
View changed files
📝
DICUI.Test/Utilities/ConvertersTest.cs(+19 -11)📝
DICUI.Test/Utilities/ValidatorsTest.cs(+1 -1)📝
DICUI/App.config(+2 -0)📝
DICUI/DICUI.csproj(+1 -0)📝
DICUI/MainWindow.xaml(+2 -1)📝
DICUI/MainWindow.xaml.cs(+15 -1)📝
DICUI/Options.cs(+14 -9)📝
DICUI/OptionsWindow.xaml(+54 -4)➕
DICUI/UI/ViewModels.cs(+52 -0)📝
DICUI/Utilities/Converters.cs(+22 -6)📝
DICUI/Utilities/DumpEnvironment.cs(+12 -2)📝
DICUI/Utilities/Validators.cs(+1 -1)📄 Description
This PR adds some customization to the DIC process, it adds 4 options which can be changed in specific window.
Unknownsystem which wasn't present anymore in comboboxViewModelsfile which should contain all the view models needed by the UIThis PR is also a proof of concept about how binding between data and views should be done in WPF (so that we should follow this approach in general).
I left 2 TODOs, both relative to
KnownSystemAndMediaTypeToParameterssince paranoid flags and their tests should be handled by someone with a better knowledge of flag meanings (I choose you @mnadareski!)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.