diff options
author | dynaflash <[email protected]> | 2008-01-03 19:11:26 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-03 19:11:26 +0000 |
commit | aaa9d4d352cd79964f6d9b2224d7fd99c4c1ce9e (patch) | |
tree | 02c9a73b283c12780231b2f3858ed6158eda49c2 /macosx/English.lproj/PictureSettings.nib/info.nib | |
parent | 8a1ca7778958645f470d5aefa82a9968eb511657 (diff) |
MacGui: Loose Anamorphic initial implementation
- Changes the PAR checkbox to an anamorphic NSPopUp Button with "None", "Strict", and "Loose".
- Sanity checks against the ffmpeg encoder, until that gets fixed.
- removed six unneeded outlets for picture sizing in Controller.mm.
- Previous presets will gracefully degrade to us "Strict" if anamorphic is specified.
- I know about the bug where the picture window changes size on the first width drop when resizing Loose Anamorphic, so dont ask ;)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1161 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/PictureSettings.nib/info.nib')
-rw-r--r-- | macosx/English.lproj/PictureSettings.nib/info.nib | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/macosx/English.lproj/PictureSettings.nib/info.nib b/macosx/English.lproj/PictureSettings.nib/info.nib index 2f049637a..36055763b 100644 --- a/macosx/English.lproj/PictureSettings.nib/info.nib +++ b/macosx/English.lproj/PictureSettings.nib/info.nib @@ -1,16 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>IBDocumentLocation</key> - <string>45 380 356 240 0 0 1440 878 </string> <key>IBFramework Version</key> - <string>446.1</string> + <string>629</string> + <key>IBLastKnownRelativeProjectPath</key> + <string>../../HandBrake.xcodeproj</string> + <key>IBOldestOS</key> + <integer>5</integer> <key>IBOpenObjects</key> - <array> - <integer>5</integer> - </array> + <array/> <key>IBSystem Version</key> - <string>8R2218</string> + <string>9B18</string> + <key>targetFramework</key> + <string>IBCocoaFramework</string> </dict> </plist> |