OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 9 Jan 2008 20:02:18 +0000 (20:02 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 9 Jan 2008 20:02:18 +0000 (20:02 +0000)
commit76a5e6eea6cce52113a35f84634d41fc2a642b1e
treece071992efecc638aaa265770736b1cd1b5d830f
parentb62aa10c5ae1277aed0b7f87010b858824218e8c
WinGui:
- Added an Activity window which can view a verbose log from the CLI after an encode has completed. (it would be nice if someone could find a way of making this live!)
- The main GUI window now has an icon based toolbar similar to the macGUI instead of having standard buttons along the bottom for Encode and Queue.
- Some of the controls on the Options panel have had transparent backgrounds added so they don't look out of place on theme'd computers.

git-svn-id: svn://localhost/HandBrake/trunk@1181 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/C#/Functions/CLI.cs
win/C#/HandBrakeCS.csproj
win/C#/Properties/Resources.Designer.cs
win/C#/Properties/Resources.resx
win/C#/Properties/Settings.Designer.cs
win/C#/Resources/AddToQueue.png [new file with mode: 0644]
win/C#/frmActivityWindow.Designer.cs [new file with mode: 0644]
win/C#/frmActivityWindow.cs [new file with mode: 0644]
win/C#/frmActivityWindow.resx [new file with mode: 0644]
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmOptions.Designer.cs