OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 Nov 2008 19:32:53 +0000 (19:32 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 Nov 2008 19:32:53 +0000 (19:32 +0000)
commit33564a2b4ebe29edc3129d2292a2d56ee141ff1e
tree0826c5d09461ee6eb6eb5fe3022a0bdd875d161b
parent835994b1bb7ed54b1c763f022785eb3c7279ece6
WinGui:
- The Queue Recovery, inport/export features now use an XML based file system rather than text file.
- Queue now uses class based Queue Items for storing data rather than an arraylist.
- Fixes an issue where the source and/or destination would not show up in the list of queue items.
- Queue progress meter will now update correctly if a user adds more items to the queue after starting the queue.

git-svn-id: svn://localhost/HandBrake/trunk@1958 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/Functions/Encode.cs
win/C#/Functions/Main.cs
win/C#/Functions/QueryParser.cs
win/C#/HandBrakeCS.csproj
win/C#/Queue/QueueHandler.cs [moved from win/C#/Functions/Queue.cs with 61% similarity]
win/C#/Queue/QueueItem.cs [new file with mode: 0644]
win/C#/frmMain.cs
win/C#/frmQueue.cs