]> granicus.if.org Git - handbrake/commit
WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not the same...
authorsr55 <sr55.hb@outlook.com>
Fri, 10 May 2019 21:37:25 +0000 (22:37 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 10 May 2019 21:37:25 +0000 (22:37 +0100)
commitd66c23d4a81c6165965114e855a4f361c9481649
tree650f51b9ef6308582394f6316ecff58f7776bf6f
parent38af1c5f6595fd7ab01f1672197aabe9f87aa5b4
WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not the same format as the CLI and thus cannot be imported. This may happen in the future)
Please finish existing queue before installing new version.
19 files changed:
win/CS/HandBrake.Interop/Model/HBConfiguration.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Services/Encode/Model/EncodeTask.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/AudioTrack.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/ChapterMarker.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/SubtitleTrack.cs
win/CS/HandBrakeWPF/Services/PrePostActionService.cs
win/CS/HandBrakeWPF/Services/Queue/Interfaces/IQueueService.cs [moved from win/CS/HandBrakeWPF/Services/Queue/Interfaces/IQueueProcessor.cs with 92% similarity]
win/CS/HandBrakeWPF/Services/Queue/Model/QueueStats.cs
win/CS/HandBrakeWPF/Services/Queue/Model/QueueTask.cs
win/CS/HandBrakeWPF/Services/Queue/QueueService.cs [moved from win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs with 87% similarity]
win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MiniViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs