mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
prio for user keys
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2156 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -560,11 +560,6 @@ void CMoviePlayerGui::PlayFile(void)
|
|||||||
playback->SetPosition(-10 * 1000);
|
playback->SetPosition(-10 * 1000);
|
||||||
} else if (msg == CRCInput::RC_0) { // cancel bookmark jump
|
} else if (msg == CRCInput::RC_0) { // cancel bookmark jump
|
||||||
handleMovieBrowser(CRCInput::RC_0, position);
|
handleMovieBrowser(CRCInput::RC_0, position);
|
||||||
}
|
|
||||||
else if (msg == CRCInput::RC_timeout) {
|
|
||||||
// nothing
|
|
||||||
} else if (msg == CRCInput::RC_sat || msg == CRCInput::RC_favorites) {
|
|
||||||
//FIXME do nothing ?
|
|
||||||
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
|
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
|
||||||
callInfoViewer(duration, position);
|
callInfoViewer(duration, position);
|
||||||
update_lcd = true;
|
update_lcd = true;
|
||||||
@@ -624,6 +619,10 @@ void CMoviePlayerGui::PlayFile(void)
|
|||||||
printf("CMoviePlayerGui::PlayFile: ZAPTO etc..\n");
|
printf("CMoviePlayerGui::PlayFile: ZAPTO etc..\n");
|
||||||
playstate = CMoviePlayerGui::STOPPED;
|
playstate = CMoviePlayerGui::STOPPED;
|
||||||
g_RCInput->postMsg(msg, data);
|
g_RCInput->postMsg(msg, data);
|
||||||
|
} else if (msg == CRCInput::RC_timeout) {
|
||||||
|
// nothing
|
||||||
|
} else if (msg == CRCInput::RC_sat || msg == CRCInput::RC_favorites) {
|
||||||
|
//FIXME do nothing ?
|
||||||
} else {
|
} else {
|
||||||
if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all) {
|
if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all) {
|
||||||
printf("CMoviePlayerGui::PlayFile: neutrino handleMsg messages_return::cancel_all\n");
|
printf("CMoviePlayerGui::PlayFile: neutrino handleMsg messages_return::cancel_all\n");
|
||||||
|
Reference in New Issue
Block a user