OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)
commit75f9b4d1a1e995724c3c0b640ad09948c343bcdd
tree583a122fe31acd0f818fb617fec893423e184b8f
parentc39c80a1786182bd739e16183823dea1bb1a5b15
WinGui:
- Picture filters now have their own tab.
- Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values
- Preset system updated to handle new controls and custom string values for filters.

git-svn-id: svn://localhost/HandBrake/trunk@2121 b64f7644-9d1e-0410-96f1-a4d463321fa5
20 files changed:
win/C#/Controls/Decomb.Designer.cs [new file with mode: 0644]
win/C#/Controls/Decomb.cs [new file with mode: 0644]
win/C#/Controls/Decomb.resx [new file with mode: 0644]
win/C#/Controls/Deinterlace.Designer.cs [new file with mode: 0644]
win/C#/Controls/Deinterlace.cs [new file with mode: 0644]
win/C#/Controls/Deinterlace.resx [new file with mode: 0644]
win/C#/Controls/Denoise.Designer.cs [new file with mode: 0644]
win/C#/Controls/Denoise.cs [new file with mode: 0644]
win/C#/Controls/Denoise.resx [new file with mode: 0644]
win/C#/Controls/Detelecine.Designer.cs [new file with mode: 0644]
win/C#/Controls/Detelecine.cs [new file with mode: 0644]
win/C#/Controls/Detelecine.resx [new file with mode: 0644]
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/Queue/QueueHandler.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmMain/PresetLoader.cs
win/C#/frmMain/QueryGenerator.cs