mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
change #warning to FIXME
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@62 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84c3bcbcc7
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -730,7 +730,7 @@ void EventList::showFunctionBar (bool show)
|
|||||||
((unsigned int) g_settings.key_channelList_addrecord != CRCInput::RC_nokey))
|
((unsigned int) g_settings.key_channelList_addrecord != CRCInput::RC_nokey))
|
||||||
{
|
{
|
||||||
pos = 0;
|
pos = 0;
|
||||||
#warning FIXME: display other icons depending on g_settings.key_channelList_addrecord
|
// FIXME : display other icons depending on g_settings.key_channelList_addrecord
|
||||||
if ((g_settings.key_channelList_addrecord == CRCInput::RC_red) && !g_settings.minimode) {
|
if ((g_settings.key_channelList_addrecord == CRCInput::RC_red) && !g_settings.minimode) {
|
||||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_RED, bx+8+cellwidth*pos, by+h_offset);
|
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_RED, bx+8+cellwidth*pos, by+h_offset);
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_RECORDEVENT), COL_INFOBAR, 0, true); // UTF-8
|
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_RECORDEVENT), COL_INFOBAR, 0, true); // UTF-8
|
||||||
@@ -748,7 +748,7 @@ void EventList::showFunctionBar (bool show)
|
|||||||
if ((unsigned int) g_settings.key_channelList_addremind != CRCInput::RC_nokey)
|
if ((unsigned int) g_settings.key_channelList_addremind != CRCInput::RC_nokey)
|
||||||
{
|
{
|
||||||
pos = 2;
|
pos = 2;
|
||||||
#warning FIXME: display other icons depending on g_settings.key_channelList_addremind
|
// FIXME : display other icons depending on g_settings.key_channelList_addremind
|
||||||
if (g_settings.key_channelList_addremind == CRCInput::RC_yellow)
|
if (g_settings.key_channelList_addremind == CRCInput::RC_yellow)
|
||||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_YELLOW, bx+8+cellwidth*pos, by+h_offset );
|
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_YELLOW, bx+8+cellwidth*pos, by+h_offset );
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_CHANNELSWITCH), COL_INFOBAR, 0, true); // UTF-8
|
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_CHANNELSWITCH), COL_INFOBAR, 0, true); // UTF-8
|
||||||
@@ -758,7 +758,7 @@ void EventList::showFunctionBar (bool show)
|
|||||||
if ((unsigned int) g_settings.key_channelList_sort != CRCInput::RC_nokey)
|
if ((unsigned int) g_settings.key_channelList_sort != CRCInput::RC_nokey)
|
||||||
{
|
{
|
||||||
pos = 3;
|
pos = 3;
|
||||||
#warning FIXME: display other icons depending on g_settings.key_channelList_sort value
|
//FIXME: display other icons depending on g_settings.key_channelList_sort value
|
||||||
if (g_settings.key_channelList_sort == CRCInput::RC_blue)
|
if (g_settings.key_channelList_sort == CRCInput::RC_blue)
|
||||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_BLUE, bx+8+cellwidth*pos, by+h_offset );
|
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_BLUE, bx+8+cellwidth*pos, by+h_offset );
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_EVENTSORT), COL_INFOBAR, 0, true); // UTF-8
|
g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->RenderString(bx+bdx+cellwidth*pos, by+bh-h_offset, bw-30, g_Locale->getText(LOCALE_EVENTLISTBAR_EVENTSORT), COL_INFOBAR, 0, true); // UTF-8
|
||||||
|
Reference in New Issue
Block a user