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
6799f98c
Commit
6799f98c
authored
Jul 25, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: remove the old Maemo 5 systray hack
parent
03062ad3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
modules/gui/qt4/dialogs/firstrun.cpp
modules/gui/qt4/dialogs/firstrun.cpp
+0
-2
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+1
-7
No files found.
modules/gui/qt4/dialogs/firstrun.cpp
View file @
6799f98c
...
...
@@ -32,11 +32,9 @@
FirstRun
::
FirstRun
(
QWidget
*
_p
,
intf_thread_t
*
_p_intf
)
:
QWidget
(
_p
),
p_intf
(
_p_intf
)
{
#ifndef HAVE_MAEMO
msg_Dbg
(
p_intf
,
"Boring first Run Wizard"
);
buildPrivDialog
();
setVisible
(
true
);
#endif
}
#define ALBUM_ART_WHEN_ASKED 0
...
...
modules/gui/qt4/qt4.cpp
View file @
6799f98c
...
...
@@ -201,13 +201,7 @@ vlc_module_begin ()
add_bool
(
"qt-minimal-view"
,
false
,
QT_MINIMAL_MODE_TEXT
,
QT_MINIMAL_MODE_TEXT
,
false
);
add_bool
(
"qt-system-tray"
,
#ifdef HAVE_MAEMO
false
,
#else
true
,
#endif
SYSTRAY_TEXT
,
SYSTRAY_LONGTEXT
,
false
)
add_bool
(
"qt-system-tray"
,
true
,
SYSTRAY_TEXT
,
SYSTRAY_LONGTEXT
,
false
)
add_integer
(
"qt-notification"
,
NOTIFICATION_MINIMIZED
,
NOTIFICATION_TEXT
,
...
...
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