OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 15 Jul 2009 11:03:54 +0000 (11:03 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 15 Jul 2009 11:03:54 +0000 (11:03 +0000)
commitbdeda20369fa84dc46814378c9a4af6a21ec3212
tree64df63f584693271f82b4370086ff206efe7bd5d
parent771fc8df1473916fd2e5f0f820af68e1591e3189
WinGui:
 - The options panel (frmOptions) is now completely wrapped in TableLayoutPanels.
 - The rest of the GUI has been changed to Tahoma, 8pt font.
 - QueueHandler and it's related classes have been refactored and documented.
 - new option has been added that prompts the user before encoding when the query under the "Query Editor" tab does not match the GUI settings. It can be disabled in the options window.
 - A bug where "last_encode_log.txt" failed to be read has been fixed that was caused by exiting the CLI window shortly after starting the encode.

Thansk to darkassassin

git-svn-id: svn://localhost/HandBrake/trunk@2693 b64f7644-9d1e-0410-96f1-a4d463321fa5
24 files changed:
win/C#/Controls/AudioPanel.Designer.cs
win/C#/Controls/Filters.Designer.cs
win/C#/Controls/x264Panel.Designer.cs
win/C#/EncodeQueue/Encode.cs
win/C#/EncodeQueue/Job.cs
win/C#/EncodeQueue/QueueHandler.cs
win/C#/Properties/Settings.Designer.cs
win/C#/Properties/Settings.settings
win/C#/app.config
win/C#/frmAbout.Designer.cs
win/C#/frmActivityWindow.Designer.cs
win/C#/frmActivityWindow.cs
win/C#/frmActivityWindow.resx
win/C#/frmAddPreset.Designer.cs
win/C#/frmDownload.Designer.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmOptions.Designer.cs
win/C#/frmOptions.cs
win/C#/frmPreview.Designer.cs
win/C#/frmQueue.Designer.cs
win/C#/frmQueue.cs
win/C#/frmUpdater.Designer.cs