]> granicus.if.org Git - handbrake/commit
WinGui: AudioPanel refactored.
authorsr55 <sr55.hb@outlook.com>
Fri, 8 Apr 2011 19:34:20 +0000 (19:34 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 8 Apr 2011 19:34:20 +0000 (19:34 +0000)
commit5f692a69a63f106cabe9dad4dfc85cc5c6d93cb9
tree8f9762b3f7a4ad797ba7e8016d1d25bc9f94f709
parent122c93f2b05790907e79c9a292342b3763399948
WinGui: AudioPanel refactored.
- Switch the Audio panel to use DataBinding to a BindingList collection leading to much cleaner code.
- Added gain support (--gain=3,4) to the services library. (UI has not been done yet)

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3911 b64f7644-9d1e-0410-96f1-a4d463321fa5
15 files changed:
win/CS/Controls/AudioPanel.Designer.cs
win/CS/Controls/AudioPanel.cs
win/CS/Controls/AudioPanel.resx
win/CS/Functions/QueryGenerator.cs
win/CS/HandBrake.ApplicationServices/Converters/EnumToDescConverter.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Functions/EnumHelper.cs
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioEncoder.cs
win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs
win/CS/HandBrake.ApplicationServices/Model/Encoding/Mixdown.cs
win/CS/HandBrake.ApplicationServices/Parsing/Subtitle.cs
win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryGeneratorUtility.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs
win/CS/frmQueue.cs