[vlc-devel] [PATCH 3/5] macosx: Add Renderer Dialog xib
Marvin Scholz
epirat07 at gmail.com
Thu Jun 16 23:54:19 CEST 2016
---
Makefile.am | 1 +
.../Resources/English.lproj/VLCRendererDialog.xib | 124 +++++++++++++++++++++
2 files changed, 125 insertions(+)
create mode 100644 extras/package/macosx/Resources/English.lproj/VLCRendererDialog.xib
diff --git a/Makefile.am b/Makefile.am
index a7ff7f0..6172d22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -161,6 +161,7 @@ EXTRA_DIST += \
extras/package/macosx/Resources/English.lproj/TimeSelectionPanel.xib \
extras/package/macosx/Resources/English.lproj/VideoEffects.xib \
extras/package/macosx/Resources/English.lproj/VLCStatusBarIconMainMenu.xib \
+ extras/package/macosx/Resources/English.lproj/VLCRendererDialog.xib \
extras/package/macosx/Resources/fspanel/fs_background.png \
extras/package/macosx/Resources/fspanel/fs_background at 2x.png \
extras/package/macosx/Resources/fspanel/fs_exit_fullscreen.png \
diff --git a/extras/package/macosx/Resources/English.lproj/VLCRendererDialog.xib b/extras/package/macosx/Resources/English.lproj/VLCRendererDialog.xib
new file mode 100644
index 0000000..9738ab4
--- /dev/null
+++ b/extras/package/macosx/Resources/English.lproj/VLCRendererDialog.xib
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+ <dependencies>
+ <deployment identifier="macosx"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
+ </dependencies>
+ <objects>
+ <customObject id="-2" userLabel="File's Owner" customClass="VLCRendererDialog">
+ <connections>
+ <outlet property="arrayController" destination="GOn-Qd-cLD" id="Ntk-ES-VDP"/>
+ <outlet property="tableView" destination="qD9-9r-Wgb" id="dmu-NP-6Rg"/>
+ <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
+ </connections>
+ </customObject>
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
+ <customObject id="-3" userLabel="Application" customClass="NSObject"/>
+ <window title="Renderer" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" animationBehavior="default" id="F0z-JX-Cv5">
+ <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
+ <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
+ <rect key="contentRect" x="196" y="240" width="480" height="270"/>
+ <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
+ <view key="contentView" id="se5-gp-TjO">
+ <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <subviews>
+ <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lcq-BP-WAz">
+ <rect key="frame" x="20" y="49" width="440" height="201"/>
+ <clipView key="contentView" ambiguous="YES" id="4xa-ie-i9H">
+ <rect key="frame" x="1" y="0.0" width="438" height="200"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="OF3-7V-gW0" viewBased="YES" id="qD9-9r-Wgb">
+ <rect key="frame" x="0.0" y="0.0" width="438" height="177"/>
+ <autoresizingMask key="autoresizingMask"/>
+ <size key="intercellSpacing" width="3" height="2"/>
+ <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+ <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
+ <tableColumns>
+ <tableColumn width="40" minWidth="40" maxWidth="1000" id="4Tr-3k-Ifu">
+ <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Renderer">
+ <font key="font" metaFont="smallSystem"/>
+ <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
+ </tableHeaderCell>
+ <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="tNi-X4-pRv">
+ <font key="font" metaFont="system"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
+ <prototypeCellViews>
+ <tableCellView id="XG2-rD-PWx">
+ <rect key="frame" x="1" y="1" width="40" height="17"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yKC-kD-jAA">
+ <rect key="frame" x="0.0" y="0.0" width="100" height="17"/>
+ <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="2Xb-BC-RZo">
+ <font key="font" metaFont="system"/>
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ </textFieldCell>
+ <connections>
+ <binding destination="XG2-rD-PWx" name="value" keyPath="objectValue.name" id="fFT-Rx-tRI">
+ <dictionary key="options">
+ <string key="NSNullPlaceholder">Unknown</string>
+ </dictionary>
+ </binding>
+ </connections>
+ </textField>
+ </subviews>
+ <connections>
+ <outlet property="textField" destination="yKC-kD-jAA" id="zgr-vt-FKL"/>
+ </connections>
+ </tableCellView>
+ </prototypeCellViews>
+ </tableColumn>
+ </tableColumns>
+ <connections>
+ <action trigger="doubleAction" selector="selectRenderer:" target="-2" id="AWf-Mh-S59"/>
+ <binding destination="GOn-Qd-cLD" name="content" keyPath="arrangedObjects" id="K7Q-EN-FaO"/>
+ <binding destination="GOn-Qd-cLD" name="selectionIndexes" keyPath="selectionIndexes" previousBinding="K7Q-EN-FaO" id="NMI-p2-yxp"/>
+ </connections>
+ </tableView>
+ </subviews>
+ <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
+ </clipView>
+ <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="uX0-jf-qcC">
+ <rect key="frame" x="1" y="7" width="0.0" height="16"/>
+ <autoresizingMask key="autoresizingMask"/>
+ </scroller>
+ <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="N4s-Bh-4Nq">
+ <rect key="frame" x="224" y="17" width="15" height="102"/>
+ <autoresizingMask key="autoresizingMask"/>
+ </scroller>
+ <tableHeaderView key="headerView" id="OF3-7V-gW0">
+ <rect key="frame" x="0.0" y="0.0" width="438" height="23"/>
+ <autoresizingMask key="autoresizingMask"/>
+ </tableHeaderView>
+ </scrollView>
+ <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8zq-Ra-Xci">
+ <rect key="frame" x="387" y="13" width="79" height="32"/>
+ <buttonCell key="cell" type="push" title="Select" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="mjf-EU-Ad3">
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+ <font key="font" metaFont="system"/>
+ </buttonCell>
+ <connections>
+ <action selector="selectRenderer:" target="-2" id="s0E-ur-Iah"/>
+ </connections>
+ </button>
+ </subviews>
+ </view>
+ <connections>
+ <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
+ </connections>
+ </window>
+ <arrayController objectClassName="VLCRendererItem" editable="NO" automaticallyPreparesContent="YES" id="GOn-Qd-cLD">
+ <connections>
+ <binding destination="-2" name="contentArray" keyPath="self.rendererItems" id="STy-Ua-Jgr"/>
+ </connections>
+ </arrayController>
+ <userDefaultsController representsSharedInstance="YES" id="E7X-MF-OEQ"/>
+ </objects>
+</document>
--
2.7.4 (Apple Git-66)
More information about the vlc-devel
mailing list