Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
2db278fa
Commit
2db278fa
authored
Mar 18, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove security-policy UI
parent
f2e6a702
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+0
-2
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+0
-1
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+1
-11
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
2db278fa
...
...
@@ -444,8 +444,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"album-art"
,
IntegerList
,
ui
.
artFetchLabel
,
artFetcher
);
CONFIG_GENERIC
(
"fetch-meta"
,
Bool
,
NULL
,
metaFetcher
);
CONFIG_GENERIC
(
"security-policy"
,
IntegerList
,
ui
.
netPolicyLabel
,
netPolicyBox
);
/* UPDATE options */
#ifdef UPDATE_CHECK
...
...
modules/gui/qt4/main_interface.cpp
View file @
2db278fa
...
...
@@ -537,7 +537,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls )
CONFIG_GENERIC_NOBOOL
(
"qt-updates-notif"
,
Bool
);
line
++
;
CONFIG_GENERIC_NOBOOL
(
"qt-updates-days"
,
Integer
);
line
++
;
#endif
CONFIG_GENERIC
(
"security-policy"
,
IntegerList
);
line
++
;
QPushButton
*
ok
=
new
QPushButton
(
qtr
(
"Ok"
)
);
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
2db278fa
...
...
@@ -215,7 +215,7 @@
</layout>
</widget>
</item>
<item row="
3
" column="0" colspan="2" >
<item row="
2
" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_2" >
<property name="title" >
<string>_("Privacy / Network Interaction")</string>
...
...
@@ -255,16 +255,6 @@
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="netPolicyLabel" >
<property name="text" >
<string>_("Network policy")</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2" >
<widget class="QComboBox" name="netPolicyBox" />
</item>
</layout>
</widget>
</item>
...
...
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