diff options
author | dynaflash <[email protected]> | 2008-09-23 14:27:30 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-09-23 14:27:30 +0000 |
commit | f6f99ee5a4ae47dfd518f9e48683b4b22201a9df (patch) | |
tree | 2b2d9f590f26917eae97869db40fd5dc3ce2b8c9 /macosx/Controller.h | |
parent | a7fb7371bb83e6d244783de10e3006f618d44410 (diff) |
MacGui: When reloading a previous queue at launch, as well as pending encodes also reload a queue item marked previously as "encoding" if it exists.
- An item marked as encoding in the qeueu at launch indicates that either we crashed during that encode, or that the user shut down during that encode.
- If the user chooses to reload, we change the status back to pending. Note: the encode will be at the top of the queue after launch.
- Change the queue reload alert window to tell the user how many pending jobs they have as well as if there was an encoding job.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1745 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 6f58b7a29..60f6ce0d0 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -313,6 +313,7 @@ BOOL fIsDragging; - (void) clearQueueAllItems; - (void)moveObjectsInQueueArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(unsigned)insertIndex; - (void)getQueueStats; +- (void)setQueueEncodingItemsAsPending; - (IBAction) addToQueue: (id) sender; - (void) overwriteAddToQueueAlertDone: (NSWindow *) sheet returnCode: (int) returnCode contextInfo: (void *) contextInfo; |