]> granicus.if.org Git - handbrake/commit
WinGui: Initial ground work on code that will detect when the user modifies settings...
authorsr55 <sr55.hb@outlook.com>
Sun, 17 Sep 2017 14:43:47 +0000 (15:43 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 17 Sep 2017 14:44:02 +0000 (15:44 +0100)
commit361f4d9e6c055faa48c3ca61a97872d0216261f6
treec298da50abab13e5f7ae07cece8a0bc77fa6fe3d
parent491e02354e74118ba9aca4ef201c8d2c3a42bda4
WinGui: Initial ground work on code that will detect when the user modifies settings that don't match the currently selected preset.
13 files changed:
win/CS/HandBrakeWPF/EventArgs/TabStatusEventArgs.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/ViewModels/AudioViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs
win/CS/HandBrakeWPF/ViewModels/FiltersViewModel.cs
win/CS/HandBrakeWPF/ViewModels/Interfaces/ITabInterface.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MetaDataViewModel.cs
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
win/CS/HandBrakeWPF/ViewModels/SummaryViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
win/CS/HandBrakeWPF/ViewModels/X264ViewModel.cs