summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-09-17 14:46:36 +0000
committerdynaflash <[email protected]>2007-09-17 14:46:36 +0000
commita07f5a552d71edc2f4e3e52a8dbe9fb12cdaa7bd (patch)
treebeb253db5a8274337874d5d2b73d688cccd32d99 /macosx/HBQueueController.h
parent7b0444d5945ab264fa3b7086dd44a3c6ae383ee4 (diff)
MacGui: Queue improvements from travistex
- Detail info for each pass has been cleaned up. Each pass only displays info relevant to its pass. No line wrapping yet. :-( - In the gui, "subtitle scan" changed to "in-depth scan". Is that what we want to call it? - Fixed cases where single pass jobs were identified incorrectly in the queue. - Removed incessant updating of the queue gui. The gui now only updates when something changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@968 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index 1d5dd5842..1afd58fb1 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -24,9 +24,10 @@
BOOL fShowsJobsAsGroups;
BOOL fShowsDetail;
#if HB_OUTLINE_QUEUE
- NSMutableArray *fEncodes; // hblib's job list organized in a hierarchy. Contents are HBJobs.
+ NSMutableArray *fEncodes; // hblib's job list organized in a hierarchy. Contents are NSArrays of HBJobs.
NSMutableIndexSet *fSavedExpandedItems;
unsigned int fSavedSelectedItem;
+ hb_job_t *fLastKnownCurrentJob;
#endif
// +---------------fQueueWindow----------------+