OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 23 Jul 2009 20:10:29 +0000 (20:10 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 23 Jul 2009 20:10:29 +0000 (20:10 +0000)
commit36a22826944323e796cb5de50fe0e10f23d3af07
tree4fe1e6dad0a75031eeddb19f2f58afe4d70698d7
parentb41396171bcfdfe98532dec91c4e5c10a8682766
WinGui:
- getCliProcess(): This is now massively faster at returning the process ID of HandBrakeCLI. This means that the GUI updates it's elements far faster instead of the noticeable few seconds pause when an encode starts. This also fixes an error message that would appear if the CLI process quit before the GUI was setup.
- Code re factoring in Main.cs. Reduced the amount of code needed for a few functions.
- Combined the Encode and Queue handler. This just makes things a bit easier when other parts of the GUI need the encode process info. The new CLI handling code is not in yet.
- Added the CLI build environment to the About window

git-svn-id: svn://localhost/HandBrake/trunk@2726 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/C#/EncodeQueue/Encode.cs [deleted file]
win/C#/EncodeQueue/EncodeAndQueueHandler.cs [moved from win/C#/EncodeQueue/QueueHandler.cs with 54% similarity]
win/C#/Functions/Main.cs
win/C#/HandBrakeCS.csproj
win/C#/Properties/Settings.Designer.cs
win/C#/Properties/Settings.settings
win/C#/app.config
win/C#/frmAbout.Designer.cs
win/C#/frmAbout.cs
win/C#/frmActivityWindow.cs
win/C#/frmMain.cs
win/C#/frmPreview.cs
win/C#/frmQueue.cs