Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
87bbbc45
Commit
87bbbc45
authored
Feb 22, 2009
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove access-filter timeshift from OSX open dialog.
parent
ee08622b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
538 additions
and
234 deletions
+538
-234
extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib
...ckage/macosx/Resources/English.lproj/Open.nib/classes.nib
+536
-212
extras/package/macosx/Resources/English.lproj/Open.nib/info.nib
.../package/macosx/Resources/English.lproj/Open.nib/info.nib
+2
-15
extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib
.../macosx/Resources/English.lproj/Open.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/open.h
modules/gui/macosx/open.h
+0
-1
modules/gui/macosx/open.m
modules/gui/macosx/open.m
+0
-6
No files found.
extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib
View file @
87bbbc45
This diff is collapsed.
Click to expand it.
extras/package/macosx/Resources/English.lproj/Open.nib/info.nib
View file @
87bbbc45
...
...
@@ -2,27 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
IBDocumentLocation
</key>
<string>
171 127 356 240 0 0 1280 778
</string>
<key>
IBEditorPositions
</key>
<dict>
<key>
2297
</key>
<string>
366 400 548 264 0 0 1280 778
</string>
<key>
2301
</key>
<string>
366 417 548 264 0 0 1280 778
</string>
<key>
2304
</key>
<string>
366 380 547 264 0 0 1280 778
</string>
<key>
2346
</key>
<string>
366 400 548 264 0 0 1280 778
</string>
</dict>
<key>
IBFramework Version
</key>
<string>
489.0
</string>
<string>
677
</string>
<key>
IBOldestOS
</key>
<integer>
5
</integer>
<key>
IBOpenObjects
</key>
<array>
<integer>
636
</integer>
<integer>
2346
</integer>
<integer>
683
</integer>
<integer>
2297
</integer>
</array>
<key>
IBSystem Version
</key>
...
...
extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib
View file @
87bbbc45
No preview for this file type
modules/gui/macosx/open.h
View file @
87bbbc45
...
...
@@ -76,7 +76,6 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class );
IBOutlet
id
o_net_udpm_port_stp
;
IBOutlet
id
o_net_http_url
;
IBOutlet
id
o_net_http_url_lbl
;
IBOutlet
id
o_net_timeshift_ckbox
;
/* open subtitle file */
IBOutlet
id
o_file_sub_ckbox
;
...
...
modules/gui/macosx/open.m
View file @
87bbbc45
...
...
@@ -193,7 +193,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
[[
o_net_mode
cellAtRow
:
0
column
:
0
]
setTitle
:
_NS
(
"UDP/RTP"
)];
[[
o_net_mode
cellAtRow
:
1
column
:
0
]
setTitle
:
_NS
(
"UDP/RTP Multicast"
)];
[[
o_net_mode
cellAtRow
:
2
column
:
0
]
setTitle
:
_NS
(
"HTTP/FTP/MMS/RTSP"
)];
[
o_net_timeshift_ckbox
setTitle
:
_NS
(
"Allow timeshifting"
)];
[
o_net_udp_port
setIntValue
:
config_GetInt
(
p_intf
,
"server-port"
)];
[
o_net_udp_port_stp
setIntValue
:
config_GetInt
(
p_intf
,
"server-port"
)];
...
...
@@ -401,11 +400,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
[[(
VLCOutput
*
)
o_sout_options
getMRL
]
objectAtIndex
:
i
]]];
}
}
if
(
[
o_net_timeshift_ckbox
state
]
==
NSOnState
)
{
[
o_options
addObject
:
[
NSString
stringWithString
:
@"access-filter=timeshift"
]];
}
if
(
[[[
o_tabview
selectedTabViewItem
]
label
]
isEqualToString
:
_NS
(
"Capture"
)]
)
{
if
(
[[[
o_capture_mode_pop
selectedItem
]
title
]
isEqualToString
:
_NS
(
"Screen"
)]
)
...
...
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