]> granicus.if.org Git - handbrake/commit
WinGui: Lay the foundation for editing presets with a simple rename window.
authorsr55 <sr55.hb@outlook.com>
Mon, 25 Jul 2016 19:29:44 +0000 (20:29 +0100)
committersr55 <sr55.hb@outlook.com>
Mon, 25 Jul 2016 19:29:44 +0000 (20:29 +0100)
commit96e2f705a48ed96db9172203ade1c6ab30937dde
tree1aa4554abf2ee1beedf7dfa7e94070b8a96305d3
parent1903ac850ad0374b765ef3a058570a4bec067115
WinGui: Lay the foundation for editing presets with a simple rename window.
13 files changed:
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
win/CS/HandBrakeWPF/Services/Presets/Interfaces/IPresetService.cs
win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/IManagePresetViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ManagePresetViewModel.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/MainView.xaml
win/CS/HandBrakeWPF/Views/ManagePresetView.xaml [new file with mode: 0644]
win/CS/HandBrakeWPF/Views/ManagePresetView.xaml.cs [new file with mode: 0644]