OSDN Git Service

MacGui: Video Filter and Picture Settings
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Feb 2009 19:05:21 +0000 (19:05 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Feb 2009 19:05:21 +0000 (19:05 +0000)
commit07ff9f7ece098ea2cd2d66c7d1b50c253a5883d5
tree58c373f0402f7eeb4d3a79afea73a780b7e48eba
parentbb01c0b4b4b7251a365c017eea9102930a5c9efc
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://localhost/HandBrake/trunk@2125 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.mm
macosx/English.lproj/MainMenu.xib
macosx/English.lproj/PictureSettings.xib
macosx/HBPreviewController.h
macosx/HBPreviewController.mm
macosx/HBQueueController.mm
macosx/PictureController.h
macosx/PictureController.mm