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

@@ -82,6 +82,8 @@ class CInfoViewer
int ChanWidth;
int ChanHeight;
int numbox_offset;
int analogclock_size; //NI
int analogclock_offset; //NI
CSectionsdClient::CurrentNextInfo info_CurrentNext;
CSectionsdClient::CurrentNextInfo oldinfo;
@@ -125,6 +127,7 @@ class CInfoViewer
const char *nextStart = NULL, const char *nextDuration = NULL,
bool update_current = true, bool update_next = true);
void initClock();
void showAnalogClock(int posx,int posy,int dia); //NI
void showRecordIcon(const bool show);
void showIcon_Tuner() const;
@@ -150,6 +153,8 @@ class CInfoViewer
void sendNoEpg(const t_channel_id channel_id);
bool showLivestreamInfo();
CComponentsWindowMax *ecmInfoBox; //NI
public:
bool chanready;
bool is_visible;
@@ -165,6 +170,11 @@ class CInfoViewer
bool showButtonBar;
bool isVolscale;
//NI
std::string md5_ecmInfo;
void ecmInfoBox_hide();
void ecmInfoBox_show(const char * txt, int w, int h, Font * font);
CInfoViewer();
~CInfoViewer();