summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-09-11 15:03:01 +0000
committerdynaflash <[email protected]>2007-09-11 15:03:01 +0000
commit35c3cb421abbf6c79d640b5b9695198a75fe963b (patch)
treeefa9f276410ef07b228c2203ebbed132b516d0cd /macosx/Controller.h
parentba95beda3b2a3ab8454f7d57d2fe3bc03100fbbc (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/Controller.h')
-rw-r--r--macosx/Controller.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index dd985a7b1..807e08ff7 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -221,6 +221,10 @@
- (IBAction) openMainWindow: (id) sender;
- (IBAction) addToQueue: (id) sender;
+- (void) overwriteAddToQueueAlertDone: (NSWindow *) sheet
+ returnCode: (int) returnCode contextInfo: (void *) contextInfo;
+- (void) doAddToQueue;
+
- (IBAction) showQueueWindow:(id)sender;
- (IBAction)showPreferencesWindow:(id)sender;
@@ -230,10 +234,9 @@
returnCode: (int) returnCode contextInfo: (void *) contextInfo;
- (void) updateAlertDone: (NSWindow *) sheet
returnCode: (int) returnCode contextInfo: (void *) contextInfo;
-- (void) _Rip;
+- (void) doRip;
+
- (IBAction) Cancel: (id) sender;
-- (void) _Cancel: (NSWindow *) sheet returnCode: (int) returnCode
- contextInfo: (void *) contextInfo;
- (IBAction) Pause: (id) sender;
- (IBAction) calculateBitrate: (id) sender;