From c00f61d9ac241b5f0c170a24e0faf49bb7fda03c Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 6 Feb 2009 19:05:21 +0000 Subject: MacGui: Video Filter and Picture Settings - Changed picture settings and video filter display in the main window to three text fields (removed 24 outlets and text fields). Its a hoky layout right now, but I have a feeling the video tab will be changing. - Show actual cropping values in the main window as well as Auto/Custom - Show custom filter settings if used. - Removed redundant anamorphic calculation code. Its now accessed from each controller that needs it from preview controller - Fixed an issue where decomb from a previous preset would linger in a preset that did not have decomb specified. - Updated the queue display to show custom filter info if present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2125 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreviewController.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macosx/HBPreviewController.h') diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index 28b6eb45f..cba262138 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -75,10 +75,13 @@ - (IBAction) showPreviewWindow: (id)sender; - (BOOL)acceptsMouseMovedEvents; - (void) displayPreview; + - (void) showHideHudControls; - (IBAction) SettingsChanged: (id) sender; - (IBAction) pictureSliderChanged: (id) sender; - (IBAction)showPictureSettings:(id)sender; +- (NSString*) pictureSizeInfoString; + /* Full Screen */ - (IBAction)toggleScreenMode:(id)sender; - (IBAction)toggleScaleToScreen:(id)sender; -- cgit v1.2.3