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
f999294c
Commit
f999294c
authored
May 07, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: fix systrayIcon menu status to show correct tooltip and status.
Noticed by fenrir.
parent
44022166
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+7
-4
No files found.
modules/gui/qt4/main_interface.cpp
View file @
f999294c
...
...
@@ -161,6 +161,11 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
********************/
MainInputManager
::
getInstance
(
p_intf
);
/*********************************
* Create the Systray Management *
*********************************/
initSystray
();
/**************************
* Various CONNECTs on IM *
**************************/
...
...
@@ -197,6 +202,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
this
,
updateSystrayTooltipStatus
(
int
)
);
}
/* END CONNECTS ON IM */
dialogHandler
=
new
DialogHandler
(
p_intf
);
...
...
@@ -271,10 +277,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
updateGeometry
();
resize
(
sizeHint
()
);
/*****************************************************
* End everything by creating the Systray Management *
*****************************************************/
initSystray
();
}
MainInterface
::~
MainInterface
()
...
...
@@ -1094,6 +1096,7 @@ void MainInterface::updateSystrayTooltipStatus( int i_status )
break
;
}
}
QVLCMenu
::
updateSystrayMenu
(
this
,
p_intf
);
}
/************************************************************************
...
...
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