mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #94] [MERGED] Log Window #967
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/94
Author: @Jakz
Created: 7/13/2018
Status: ✅ Merged
Merged: 7/13/2018
Merged by: @mnadareski
Base:
master← Head:log_window📝 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
10 files changed (+573 additions, -6 deletions)
View changed files
📝
DICUI/App.config(+2 -0)📝
DICUI/DICUI.csproj(+7 -0)➕
DICUI/LogWindow.xaml(+54 -0)➕
DICUI/LogWindow.xaml.cs(+386 -0)📝
DICUI/MainWindow.xaml(+7 -2)📝
DICUI/MainWindow.xaml.cs(+49 -4)📝
DICUI/Options.cs(+5 -0)📝
DICUI/UI/ViewModels.cs(+54 -0)📝
DICUI/Utilities/Converters.cs(+4 -0)📝
DICUI/Utilities/DumpEnvironment.cs(+5 -0)📄 Description
Added a log window which can be used to write log output of everything done by the program. This window will be used also to show progress about DiskImageCreator dumping process in the short future.
For the moment this PR adds the window and allows the user to show/hide it from the menu. In addition some debug log is generated by normal DICUI operations just as a proof of concept.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.