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
d6dd1495
Commit
d6dd1495
authored
Oct 20, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Cosmetic) settings don't belong to the dialog provider
parent
519dca52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
50 deletions
+48
-50
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+48
-50
No files found.
modules/gui/qt4/qt4.cpp
View file @
d6dd1495
...
...
@@ -165,11 +165,6 @@ vlc_module_begin();
set_callbacks
(
Open
,
Close
);
add_shortcut
(
"qt"
);
add_submodule
();
set_description
(
"Dialogs provider"
);
set_capability
(
"dialogs provider"
,
51
);
add_integer
(
"qt-display-mode"
,
QT_NORMAL_MODE
,
NULL
,
QT_MODE_TEXT
,
QT_MODE_LONGTEXT
,
false
);
change_integer_list
(
i_mode_list
,
psz_mode_list_text
,
NULL
);
...
...
@@ -179,8 +174,7 @@ vlc_module_begin();
add_float_with_range
(
"qt-opacity"
,
1.
,
0.1
,
1.
,
NULL
,
OPACITY_TEXT
,
OPACITY_LONGTEXT
,
false
);
add_bool
(
"qt-blingbling"
,
true
,
NULL
,
BLING_TEXT
,
BLING_TEXT
,
false
);
add_bool
(
"qt-blingbling"
,
true
,
NULL
,
BLING_TEXT
,
BLING_TEXT
,
false
);
add_bool
(
"qt-system-tray"
,
true
,
NULL
,
SYSTRAY_TEXT
,
SYSTRAY_LONGTEXT
,
false
);
...
...
@@ -225,6 +219,10 @@ vlc_module_begin();
false
);
change_internal
();
add_submodule
();
set_description
(
"Dialogs provider"
);
set_capability
(
"dialogs provider"
,
51
);
set_callbacks
(
OpenDialogs
,
Close
);
#if !defined (Q_WS_X11) || HAS_QT43
...
...
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