summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-01-21 18:58:17 +0000
committerdynaflash <[email protected]>2010-01-21 18:58:17 +0000
commit56fef9aafba02e1f6bac8724aeda00f78b77c712 (patch)
tree89fdaf9760b03017f1ba9f1233c9ba88886e4ca2 /macosx/HBQueueController.h
parente67bbc820dcae0c2bbdbfc5cd24d2b8495285d0a (diff)
MacGui: Queued item editing initial implementation.
- Sends a chosen queued item back to the main window for reload ( and rescan ) via contextual menu (right click) - Deletes queued item from queue after being reloaded to main window ( after editing or whatever, send back to queue via Add To Queue Button same as a new source). - New queue window contextual menu also includes delete and show options previously only available via separate icons. - Note: Needs testing particularly in the subtitle area, which is not to say there aren't other bugs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3080 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index 51e01f66d..ddae3e66a 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -137,6 +137,7 @@ BOOL fIsDragging;
/* control encodes in the window */
- (IBAction)removeSelectedQueueItem: (id)sender;
- (IBAction)revealSelectedQueueItem: (id)sender;
+- (IBAction)editSelectedQueueItem: (id)sender;
#if HB_OUTLINE_METRIC_CONTROLS
- (IBAction)imageSpacingChanged: (id)sender;