summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-27 10:46:04 +0000
committerritsuka <[email protected]>2014-12-27 10:46:04 +0000
commitdf8b2ff3e109699e3dadd88404911f8dfc7b210a (patch)
tree8489fee4edaf57adf55f69d0c0d28f61a5757057 /macosx/English.lproj
parent8df584534c0c39f5c2f298d8ba480cc906743bbf (diff)
MacGui: change the queue to work with serialized HBJob objects, remove the NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r--macosx/English.lproj/MainMenu.xib16
1 files changed, 12 insertions, 4 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib
index 439f95472..0b3ce8117 100644
--- a/macosx/English.lproj/MainMenu.xib
+++ b/macosx/English.lproj/MainMenu.xib
@@ -152,6 +152,7 @@
</popUpButtonCell>
<accessibility description="Angle"/>
<connections>
+ <binding destination="240" name="content" keyPath="self.job.angles" id="oFZ-d6-aeJ"/>
<binding destination="5676" name="hidden" keyPath="values.UseDvdNav" id="8xq-AL-yDc">
<dictionary key="options">
<string key="NSValueTransformerName">NSNegateBoolean</string>
@@ -245,11 +246,18 @@
<textField verticalHuggingPriority="750" id="1561">
<rect key="frame" x="56" y="455" width="782" height="19"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="4919">
+ <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="4919">
<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>
+ <binding destination="240" name="value" keyPath="self.job.destURL" id="f8U-7W-7gP">
+ <dictionary key="options">
+ <string key="NSValueTransformerName">HBURLTransformer</string>
+ </dictionary>
+ </binding>
+ </connections>
</textField>
<textField hidden="YES" verticalHuggingPriority="750" id="5491">
<rect key="frame" x="581" y="492" width="54" height="19"/>
@@ -409,8 +417,8 @@
<accessibility description="Start Chapter"/>
<connections>
<action selector="chapterPopUpChanged:" target="240" id="1615"/>
- <binding destination="240" name="content" keyPath="self.job.range.chapters" id="6kP-TS-bEc"/>
<binding destination="240" name="selectedIndex" keyPath="self.job.range.chapterStart" previousBinding="6kP-TS-bEc" id="U76-2W-TvD"/>
+ <binding destination="240" name="content" keyPath="self.job.range.chapters" id="6kP-TS-bEc"/>
</connections>
</popUpButton>
<popUpButton verticalHuggingPriority="750" id="1548">
@@ -428,8 +436,8 @@
<accessibility description="End Chapter"/>
<connections>
<action selector="chapterPopUpChanged:" target="240" id="1616"/>
- <binding destination="240" name="content" keyPath="self.job.range.chapters" id="Yqp-Sg-lBf"/>
<binding destination="240" name="selectedIndex" keyPath="self.job.range.chapterStop" previousBinding="Yqp-Sg-lBf" id="4k2-Sm-RoJ"/>
+ <binding destination="240" name="content" keyPath="self.job.range.chapters" id="Yqp-Sg-lBf"/>
</connections>
</popUpButton>
</subviews>
@@ -973,7 +981,7 @@ DQ
<outlet property="fChaptersTitlesTab" destination="1989" id="oUt-8L-Ag2"/>
<outlet property="fDstBrowseButton" destination="1562" id="1578"/>
<outlet property="fDstFile1Field" destination="1552" id="1596"/>
- <outlet property="fDstFile2Field" destination="1561" id="1585"/>
+ <outlet property="fDstFile2Field" destination="1561" id="N8U-j2-c00"/>
<outlet property="fDstFormatField" destination="1556" id="1583"/>
<outlet property="fDstFormatPopUp" destination="1557" id="1584"/>
<outlet property="fDstMp4HttpOptFileCheck" destination="4579" id="4581"/>