diff options
author | dynaflash <[email protected]> | 2007-10-09 15:15:16 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-10-09 15:15:16 +0000 |
commit | 7045d521d48d670473d5858c43e4fb54dee14b1c (patch) | |
tree | ce9f16661b37f34ae593dd03f923b4edb9fe689b /macosx/Controller.h | |
parent | 744d3be393c2dd5752a0ab1b5dd28ce00739333a (diff) |
MacGui: Queue Enhancements courtesy of travistex
- Encodes now stick around in the queue's displayed after they have been completed. They are marked with a check mark icon.
- The "active" encode is shown with a chasing arrows icon.
- Completed encodes have a spotlight icon by them to allow you to show in finder
- Support for reordering encodes in the queue via drag and drop. Currently #define'd out because there's currently no easy way to reorder hblib's job list. But some day maybe...
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1017 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index d5770163c..68c8f672e 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -179,8 +179,6 @@ int currentSuccessfulScanCount; BOOL SuccessfulScan; NSString * currentSource; - - hb_job_t * fLastKnownCurrentJob; } - (void) TranslateStrings; |