diff options
Diffstat (limited to 'macosx/English.lproj/AdvancedView.xib')
-rw-r--r-- | macosx/English.lproj/AdvancedView.xib | 65 |
1 files changed, 20 insertions, 45 deletions
diff --git a/macosx/English.lproj/AdvancedView.xib b/macosx/English.lproj/AdvancedView.xib index 0d1d888cf..714b58c98 100644 --- a/macosx/English.lproj/AdvancedView.xib +++ b/macosx/English.lproj/AdvancedView.xib @@ -1,19 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F12" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F14" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1060" identifier="macosx"/> + <deployment version="1060" defaultVersion="1060" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBAdvancedController"> <connections> - <outlet property="fDisplayLavcOptions" destination="450" id="455"/> - <outlet property="fDisplayLavcOptionsLabel" destination="453" id="456"/> - <outlet property="fDisplayTheoraOptionsLabel" destination="457" id="459"/> <outlet property="fDisplayX264Options" destination="30" id="191"/> <outlet property="fDisplayX264OptionsLabel" destination="55" id="192"/> - <outlet property="fEmptyView" destination="254" id="256"/> - <outlet property="fFFmpegView" destination="254" id="BvK-gC-9EN"/> + <outlet property="fEmptyView" destination="nxI-yk-oWT" id="vLJ-P2-ROb"/> <outlet property="fOptionsBox" destination="sPV-JX-8CO" id="OhE-r2-gaB"/> <outlet property="fX264opt8x8dctLabel" destination="88" id="196"/> <outlet property="fX264opt8x8dctSwitch" destination="87" id="195"/> @@ -53,7 +49,7 @@ <outlet property="fX264optView" destination="5" id="194"/> <outlet property="fX264optWeightPLabel" destination="408" id="413"/> <outlet property="fX264optWeightPSwitch" destination="407" id="414"/> - <outlet property="view" destination="kZH-f0-3MZ" id="0dl-gO-Cma"/> + <outlet property="view" destination="kZH-f0-3MZ" id="vhL-OP-goq"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> @@ -564,43 +560,7 @@ </textField> </subviews> </customView> - <customView id="254" userLabel="ffmpeg"> - <rect key="frame" x="0.0" y="0.0" width="891" height="290"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <textField verticalHuggingPriority="750" id="450"> - <rect key="frame" x="4" y="4" width="882" height="34"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> - <textFieldCell key="cell" controlSize="small" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="451"> - <font key="font" metaFont="smallSystem"/> - <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="X264AdvancedOptionsSet:" target="-2" id="452"/> - </connections> - </textField> - <textField verticalHuggingPriority="750" id="453"> - <rect key="frame" x="1" y="42" width="888" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Current FFmpeg Advanced Option String:" id="454"> - <font key="font" metaFont="smallSystemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <textField verticalHuggingPriority="750" id="457"> - <rect key="frame" x="191" y="137" width="509" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="HandBrake Does Not Support Advanced Theora Options" id="458"> - <font key="font" metaFont="smallSystemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - </subviews> - </customView> - <customView id="kZH-f0-3MZ" userLabel="empty"> + <customView id="kZH-f0-3MZ" userLabel="view"> <rect key="frame" x="0.0" y="0.0" width="905" height="294"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <subviews> @@ -616,5 +576,20 @@ </box> </subviews> </customView> + <customView id="nxI-yk-oWT" userLabel="empty"> + <rect key="frame" x="0.0" y="0.0" width="905" height="294"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <subviews> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="60D-Fv-Yl5"> + <rect key="frame" x="18" y="139" width="869" height="17"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Advanced options not available for the selected codec." id="lPc-aK-FOh"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + </subviews> + </customView> </objects> </document> |