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
9a617608
Commit
9a617608
authored
Nov 13, 2011
by
KO Myung-Hun
Committed by
Rémi Denis-Courmont
Nov 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add UI for KVA
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
088684bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+7
-0
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+37
-0
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
9a617608
...
@@ -233,6 +233,13 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
...
@@ -233,6 +233,13 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui
.
hwYUVBox
->
setVisible
(
false
);
ui
.
hwYUVBox
->
setVisible
(
false
);
#endif
#endif
#ifdef __OS2__
CONFIG_BOOL
(
"kva-fixt23"
,
kvaFixT23
);
CONFIG_GENERIC
(
"kva-video-mode"
,
StringList
,
ui
.
kvaVideoModeLabel
,
kvaVideoMode
);
#else
ui
.
kvaBox
->
setVisible
(
false
);
#endif
CONFIG_GENERIC
(
"deinterlace"
,
IntegerList
,
ui
.
deinterLabel
,
deinterlaceBox
);
CONFIG_GENERIC
(
"deinterlace"
,
IntegerList
,
ui
.
deinterLabel
,
deinterlaceBox
);
CONFIG_GENERIC
(
"deinterlace-mode"
,
StringList
,
ui
.
deinterModeLabel
,
deinterlaceModeBox
);
CONFIG_GENERIC
(
"deinterlace-mode"
,
StringList
,
ui
.
deinterModeLabel
,
deinterlaceModeBox
);
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
9a617608
...
@@ -133,6 +133,41 @@
...
@@ -133,6 +133,41 @@
</layout>
</layout>
</widget>
</widget>
</item>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"kvaBox"
>
<property
name=
"title"
>
<string>
KVA
</string>
</property>
<layout
class=
"QGridLayout"
>
<property
name=
"margin"
>
<number>
9
</number>
</property>
<property
name=
"spacing"
>
<number>
6
</number>
</property>
<item
row=
"1"
column=
"1"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"kvaVideoMode"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"kvaVideoModeLabel"
>
<property
name=
"text"
>
<string>
Video mode
</string>
</property>
<property
name=
"buddy"
>
<cstring>
kvaVideoMode
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"kvaFixT23"
>
<property
name=
"text"
>
<string>
Enable a workaround for T23
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"title"
>
<property
name=
"title"
>
...
@@ -301,6 +336,8 @@
...
@@ -301,6 +336,8 @@
<tabstop>
outputModule
</tabstop>
<tabstop>
outputModule
</tabstop>
<tabstop>
wallpaperMode
</tabstop>
<tabstop>
wallpaperMode
</tabstop>
<tabstop>
dXdisplayDevice
</tabstop>
<tabstop>
dXdisplayDevice
</tabstop>
<tabstop>
kvaFixT23
</tabstop>
<tabstop>
kvaVideoMode
</tabstop>
<tabstop>
deinterlaceBox
</tabstop>
<tabstop>
deinterlaceBox
</tabstop>
<tabstop>
deinterlaceModeBox
</tabstop>
<tabstop>
deinterlaceModeBox
</tabstop>
<tabstop>
arLine
</tabstop>
<tabstop>
arLine
</tabstop>
...
...
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