]> granicus.if.org Git - handbrake/commit
WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer IoC...
authorsr55 <sr55.hb@outlook.com>
Tue, 21 Jul 2015 20:32:11 +0000 (20:32 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 21 Jul 2015 20:32:11 +0000 (20:32 +0000)
commit99d6dc51d695cce18c27b65fb42196a57a4c3eb7
tree3e8b0136bb88f837ae409e90917622ee9a892b1f
parent660e14e63012d6dcdfcb8078865ff30606f5d079
WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer IoC. We don't need anything as powerful as castle. Also, since the license appears to now be Apache License 2 which is not compatible with GPLv2, we can't upgrade this library any more.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7356 b64f7644-9d1e-0410-96f1-a4d463321fa5
16 files changed:
win/CS/HandBrakeWPF/App.xaml
win/CS/HandBrakeWPF/App.xaml.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Startup/AppBootstrapper.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Startup/CastleBootstrapper.cs [deleted file]
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ShellViewModel.cs
win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ViewModelBase.cs
win/CS/libraries/caliburn/Castle.Core.dll [deleted file]
win/CS/libraries/caliburn/Castle.Core.xml [deleted file]
win/CS/libraries/caliburn/Castle.Windsor.XML [deleted file]
win/CS/libraries/caliburn/Castle.Windsor.dll [deleted file]