mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 21:32:19 +00:00
[PR #63] [MERGED] Enhancement of options management #940
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/63
Author: @Jakz
Created: 6/20/2018
Status: ✅ Merged
Merged: 6/20/2018
Merged by: @mnadareski
Base:
master← Head:properties_ui_to_xaml📝 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 combobox217a064added OptionsFrame that will manage all applicaton settings and implemented path browse buttons6003b0dremoved old properties code, added Options to manage all the program options, implemented interactions with OptionsWindow📊 Changes
6 files changed (+305 additions, -239 deletions)
View changed files
📝
DICUI.csproj(+8 -0)📝
MainWindow.xaml(+7 -7)📝
MainWindow.xaml.cs(+34 -232)➕
Options.cs(+58 -0)➕
OptionsWindow.xaml(+72 -0)➕
OptionsWindow.xaml.cs(+126 -0)📄 Description
This pull request refactors the management of current path properties:
Optionsfile which also manage persistenceOptionsWindow.xamlfile is createdThis refactor is not meant to be final since
Optionscurrently relies on reflection for a fast replacement solution of actual management, but we'll fix this successively.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.