]> granicus.if.org Git - handbrake/commit
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sat, 6 Feb 2016 15:29:34 +0000 (15:29 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 6 Feb 2016 15:29:34 +0000 (15:29 +0000)
commit8ce01f3f60df3e2065e44bdf2629f81b7b10b2b6
tree3dbce92cee59bcd7b3ff09e8dbce0a7f140ef1c4
parent3053ec908dab32b4da6ce9ec022215087a28a37e
WinGui:
- Refractor the Audio and Subtitle Defaults into their own View/ViewModel
- Add a new PopupWindow container system.
- Add "Edit Defaults" for Audio and Subtitles on the Add Preset Pane to make the feature more discoverable.  (Note, this does not change the existing settings on the Audio/Subtitle Tabs)
22 files changed:
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
win/CS/HandBrakeWPF/ViewModels/AddPresetViewModel.cs
win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/IAudioDefaultsViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/IPopupWindowViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/Interfaces/ISubtitlesDefaultsViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/PopupWindowViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/SubtitlesDefaultsViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ViewModelBase.cs
win/CS/HandBrakeWPF/Views/AddPresetView.xaml
win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/AudioView.xaml
win/CS/HandBrakeWPF/Views/PopupWindowView.xaml [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/PopupWindowView.xaml.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/SubtitlesDefaultsView.xaml.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/SubtitlesView.xaml