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
af28383a
Commit
af28383a
authored
Jun 16, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the 'fetch-meta' setting as it isn't present anymore
parent
1405cf74
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
15 deletions
+9
-15
extras/package/macosx/Resources/English.lproj/Preferences.nib/classes.nib
...acosx/Resources/English.lproj/Preferences.nib/classes.nib
+0
-1
extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib
...e/macosx/Resources/English.lproj/Preferences.nib/info.nib
+8
-9
extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib
.../Resources/English.lproj/Preferences.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/simple_prefs.h
modules/gui/macosx/simple_prefs.h
+0
-1
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+1
-4
No files found.
extras/package/macosx/Resources/English.lproj/Preferences.nib/classes.nib
View file @
af28383a
...
...
@@ -118,7 +118,6 @@
"o_intf_fspanel_ckb" = id;
"o_intf_lang_pop" = id;
"o_intf_lang_txt" = id;
"o_intf_meta_ckb" = id;
"o_intf_network_box" = id;
"o_intf_view" = id;
"o_osd_encoding_pop" = id;
...
...
extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib
View file @
af28383a
...
...
@@ -7,17 +7,17 @@
<key>
IBEditorPositions
</key>
<dict>
<key>
2311
</key>
<string>
345 4
02 590 264
0 0 1280 778
</string>
<string>
345 4
35 590 230
0 0 1280 778
</string>
<key>
2330
</key>
<string>
345 223 590 502 0 0 1280 778
</string>
<key>
2440
</key>
<string>
345 30
8
590 389 0 0 1280 778
</string>
<string>
345 30
7
590 389 0 0 1280 778
</string>
<key>
2523
</key>
<string>
345 3
20
590 373 0 0 1280 778
</string>
<string>
345 3
19
590 373 0 0 1280 778
</string>
<key>
2562
</key>
<string>
345 22
1
590 505 0 0 1280 778
</string>
<string>
345 22
0
590 505 0 0 1280 778
</string>
<key>
2668
</key>
<string>
345 25
7
590 457 0 0 1280 778
</string>
<string>
345 25
6
590 457 0 0 1280 778
</string>
</dict>
<key>
IBFramework Version
</key>
<string>
489.0
</string>
...
...
@@ -27,13 +27,12 @@
<integer>
5
</integer>
<key>
IBOpenObjects
</key>
<array>
<integer>
2265
</integer>
<integer>
2562
</integer>
<integer>
2523
</integer>
<integer>
2311
</integer>
<integer>
2668
</integer>
<integer>
2440
</integer>
<integer>
2
562
</integer>
<integer>
2
668
</integer>
<integer>
2330
</integer>
<integer>
2523
</integer>
<integer>
1530
</integer>
</array>
<key>
IBSystem Version
</key>
...
...
extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib
View file @
af28383a
No preview for this file type
modules/gui/macosx/simple_prefs.h
View file @
af28383a
...
...
@@ -93,7 +93,6 @@
IBOutlet
id
o_intf_fspanel_ckb
;
IBOutlet
id
o_intf_lang_pop
;
IBOutlet
id
o_intf_lang_txt
;
IBOutlet
id
o_intf_meta_ckb
;
IBOutlet
id
o_intf_network_box
;
IBOutlet
id
o_intf_view
;
...
...
modules/gui/macosx/simple_prefs.m
View file @
af28383a
...
...
@@ -258,7 +258,6 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
[
o_intf_embedded_ckb
setTitle
:
_NS
(
"Add controls to the video window"
)];
[
o_intf_fspanel_ckb
setTitle
:
_NS
(
"Show Fullscreen Controller"
)];
[
o_intf_lang_txt
setStringValue
:
_NS
(
"Language"
)];
[
o_intf_meta_ckb
setTitle
:
_NS
(
"Fetch the metadata from the Internet"
)];
[
o_intf_network_box
setTitle
:
_NS
(
"Privacy / Network Interaction"
)];
/* Subtitles and OSD */
...
...
@@ -365,7 +364,6 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
SetupStringList
(
o_intf_lang_pop
,
"language"
);
SetupIntList
(
o_intf_art_pop
,
"album-art"
);
[
o_intf_meta_ckb
setState
:
config_GetInt
(
p_intf
,
"fetch-meta"
)];
[
o_intf_fspanel_ckb
setState
:
config_GetInt
(
p_intf
,
"macosx-fspanel"
)];
[
o_intf_embedded_ckb
setState
:
config_GetInt
(
p_intf
,
"embedded-video"
)];
...
...
@@ -684,13 +682,12 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
SaveStringList
(
o_intf_lang_pop
,
"language"
);
SaveIntList
(
o_intf_art_pop
,
"album-art"
);
config_PutInt
(
p_intf
,
"fetch-meta"
,
[
o_intf_meta_ckb
state
]
);
config_PutInt
(
p_intf
,
"macosx-fspanel"
,
[
o_intf_fspanel_ckb
state
]
);
config_PutInt
(
p_intf
,
"embedded-video"
,
[
o_intf_embedded_ckb
state
]
);
/* okay, let's save our changes to vlcrc */
i
=
config_SaveConfigFile
(
p_intf
,
"main"
);
i
=
config_SaveConfigFile
(
p_intf
,
"macosx"
);
i
=
i
+
config_SaveConfigFile
(
p_intf
,
"macosx"
);
if
(
i
!=
0
)
{
...
...
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