diff options
author | Rodeo <[email protected]> | 2013-04-12 20:14:05 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-12 20:14:05 +0000 |
commit | 3d9d937ed4c21aa6ffde4710d044de71fc54330e (patch) | |
tree | 9ef03cf51f8572e092e4e57cd83cdab420af90ec /macosx/Controller.h | |
parent | da8a0f3ace2b71ef1cbb911d194dd1f9561017b0 (diff) |
MacGui: simplify queue display code.
Add detailed summaries to the queue item dictionary and use them in HBQueueController.
This helps remove a lot of duplicate logic.
Uses existing methods pictureSettingsSummary, pictureFiltersSummary and new muxerOptionsSummary.
Also add a few height rows for long lines that often wrap to a second row.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5398 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index d69438d26..6020f64f8 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -347,6 +347,7 @@ BOOL fIsDragging; /* Text summaries of various settings */ - (NSString*) pictureSettingsSummary; - (NSString*) pictureFiltersSummary; +- (NSString*) muxerOptionsSummary; /* Add All titles to the queue */ - (IBAction) addAllTitlesToQueue: (id) sender; |