mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CChannelList: Rework drawing channel logo...
...for use color gradients in header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 617eece227
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
[CST] Focus
parent
bc7b6eec92
commit
30fc50ca71
@@ -120,6 +120,7 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl
|
||||
logo_off = 0;
|
||||
pig_on_win = false;
|
||||
CChannelLogo = NULL;
|
||||
headerNew = true;
|
||||
//printf("************ NEW LIST %s : %x\n", name.c_str(), (int) this);fflush(stdout);
|
||||
}
|
||||
|
||||
@@ -1774,6 +1775,9 @@ void CChannelList::showChannelLogo()
|
||||
if(g_settings.channellist_show_channellogo){
|
||||
int logo_w_max = full_width / 4;
|
||||
if (CChannelLogo) {
|
||||
if (headerNew)
|
||||
CChannelLogo->clearSavedScreen();
|
||||
else
|
||||
CChannelLogo->hide();
|
||||
delete CChannelLogo;
|
||||
}
|
||||
@@ -1782,6 +1786,7 @@ void CChannelList::showChannelLogo()
|
||||
CChannelLogo->setXPos(x + full_width - logo_off - CChannelLogo->getWidth());
|
||||
CChannelLogo->setYPos(y + (theight - CChannelLogo->getHeight()) / 2);
|
||||
CChannelLogo->paint();
|
||||
headerNew = false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2174,6 +2179,7 @@ void CChannelList::paintHead()
|
||||
else
|
||||
headerClockWidth = 0;
|
||||
logo_off = headerClockWidth + 10;
|
||||
headerNew = true;
|
||||
}
|
||||
|
||||
void CChannelList::paint()
|
||||
|
@@ -105,6 +105,7 @@ private:
|
||||
int ChannelList_Rec;
|
||||
|
||||
CComponentsChannelLogo* CChannelLogo;
|
||||
bool headerNew;
|
||||
|
||||
void paintDetails(int index);
|
||||
void clearItem2DetailsLine ();
|
||||
|
Reference in New Issue
Block a user