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
b73f0f97
Commit
b73f0f97
authored
Jan 08, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: display the continue playback option in SPrefs
parent
1c7f99b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-0
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+9
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
b73f0f97
...
...
@@ -848,6 +848,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui
.
recentlyPlayedFilters
,
setEnabled
(
bool
)
);
ui
.
recentlyPlayedFilters
->
setEnabled
(
false
);
CONFIG_BOOL
(
"qt-recentplay"
,
saveRecentlyPlayed
);
CONFIG_BOOL
(
"qt-continue"
,
continueBox
);
CONFIG_GENERIC
(
"qt-recentplay-filter"
,
String
,
ui
.
filterLabel
,
recentlyPlayedFilters
);
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
b73f0f97
...
...
@@ -8,7 +8,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
700
</width>
<height>
640
</height>
<height>
757
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -553,13 +553,20 @@
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"0"
>
<item
row=
"
4
"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"MetadataNetworkAccessMode"
>
<property
name=
"text"
>
<string>
Allow metadata network access
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
colspan=
"4"
>
<widget
class=
"QCheckBox"
name=
"continueBox"
>
<property
name=
"text"
>
<string>
Continue playback?
</string>
</property>
</widget>
</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