OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 31 Jan 2009 00:04:36 +0000 (00:04 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 31 Jan 2009 00:04:36 +0000 (00:04 +0000)
commitf1f96b31f917f426112bd7d968dcb95c82592b6e
tree81b9352caa4348de69f55d5bd12bf1206ddbc7d7
parent93fd8a7ecb26b25947aa2322a4a58316e8b75644
WinGui:
- QueryParser: Add support for values to be attached to deinterlace, decomb, detelecine and denoise (second element of deblock still be done)
- Added a debug menu + a Query Parser Testing window
- Fixed small bug on the preset bar where it would crash if you left clicked on open white space.

git-svn-id: svn://localhost/HandBrake/trunk@2111 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/Functions/QueryParser.cs
win/C#/Functions/QueryParserTester.Designer.cs [new file with mode: 0644]
win/C#/Functions/QueryParserTester.cs [new file with mode: 0644]
win/C#/Functions/QueryParserTester.resx [new file with mode: 0644]
win/C#/HandBrakeCS.csproj
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmMain/PresetLoader.cs