Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
12eaf32d
Commit
12eaf32d
authored
Jan 12, 2014
by
Felix Paul Kühne
Browse files
local network: fix handling of extremely long file and folder names
parent
90762094
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/VLCLocalNetworkListCell~ipad.xib
View file @
12eaf32d
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"50
2
3"
systemVersion=
"12F45"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"503
7.2
"
systemVersion=
"12F45"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<dependencies>
<deployment
defaultVersion=
"1552"
identifier=
"iOS"
/>
<development
version=
"5000"
identifier=
"xcode"
/>
...
...
@@ -19,7 +19,7 @@
<rect
key=
"frame"
x=
"5"
y=
"8"
width=
"64"
height=
"64"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
</imageView>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"File Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
adjustsFontSizeToFit=
"NO
"
id=
"6"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"File Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumScaleFactor=
"0.5
"
id=
"6"
>
<rect
key=
"frame"
x=
"83"
y=
"21"
width=
"177"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1215686275"
green=
"0.1215686275"
blue=
"0.1215686275"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -27,7 +27,7 @@
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</label>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Folder Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
adjustsFontSizeToFit=
"NO
"
id=
"23"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Folder Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumScaleFactor=
"0.5
"
id=
"23"
>
<rect
key=
"frame"
x=
"83"
y=
"29"
width=
"232"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1052877679"
green=
"0.1052846164"
blue=
"0.1052864045"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -35,7 +35,7 @@
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</label>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Subtitle — Subtitle"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO
"
id=
"7"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Subtitle — Subtitle"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"alignBaselines"
minimumScaleFactor=
"0.5
"
id=
"7"
>
<rect
key=
"frame"
x=
"83"
y=
"44"
width=
"177"
height=
"15"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1215686275"
green=
"0.1215686275"
blue=
"0.1215686275"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -58,7 +58,7 @@
<action
selector=
"triggerDownload:"
destination=
"3"
eventType=
"touchUpInside"
id=
"27"
/>
</connections>
</button>
<label
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Downloading..."
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO
"
id=
"28"
customClass=
"VLCStatusLabel"
>
<label
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Downloading..."
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
minimumScaleFactor=
"0.5
"
id=
"28"
customClass=
"VLCStatusLabel"
>
<rect
key=
"frame"
x=
"83"
y=
"29"
width=
"177"
height=
"21"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1215686275"
green=
"0.1215686275"
blue=
"0.1215686275"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
Resources/VLCLocalNetworkListCell~iphone.xib
View file @
12eaf32d
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"50
2
3"
systemVersion=
"12F45"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"503
7.2
"
systemVersion=
"12F45"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<dependencies>
<deployment
defaultVersion=
"1552"
identifier=
"iOS"
/>
<development
version=
"5000"
identifier=
"xcode"
/>
...
...
@@ -19,7 +19,7 @@
<rect
key=
"frame"
x=
"3"
y=
"9"
width=
"50"
height=
"50"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
</imageView>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"File Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
adjustsFontSizeToFit=
"NO
"
id=
"6"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"File Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumScaleFactor=
"0.5
"
id=
"6"
>
<rect
key=
"frame"
x=
"62"
y=
"18"
width=
"220"
height=
"18"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1052877679"
green=
"0.1052846164"
blue=
"0.1052864045"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -27,7 +27,7 @@
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</label>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Folder Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
adjustsFontSizeToFit=
"NO
"
id=
"23"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Folder Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumScaleFactor=
"0.5
"
id=
"23"
>
<rect
key=
"frame"
x=
"62"
y=
"26"
width=
"220"
height=
"18"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1052877679"
green=
"0.1052846164"
blue=
"0.1052864045"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -35,7 +35,7 @@
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</label>
<label
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Downloading..."
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
adjustsFontSizeToFit=
"NO
"
id=
"28"
customClass=
"VLCStatusLabel"
>
<label
hidden=
"YES"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Downloading..."
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumScaleFactor=
"0.5
"
id=
"28"
customClass=
"VLCStatusLabel"
>
<rect
key=
"frame"
x=
"62"
y=
"26"
width=
"220"
height=
"18"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1052877679"
green=
"0.1052846164"
blue=
"0.1052864045"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
@@ -43,7 +43,7 @@
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</label>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Subtitle — Subtitle"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO
"
id=
"7"
>
<label
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Subtitle — Subtitle"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"alignBaselines"
minimumScaleFactor=
"0.5
"
id=
"7"
>
<rect
key=
"frame"
x=
"62"
y=
"37"
width=
"220"
height=
"15"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMinY=
"YES"
/>
<color
key=
"backgroundColor"
red=
"0.1052877679"
green=
"0.1052846164"
blue=
"0.1052864045"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
...
...
Write
Preview
Supports
Markdown
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