WinGui: Various fixes and improvements to validation handling and options in the UI.
authorsr55 <sr55.hb@outlook.com>
Fri, 19 Apr 2019 21:15:26 +0000 (22:15 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 19 Apr 2019 21:15:41 +0000 (22:15 +0100)
commit4f82301770f47c6601115d88c3ff5d69119ac1e2
treeb4078ff42035c70c80835e9a6ead2281357be51b
parent97dabfbc19ebf3eaeb86337cc1114ab372a6c0ec
WinGui:  Various fixes and improvements to validation handling and options in the UI.
- Fixed add to queue error handling on 2 code paths that ignored errors returned.
- AutoName will now guarantee a unique filename rather than stop after the first attempt.
- Options Pane now lists the available format and path variables that can be used in the UI (rather than the tooltip)
- Ordering of validation rules changed to be more sensible, especially when handling paths that end up same as source.
win/CS/HandBrakeWPF/Commands/ProcessShortcutCommand.cs
win/CS/HandBrakeWPF/Helpers/AutoNameHelper.cs
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.de.resx
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Properties/Resources.zh.resx
win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/Views/MainView.xaml.cs
win/CS/HandBrakeWPF/Views/OptionsView.xaml