OSD menu settings reorganized, most OSD related now there; New Media submenu, main menu going too big

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@515 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6df7d939ed
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-03-20 (Sat, 20 Mar 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-03-20 13:01:42 +00:00
parent 347ad8f358
commit f0f01b95c7
5 changed files with 115 additions and 102 deletions

View File

@@ -3152,6 +3152,7 @@ _repeat:
g_RCInput->postMsg(new_msg, 0);
return messages_return::cancel_all | messages_return::handled;
}
#if 0
else /* data == 1: KEY_POWER released */
if (standby_pressed_at.tv_sec != 0) /* check if we received a KEY_POWER pressed event before */
{ /* required for correct handling of KEY_POWER events of */
@@ -3166,6 +3167,7 @@ _repeat:
return messages_return::cancel_all | messages_return::handled;
}
}
#endif
}
else if ((msg == CRCInput::RC_plus) || (msg == CRCInput::RC_minus))
{