Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
d0080666
Commit
d0080666
authored
Aug 13, 2015
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix bindings and missing action in video effects
parent
a8433c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
3 deletions
+28
-3
extras/package/macosx/Resources/English.lproj/VideoEffects.xib
...s/package/macosx/Resources/English.lproj/VideoEffects.xib
+28
-3
No files found.
extras/package/macosx/Resources/English.lproj/VideoEffects.xib
View file @
d0080666
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.Cocoa.XIB"
version=
"3.0"
toolsVersion=
"
8152.3"
systemVersion=
"15A216g
"
targetRuntime=
"MacOSX.Cocoa"
propertyAccessControl=
"none"
>
<document
type=
"com.apple.InterfaceBuilder3.Cocoa.XIB"
version=
"3.0"
toolsVersion=
"
7706"
systemVersion=
"14F25a
"
targetRuntime=
"MacOSX.Cocoa"
propertyAccessControl=
"none"
>
<dependencies>
<dependencies>
<deployment
version=
"1070"
identifier=
"macosx"
/>
<deployment
version=
"1070"
identifier=
"macosx"
/>
<development
version=
"5100"
identifier=
"xcode"
/>
<development
version=
"5100"
identifier=
"xcode"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.CocoaPlugin"
version=
"
8152.3
"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.CocoaPlugin"
version=
"
7706
"
/>
</dependencies>
</dependencies>
<objects>
<objects>
<customObject
id=
"-2"
userLabel=
"File's Owner"
customClass=
"VLCVideoEffects"
>
<customObject
id=
"-2"
userLabel=
"File's Owner"
customClass=
"VLCVideoEffects"
>
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
</connections>
</connections>
</customObject>
</customObject>
<customObject
id=
"-1"
userLabel=
"First Responder"
customClass=
"FirstResponder"
/>
<customObject
id=
"-1"
userLabel=
"First Responder"
customClass=
"FirstResponder"
/>
<customObject
id=
"-3"
userLabel=
"Application"
/>
<customObject
id=
"-3"
userLabel=
"Application"
customClass=
"NSObject"
/>
<window
title=
"Video Effects"
allowsToolTipsWhenApplicationIsInactive=
"NO"
autorecalculatesKeyViewLoop=
"NO"
hidesOnDeactivate=
"YES"
releasedWhenClosed=
"NO"
visibleAtLaunch=
"NO"
frameAutosaveName=
"videoeffects"
animationBehavior=
"default"
id=
"1"
customClass=
"NSPanel"
>
<window
title=
"Video Effects"
allowsToolTipsWhenApplicationIsInactive=
"NO"
autorecalculatesKeyViewLoop=
"NO"
hidesOnDeactivate=
"YES"
releasedWhenClosed=
"NO"
visibleAtLaunch=
"NO"
frameAutosaveName=
"videoeffects"
animationBehavior=
"default"
id=
"1"
customClass=
"NSPanel"
>
<windowStyleMask
key=
"styleMask"
titled=
"YES"
closable=
"YES"
utility=
"YES"
HUD=
"YES"
/>
<windowStyleMask
key=
"styleMask"
titled=
"YES"
closable=
"YES"
utility=
"YES"
HUD=
"YES"
/>
<windowPositionMask
key=
"initialPositionMask"
leftStrut=
"YES"
rightStrut=
"YES"
topStrut=
"YES"
bottomStrut=
"YES"
/>
<windowPositionMask
key=
"initialPositionMask"
leftStrut=
"YES"
rightStrut=
"YES"
topStrut=
"YES"
bottomStrut=
"YES"
/>
...
@@ -509,6 +509,7 @@
...
@@ -509,6 +509,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"kBZ-nJ-fHt"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"kBZ-nJ-fHt"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropTopValue"
id=
"gHx-EW-7X8"
/>
</connections>
</connections>
</textField>
</textField>
<textField
verticalHuggingPriority=
"750"
id=
"76"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"76"
customClass=
"BGHUDLabel"
>
...
@@ -533,6 +534,7 @@
...
@@ -533,6 +534,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"j7g-ws-1Lg"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"j7g-ws-1Lg"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropTopValue"
id=
"A1r-VP-TjS"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"83"
>
<textField
verticalHuggingPriority=
"750"
id=
"83"
>
...
@@ -553,6 +555,7 @@
...
@@ -553,6 +555,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"0ui-ey-NwN"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"0ui-ey-NwN"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropBottomValue"
id=
"ZxR-KD-4kJ"
/>
</connections>
</connections>
</textField>
</textField>
<textField
verticalHuggingPriority=
"750"
id=
"84"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"84"
customClass=
"BGHUDLabel"
>
...
@@ -577,6 +580,7 @@
...
@@ -577,6 +580,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"zeZ-NA-YGh"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"zeZ-NA-YGh"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropBottomValue"
id=
"y7g-lQ-DEN"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"92"
>
<textField
verticalHuggingPriority=
"750"
id=
"92"
>
...
@@ -597,6 +601,7 @@
...
@@ -597,6 +601,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"6qK-Ea-mfC"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"6qK-Ea-mfC"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropRightValue"
id=
"ne2-Wy-pCd"
/>
</connections>
</connections>
</textField>
</textField>
<textField
verticalHuggingPriority=
"750"
id=
"93"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"93"
customClass=
"BGHUDLabel"
>
...
@@ -621,6 +626,7 @@
...
@@ -621,6 +626,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"gzn-Rw-tYe"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"gzn-Rw-tYe"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropRightValue"
id=
"HIO-qZ-h1z"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"101"
>
<textField
verticalHuggingPriority=
"750"
id=
"101"
>
...
@@ -641,6 +647,7 @@
...
@@ -641,6 +647,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"uTe-k0-ceY"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"uTe-k0-ceY"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropLeftValue"
id=
"Gwq-w1-DlE"
/>
</connections>
</connections>
</textField>
</textField>
<textField
verticalHuggingPriority=
"750"
id=
"102"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"102"
customClass=
"BGHUDLabel"
>
...
@@ -665,6 +672,7 @@
...
@@ -665,6 +672,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"kxN-8q-kWt"
/>
<action
selector=
"cropObjectChanged:"
target=
"-2"
id=
"kxN-8q-kWt"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cropLeftValue"
id=
"eFt-d6-b6y"
/>
</connections>
</connections>
</stepper>
</stepper>
<button
id=
"110"
>
<button
id=
"110"
>
...
@@ -828,6 +836,7 @@
...
@@ -828,6 +836,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"KAa-Qv-qgQ"
/>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"KAa-Qv-qgQ"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.puzzleRowsValue"
id=
"SQJ-a6-rm9"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"140"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"140"
>
...
@@ -839,6 +848,7 @@
...
@@ -839,6 +848,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"ctW-nu-CDt"
/>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"ctW-nu-CDt"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.puzzleRowsValue"
id=
"p1K-CS-YuJ"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"142"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"142"
customClass=
"BGHUDLabel"
>
...
@@ -873,6 +883,7 @@
...
@@ -873,6 +883,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"9ng-EI-oqG"
/>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"9ng-EI-oqG"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.puzzleColumnsValue"
id=
"FVT-Qa-ZP6"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"145"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"145"
>
...
@@ -884,6 +895,7 @@
...
@@ -884,6 +895,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"xWH-Ir-p5b"
/>
<action
selector=
"puzzleModifierChanged:"
target=
"-2"
id=
"xWH-Ir-p5b"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.puzzleColumnsValue"
id=
"flo-or-cvr"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"146"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"146"
customClass=
"BGHUDLabel"
>
...
@@ -950,6 +962,7 @@
...
@@ -950,6 +962,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"FRa-cc-bNT"
/>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"FRa-cc-bNT"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.wallRowsValue"
id=
"StS-qu-nA8"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"760"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"760"
>
...
@@ -961,6 +974,7 @@
...
@@ -961,6 +974,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"lnW-1A-hCk"
/>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"lnW-1A-hCk"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.wallRowsValue"
id=
"7jt-T0-dn8"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"759"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"759"
customClass=
"BGHUDLabel"
>
...
@@ -995,6 +1009,7 @@
...
@@ -995,6 +1009,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"Kk5-GT-ybR"
/>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"Kk5-GT-ybR"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.wallColumnsValue"
id=
"8Ys-JM-Eo5"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"757"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"757"
>
...
@@ -1006,6 +1021,7 @@
...
@@ -1006,6 +1021,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"4Xg-an-BA6"
/>
<action
selector=
"wallModifierChanged:"
target=
"-2"
id=
"4Xg-an-BA6"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.wallColumnsValue"
id=
"mfP-tC-7ac"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"756"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"756"
customClass=
"BGHUDLabel"
>
...
@@ -1072,6 +1088,7 @@
...
@@ -1072,6 +1088,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"cloneModifierChanged:"
target=
"-2"
id=
"YMx-ib-BdB"
/>
<action
selector=
"cloneModifierChanged:"
target=
"-2"
id=
"YMx-ib-BdB"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cloneValue"
id=
"Zeg-7O-OGK"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"735"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"735"
>
...
@@ -1083,6 +1100,7 @@
...
@@ -1083,6 +1100,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"cloneModifierChanged:"
target=
"-2"
id=
"jKa-p4-moU"
/>
<action
selector=
"cloneModifierChanged:"
target=
"-2"
id=
"jKa-p4-moU"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.cloneValue"
id=
"vFw-9n-Kb8"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"734"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"734"
customClass=
"BGHUDLabel"
>
...
@@ -1249,6 +1267,9 @@
...
@@ -1249,6 +1267,9 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</userDefinedRuntimeAttributes>
</buttonCell>
</buttonCell>
<connections>
<action
selector=
"enableMotionDetect:"
target=
"-2"
id=
"KhE-5L-uU8"
/>
</connections>
</button>
</button>
<button
id=
"256"
>
<button
id=
"256"
>
<rect
key=
"frame"
x=
"415"
y=
"40"
width=
"190"
height=
"18"
/>
<rect
key=
"frame"
x=
"415"
y=
"40"
width=
"190"
height=
"18"
/>
...
@@ -1366,6 +1387,7 @@
...
@@ -1366,6 +1387,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"posterizeModifierChanged:"
target=
"-2"
id=
"AUW-9s-3tZ"
/>
<action
selector=
"posterizeModifierChanged:"
target=
"-2"
id=
"AUW-9s-3tZ"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.posterizeValue"
id=
"GRt-7E-asx"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"234"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"234"
>
...
@@ -1377,6 +1399,7 @@
...
@@ -1377,6 +1399,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"posterizeModifierChanged:"
target=
"-2"
id=
"a1q-m5-5Lk"
/>
<action
selector=
"posterizeModifierChanged:"
target=
"-2"
id=
"a1q-m5-5Lk"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.posterizeValue"
id=
"zyN-cD-GaL"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"240"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"240"
customClass=
"BGHUDLabel"
>
...
@@ -1443,6 +1466,7 @@
...
@@ -1443,6 +1466,7 @@
</textFieldCell>
</textFieldCell>
<connections>
<connections>
<action
selector=
"sepiaModifierChanged:"
target=
"-2"
id=
"7uV-7M-ehS"
/>
<action
selector=
"sepiaModifierChanged:"
target=
"-2"
id=
"7uV-7M-ehS"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.sepiaValue"
id=
"PbM-s7-yDX"
/>
</connections>
</connections>
</textField>
</textField>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"245"
>
<stepper
horizontalHuggingPriority=
"750"
verticalHuggingPriority=
"750"
id=
"245"
>
...
@@ -1454,6 +1478,7 @@
...
@@ -1454,6 +1478,7 @@
</stepperCell>
</stepperCell>
<connections>
<connections>
<action
selector=
"sepiaModifierChanged:"
target=
"-2"
id=
"Gyn-cw-e3B"
/>
<action
selector=
"sepiaModifierChanged:"
target=
"-2"
id=
"Gyn-cw-e3B"
/>
<binding
destination=
"-2"
name=
"value"
keyPath=
"self.sepiaValue"
id=
"Uoe-tK-Ewl"
/>
</connections>
</connections>
</stepper>
</stepper>
<textField
verticalHuggingPriority=
"750"
id=
"244"
customClass=
"BGHUDLabel"
>
<textField
verticalHuggingPriority=
"750"
id=
"244"
customClass=
"BGHUDLabel"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment