OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jun 2008 14:42:17 +0000 (14:42 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 27 Jun 2008 14:42:17 +0000 (14:42 +0000)
commitda0c5ea3599f0ae0e82c81e83053329f231df6ae
treed0ea243d7b678484994c22a66027008d93e12e21
parentfa08a708a57a3c04cd9dc03c557746c1ddbb48ba
WinGui:
- Added: Resolution calculation for non anamorphic encodes in the GUI.
- Added: Ability to minimize to the system tray. Includes popup notifications of encoding status.
- Added: Duration calculation based on Title and selected chapters.
- Added: Some more code comments and summaries
- Change: Activity window now only refreshes if there is an active HandBrakeCLI.exe running.
- Change: Browse button/ File mode checkbox for Source Selection Removed. Replaced with a Source Dropdown button in the main toolbar. (works a bit like the magui but still uses the 2 different dialog boxes)
- Change: Removed "Recommended Crop" label and simply let the dropdown set the cropping values. Added DVD resolution Label.
- Fixed: Preset loader now selects longest title and set's chapters to Auto. Before it would load in the last setting used which is bad.
- Fixed bug in the presetLoader() function with the 2nd audio channel track selection.

Final Note: Quite a bit of code has been moved around in this checkin to clear things up a bit.

git-svn-id: svn://localhost/HandBrake/trunk@1541 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/C#/Functions/CLI.cs
win/C#/Functions/Common.cs
win/C#/Functions/QueryParser.cs
win/C#/Functions/RssReader.cs
win/C#/Parsing/DVD.cs
win/C#/frmActivityWindow.Designer.cs
win/C#/frmActivityWindow.cs
win/C#/frmAddPreset.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmQueue.cs
win/C#/frmReadDVD.cs