diff options
author | dynaflash <[email protected]> | 2009-02-06 19:05:21 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-02-06 19:05:21 +0000 |
commit | c00f61d9ac241b5f0c170a24e0faf49bb7fda03c (patch) | |
tree | 58c373f0402f7eeb4d3a79afea73a780b7e48eba /macosx/HBPreviewController.h | |
parent | a972b47416cf9f4fec953ff4eb471ad4957824d7 (diff) |
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
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |