diff options
author | dynaflash <[email protected]> | 2007-09-11 15:03:01 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-11 15:03:01 +0000 |
commit | 35c3cb421abbf6c79d640b5b9695198a75fe963b (patch) | |
tree | efa9f276410ef07b228c2203ebbed132b516d0cd /macosx/English.lproj/Queue.nib/classes.nib | |
parent | ba95beda3b2a3ab8454f7d57d2fe3bc03100fbbc (diff) |
MacGui: New queue enhancements
- clean up work related to starting and stopping of jobs to make sure the behavior is the same in both the queue window and the main window
- No longer adds jobs to queue when you've hit Start but then canceled the overwrite warning.
- Added overwrite alert when doing an Add to Queue. Was only happening previously when you did a Start.
- Stopping a job from either the Queue window or the Main window now goes through the same code path and so the behavior will be identical.
- In the main window, the Start button now changes to Start Queue once you've added things to the queue. This helps clear up any ambiguity about what that button will do
- Cancel button now named Stop. Recommended by BradleyS and/or hawkman I think because this button no longer cancels everything in the queue, just the current job. Wording in the stop warning dialog has been improved (mentions job title).
- The "Show Alert When Done" options now work when you have started the queue from the Queue window.
- Uses the term "passes" in main window
- Added unique icons for each pass type.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@949 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/Queue.nib/classes.nib')
-rw-r--r-- | macosx/English.lproj/Queue.nib/classes.nib | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/macosx/English.lproj/Queue.nib/classes.nib b/macosx/English.lproj/Queue.nib/classes.nib index 4e9bbaa78..3e0a52912 100644 --- a/macosx/English.lproj/Queue.nib/classes.nib +++ b/macosx/English.lproj/Queue.nib/classes.nib @@ -212,32 +212,31 @@ }; SUPERCLASS = NSObject; }, + {CLASS = HBImageAndTextCell; LANGUAGE = ObjC; SUPERCLASS = NSTextFieldCell; }, {CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }, { ACTIONS = { cancelCurrentJob = id; - detailChanged = id; - jobGroupsChanged = id; + hideDetail = id; removeSelectedJob = id; + showDetail = id; + showJobsAsGroups = id; + showJobsAsPasses = id; showQueueWindow = id; - toggleShowsDetail = id; - toggleShowsJobsAsGroups = id; toggleStartPause = id; }; CLASS = HBQueueController; LANGUAGE = ObjC; OUTLETS = { fCurrentJobPane = NSView; - fDetailCheckbox = NSButton; fJobDescTextField = NSTextField; - fJobGroupsCheckbox = NSButton; fJobIconView = NSImageView; + fOutlineView = NSOutlineView; fProgressBar = NSProgressIndicator; fProgressTextField = NSTextField; fQueueCountField = NSTextField; fQueuePane = NSView; fQueueWindow = NSWindow; - fStartPauseButton = NSButton; fTaskView = NSTableView; }; SUPERCLASS = NSObject; |