OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 22:40:46 +0000 (22:40 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 22:40:46 +0000 (22:40 +0000)
commit2f9c365a85f8b5716a2799da2f058652802e27b9
treed861e2be4d7331f4d20c721aa684d2555d51130b
parent0f2f54c9e26c31f4520eb75b195e0e3569125162
WinGui:

# New
- Setup LibDVDNav option for scanning.

# Directory and logging changes
- The GUI now stores preset data in the systems user Application Data directory. This means that multi-user systems don't share the same single set of user presets.
- A History of logs are automatically stored in the systems application data directory.
- Changed the log preferences to make them a bit easier to understand.

# Bugs / Typos
- Fixed small bug in the version info regex parser.
- Fixed typo on x264 tab
- Fixed minor GUI issue on the Add Preset window (button transparency)
- Fixed disable Query Editor tab option (Thanks tlindgren)

git-svn-id: svn://localhost/HandBrake/trunk@2383 b64f7644-9d1e-0410-96f1-a4d463321fa5
15 files changed:
win/C#/Controls/x264Panel.Designer.cs
win/C#/Functions/Encode.cs
win/C#/Functions/Main.cs
win/C#/Parsing/Title.cs
win/C#/Presets/PresetsHandler.cs
win/C#/Presets/preset.cs
win/C#/Program.cs
win/C#/Properties/Settings.Designer.cs
win/C#/Properties/Settings.settings
win/C#/app.config
win/C#/frmAddPreset.Designer.cs
win/C#/frmMain.cs
win/C#/frmOptions.Designer.cs
win/C#/frmOptions.cs
win/C#/frmPreview.Designer.cs