summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-10-09 15:15:16 +0000
committerdynaflash <[email protected]>2007-10-09 15:15:16 +0000
commit7045d521d48d670473d5858c43e4fb54dee14b1c (patch)
treece9f16661b37f34ae593dd03f923b4edb9fe689b /macosx/English.lproj
parent744d3be393c2dd5752a0ab1b5dd28ce00739333a (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/English.lproj')
-rw-r--r--macosx/English.lproj/Queue.nib/classes.nib3
-rw-r--r--macosx/English.lproj/Queue.nib/keyedobjects.nibbin11019 -> 11718 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/macosx/English.lproj/Queue.nib/classes.nib b/macosx/English.lproj/Queue.nib/classes.nib
index be46492f1..e20a23a7b 100644
--- a/macosx/English.lproj/Queue.nib/classes.nib
+++ b/macosx/English.lproj/Queue.nib/classes.nib
@@ -221,7 +221,8 @@
cancelCurrentJob = id;
imageSpacingChanged = id;
indentChanged = id;
- removeSelectedJob = id;
+ removeSelectedJobGroups = id;
+ revealSelectedJobGroups = id;
showQueueWindow = id;
togglePauseResume = id;
toggleStartCancel = id;
diff --git a/macosx/English.lproj/Queue.nib/keyedobjects.nib b/macosx/English.lproj/Queue.nib/keyedobjects.nib
index 50285f810..1aa1d0d16 100644
--- a/macosx/English.lproj/Queue.nib/keyedobjects.nib
+++ b/macosx/English.lproj/Queue.nib/keyedobjects.nib
Binary files differ