OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 14 Dec 2007 16:51:42 +0000 (16:51 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 14 Dec 2007 16:51:42 +0000 (16:51 +0000)
commit7b350894fe2219dc84a8083d3e94ce290149920f
tree04debcb885c6cbe323c7b4c99f0632020c704916
parent13bee10da3ab5dfb27183ec1a5f1692d33b9ef6d
WinGui:
- Removed some old CLI handler files that were never completed.
- Removed Quickstart Window along with some redundant code.
- Removed the Query Editor tab as it is no longer really needed.
- Removed CRF option as this is now the default.
- Removed DRC Checkbox. The slider is now used for activation.
- Few changes to the Naming of GUI items to match the MacGUI.
- Warnings about no source / destination removed from  Save/open presets and set default options. Will only appear on Queue and Encode buttons now.
- Fixed autonaming issue where it was enabled even when it was disabled.
- Added option to the Tools menu to display the current CLI query. This may be useful now that the Query editor tab is gone.
- Options window design tweaked.

git-svn-id: svn://localhost/HandBrake/trunk@1128 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
win/C#/CLI/Jobs/Encode.cs [deleted file]
win/C#/CLI/Jobs/Job.cs [deleted file]
win/C#/CLI/Jobs/ParseDVD.cs [deleted file]
win/C#/CLI/Manager.cs [deleted file]
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmOptions.Designer.cs
win/C#/frmQuery.Designer.cs [new file with mode: 0644]
win/C#/frmQuery.cs [moved from win/C#/frmQuickStart.cs with 54% similarity]
win/C#/frmQuery.resx [moved from win/C#/frmQuickStart.resx with 98% similarity]
win/C#/frmQueue.cs
win/C#/frmQuickStart.Designer.cs [deleted file]