]> granicus.if.org Git - handbrake/commit
WinGui: Refactor "When Done" to use an enum to avoid language issues. Also change...
authorsr55 <sr55.hb@outlook.com>
Mon, 24 Jun 2019 20:15:49 +0000 (21:15 +0100)
committersr55 <sr55.hb@outlook.com>
Mon, 24 Jun 2019 20:16:01 +0000 (21:16 +0100)
commitb52b25d167d76106c8666c788c17e7a33f713f4d
treea01ff14c78959c9b4151819c78e46701c1cbf53b
parent1613a41853551dedc5b3219f05ed32aacbc85b79
WinGui: Refactor "When Done" to use an enum to avoid language issues.  Also change "suspend" to "sleep" to be consistent with the OS.  Fixes #2162
25 files changed:
win/CS/HandBrakeWPF/Converters/EnumComboConverter.cs
win/CS/HandBrakeWPF/Factories/HBConfigurationFactory.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
win/CS/HandBrakeWPF/Model/Options/WhenDone.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs
win/CS/HandBrakeWPF/Services/PrePostActionService.cs
win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
win/CS/HandBrakeWPF/Services/UpdateService.cs
win/CS/HandBrakeWPF/Services/UserSettingService.cs
win/CS/HandBrakeWPF/UserSettingConstants.cs
win/CS/HandBrakeWPF/ViewModels/CountdownAlertViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/ICountdownAlertViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/IQueueViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
win/CS/HandBrakeWPF/Views/MainView.xaml
win/CS/HandBrakeWPF/Views/OptionsView.xaml
win/CS/HandBrakeWPF/Views/QueueView.xaml
win/CS/HandBrakeWPF/defaultsettings.xml