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:
vanhofen
2016-05-19 22:59:54 +02:00
parent 464a234940
commit a86bc779b4
251 changed files with 26673 additions and 443 deletions

View File

@@ -38,6 +38,7 @@
#include <driver/fontrenderer.h>
#include <system/settings.h>
#include <gui/imdb.h> //NI
#include <gui/color.h>
#include "widget/menue.h"
@@ -57,6 +58,8 @@ class CEpgData
CChannelEventList followlist;
CEPGData epgData;
CComponentsShapeSquare* header;
CIMDB *imdb; //NI
std::string epg_date;
std::string epg_start;
std::string epg_end;
@@ -93,6 +96,13 @@ class CEpgData
void showTimerEventBar(bool show, bool adzap = false);
bool isCurrentEPG(const t_channel_id channel_id);
//NI
bool imdb_activ;
std::string epg_title;
int showIMDb(int ypos, bool splash = false);
int poster_w, poster_h;
Font *fontIMDb;
public:
CEpgData();