mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
NI \o/
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
#include <mymenu.h>
|
||||
#include <zapit/getservices.h>
|
||||
|
||||
//NI lcd4l-support
|
||||
#include "gui/lcd4l.h"
|
||||
extern CLCD4l *LCD4l;
|
||||
|
||||
extern CBouquetManager *g_bouquetManager;
|
||||
|
||||
CBouquetList::CBouquetList(const char * const Name)
|
||||
@@ -588,6 +592,9 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
}
|
||||
hide();
|
||||
|
||||
//NI lcd4l-support
|
||||
LCD4l->RemoveFile("/tmp/lcd/menu");
|
||||
|
||||
fader.StopFade();
|
||||
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
@@ -632,6 +639,9 @@ void CBouquetList::paintItem(int pos)
|
||||
frameBuffer->paintBoxRel(x, ypos, width- 15, fheight, bgcolor, RADIUS_LARGE);
|
||||
if(npos < (int) Bouquets.size())
|
||||
CVFD::getInstance()->showMenuText(0, lname, -1, true);
|
||||
//NI lcd4l-support
|
||||
if(g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", lname);
|
||||
} else {
|
||||
if(!favonly && (npos < (int) Bouquets.size()))
|
||||
iscurrent = !Bouquets[npos]->channelList->isEmpty();
|
||||
|
Reference in New Issue
Block a user