OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 26 Sep 2010 16:10:16 +0000 (16:10 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 26 Sep 2010 16:10:16 +0000 (16:10 +0000)
commitbd634dc2210fc2f20dd5617eb2dd0c3b1eded536
tree886d04c858ea026d938b83c8b6fe0ba1e5af262d
parent01a56a2b48c9a9b708957474bec8e261fcd2333b
WinGui:
- The scan log will no longer be written to disk if the log is over 100MB. An error message will be thrown.
- The encode will be terminated if the log file grows beyond 100MB and an error message will be thrown.
- Fixed an issue with the exception window not appearing when called from a worker thead.
- Put a limit on the number of exception windows that can appear during a session of HandBrake. (set to 30)

git-svn-id: svn://localhost/HandBrake/trunk@3554 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/HandBrake.ApplicationServices/Services/Encode.cs
win/C#/HandBrake.ApplicationServices/Services/Scan.cs
win/C#/HandBrake.Framework/Services/ErrorService.cs