]> granicus.if.org Git - handbrake/commit
WinGui: Advanced Tab Changes
authorsr55 <sr55.hb@outlook.com>
Tue, 13 Dec 2016 19:35:02 +0000 (19:35 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 13 Dec 2016 19:35:10 +0000 (19:35 +0000)
commit35130882b828ff6af96fafa2a24a8b9afc898f0d
tree2a96438e8fe0c3ba915b447847829bef1f862ac7
parent1f418c2cf9e74f907311b0f5e77d84342e570e35
WinGui: Advanced Tab Changes
1. Strip out a lot of the old advanced tab infrastructure as it is no longer needed. Only the deprecated X264 Advacned Panel is left. All other encoders use the Video tab now.
2. Changed Option to "Allow use of 'Advanced Tab'" and only show the tab if the checkbox on the video tab is checked. It will no longer show based on the perference alone.
3. Fix the one-way communication from Video Tab to X264 Tab so preset options are reflected ont he X264 Tab.  The reverse is not supported but it will retain the previous options.
17 files changed:
win/CS/HandBrakeWPF/Commands/AdvancedEncoderOptionsCommand.cs [deleted file]
win/CS/HandBrakeWPF/Commands/Interfaces/IAdvancedEncoderOptionsCommand.cs [deleted file]
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
win/CS/HandBrakeWPF/Services/Encode/Factories/EncodeFactory.cs
win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs [deleted file]
win/CS/HandBrakeWPF/ViewModels/Interfaces/IAdvancedViewModel.cs [deleted file]
win/CS/HandBrakeWPF/ViewModels/Interfaces/IVideoViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs
win/CS/HandBrakeWPF/Views/AdvancedView.xaml [deleted file]
win/CS/HandBrakeWPF/Views/AdvancedView.xaml.cs [deleted file]
win/CS/HandBrakeWPF/Views/MainView.xaml
win/CS/HandBrakeWPF/Views/VideoView.xaml