Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
efd3ce8f
Commit
efd3ce8f
authored
Jan 09, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: remove wallpaper from simple prefs and allow it on the video menu
parent
2b3f7fc5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
28 deletions
+18
-28
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+0
-1
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+1
-2
modules/gui/qt4/ui/sprefs_video.ui
modules/gui/qt4/ui/sprefs_video.ui
+17
-25
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
efd3ce8f
...
...
@@ -222,7 +222,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_BOOL
(
"video-deco"
,
windowDecorations
);
CONFIG_GENERIC
(
"vout"
,
Module
,
ui
.
voutLabel
,
outputModule
);
CONFIG_BOOL
(
"video-wallpaper"
,
wallpaperMode
);
#ifdef WIN32
CONFIG_GENERIC
(
"directx-device"
,
StringList
,
ui
.
dxDeviceLabel
,
dXdisplayDevice
);
...
...
modules/gui/qt4/menus.cpp
View file @
efd3ce8f
...
...
@@ -652,9 +652,8 @@ QMenu *VLCMenuBar::VideoMenu( intf_thread_t *p_intf, QMenu *current, bool b_subt
addActionWithCheckbox
(
current
,
"direct3d-desktop"
,
qtr
(
"Display on &Desktop"
)
);
#endif
#ifdef WIN32
addActionWithCheckbox
(
current
,
"video-wallpaper"
,
qtr
(
"Set as Wall&paper"
)
);
#endif
current
->
addSeparator
();
/* Size modifiers */
addActionWithSubmenu
(
current
,
"zoom"
,
qtr
(
"&Zoom"
)
);
...
...
modules/gui/qt4/ui/sprefs_video.ui
View file @
efd3ce8f
...
...
@@ -110,10 +110,10 @@
<property
name=
"spacing"
>
<number>
6
</number>
</property>
<item
row=
"
1
"
column=
"1"
colspan=
"2"
>
<item
row=
"
0
"
column=
"1"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"dXdisplayDevice"
/>
</item>
<item
row=
"
1
"
column=
"0"
>
<item
row=
"
0
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"dxDeviceLabel"
>
<property
name=
"text"
>
<string>
Display device
</string>
...
...
@@ -123,50 +123,43 @@
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
colspan=
"3"
>
<widget
class=
"QCheckBox"
name=
"wallpaperMode"
>
<property
name=
"text"
>
<string>
Enable wallpaper mode
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"kvaBox"
>
<property
name=
"title"
>
<widget
class=
"QGroupBox"
name=
"kvaBox"
>
<property
name=
"title"
>
<string>
KVA
</string>
</property>
<layout
class=
"QGridLayout"
>
<property
name=
"margin"
>
<layout
class=
"QGridLayout"
>
<property
name=
"margin"
>
<number>
9
</number>
</property>
<property
name=
"spacing"
>
<property
name=
"spacing"
>
<number>
6
</number>
</property>
<item
row=
"1"
column=
"1"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"kvaVideoMode"
/>
<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"
>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"kvaVideoModeLabel"
>
<property
name=
"text"
>
<string>
Video mode
</string>
</property>
<property
name=
"buddy"
>
<property
name=
"buddy"
>
<cstring>
kvaVideoMode
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"kvaFixT23"
>
<property
name=
"text"
>
<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>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
...
...
@@ -334,7 +327,6 @@
<tabstop>
alwaysOnTop
</tabstop>
<tabstop>
windowDecorations
</tabstop>
<tabstop>
outputModule
</tabstop>
<tabstop>
wallpaperMode
</tabstop>
<tabstop>
dXdisplayDevice
</tabstop>
<tabstop>
kvaFixT23
</tabstop>
<tabstop>
kvaVideoMode
</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