OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 7 Jul 2008 22:05:18 +0000 (22:05 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 7 Jul 2008 22:05:18 +0000 (22:05 +0000)
commitd13a32473b6090ff38d9a5fedcf670be1d1f8252
treee6dd8fe4edfb45853a3f6910b676a1a5207eaf74
parent108ac124c68aeaaa641a973042bb0c8ddcc2828f
WinGui:
- Version information now pulled from the CLI (any problems with this breaking on Vista let me know plz!)
- GUI startup optimized to counter the effect of the slightly sluggish version check from CLI (above)
- Added "Format" box just like the macgui. Move the Video Codec dropdown to the correct position on the video tab.
- Few other changes to mimic the macgui.
- Changed Functions.CLI to Functions.Encode
- Cleaned up and added icons to the source menu.

git-svn-id: svn://localhost/HandBrake/trunk@1558 b64f7644-9d1e-0410-96f1-a4d463321fa5
17 files changed:
win/C#/Functions/Common.cs
win/C#/Functions/Encode.cs [moved from win/C#/Functions/CLI.cs with 77% similarity]
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/Parsing/Title.cs
win/C#/Properties/Resources.Designer.cs
win/C#/Properties/Resources.resx
win/C#/Properties/Settings.Designer.cs
win/C#/Properties/Settings.settings
win/C#/Resources/ActivityWindow_small.png [new file with mode: 0644]
win/C#/Resources/disc_small.png [new file with mode: 0644]
win/C#/app.config
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmQueue.cs
win/C#/frmReadDVD.cs