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
10c9d0e9
Commit
10c9d0e9
authored
May 20, 2013
by
Felix Paul Kühne
Browse files
menu: enable download from http server control
parent
d22f35d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/VLCAddMediaViewController~ipad.xib
View file @
10c9d0e9
...
...
@@ -88,7 +88,6 @@
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<bool
key=
"IBUIEnabled"
>
NO
</bool>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<string
key=
"IBUINormalTitle"
>
Download from HTTP Server
</string>
...
...
@@ -130,7 +129,6 @@
<string
key=
"NSFrame"
>
{{0, 288}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -286,7 +284,6 @@
<string
key=
"NSFrame"
>
{{229, 8}, {70, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"239666395"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -580,14 +577,18 @@
<string
key=
"className"
>
VLCAddMediaViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"dismiss:"
>
id
</string>
<string
key=
"downloadFromHTTPServer:"
>
id
</string>
<string
key=
"openAboutPanel:"
>
id
</string>
<string
key=
"openNetworkStream:"
>
id
</string>
<string
key=
"showInformationOnHTTPServer:"
>
id
</string>
<string
key=
"showSettings:"
>
id
</string>
<string
key=
"toggleHTTPServer:"
>
id
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<object
class=
"IBActionInfo"
key=
"dismiss:"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"downloadFromHTTPServer:"
>
<string
key=
"name"
>
downloadFromHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
...
...
@@ -600,10 +601,6 @@
<string
key=
"name"
>
openNetworkStream:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showInformationOnHTTPServer:"
>
<string
key=
"name"
>
showInformationOnHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showSettings:"
>
<string
key=
"name"
>
showSettings:
</string>
<string
key=
"candidateClassName"
>
id
</string>
...
...
Resources/VLCAddMediaViewController~iphone.xib
View file @
10c9d0e9
...
...
@@ -90,7 +90,6 @@
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<bool
key=
"IBUIEnabled"
>
NO
</bool>
<int
key=
"IBUIContentHorizontalAlignment"
>
0
</int>
<int
key=
"IBUIContentVerticalAlignment"
>
0
</int>
<string
key=
"IBUINormalTitle"
>
Download from HTTP Server
</string>
...
...
@@ -283,6 +282,7 @@
<int
key=
"NSvFlags"
>
294
</int>
<string
key=
"NSFrame"
>
{{20, 15}, {201, 30}}
</string>
<reference
key=
"NSSuperview"
ref=
"574364168"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"293148001"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -311,6 +311,7 @@
<int
key=
"NSvFlags"
>
289
</int>
<string
key=
"NSFrame"
>
{{229, 8}, {70, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"574364168"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
...
...
@@ -330,6 +331,7 @@
</array>
<string
key=
"NSFrameSize"
>
{320, 60}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"309180653"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -633,14 +635,18 @@
<string
key=
"className"
>
VLCAddMediaViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"dismiss:"
>
id
</string>
<string
key=
"downloadFromHTTPServer:"
>
id
</string>
<string
key=
"openAboutPanel:"
>
id
</string>
<string
key=
"openNetworkStream:"
>
id
</string>
<string
key=
"showInformationOnHTTPServer:"
>
id
</string>
<string
key=
"showSettings:"
>
id
</string>
<string
key=
"toggleHTTPServer:"
>
id
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<object
class=
"IBActionInfo"
key=
"dismiss:"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"downloadFromHTTPServer:"
>
<string
key=
"name"
>
downloadFromHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
...
...
@@ -653,10 +659,6 @@
<string
key=
"name"
>
openNetworkStream:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showInformationOnHTTPServer:"
>
<string
key=
"name"
>
showInformationOnHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showSettings:"
>
<string
key=
"name"
>
showSettings:
</string>
<string
key=
"candidateClassName"
>
id
</string>
...
...
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