Support for icons in png format

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@214 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 69cd268e7a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-27 (Wed, 27 Jan 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-01-27 14:36:15 +00:00
parent 7c1b9aa6cc
commit 980a508f6c
6 changed files with 117 additions and 83 deletions

View File

@@ -1023,7 +1023,7 @@ int EpgPlus::exec (CChannelList * pchannelList, int selectedChannelIndex, CBouqu
this->selectedChannelEntry->paint (true, this->selectedTime);
} else {
this->startTime += this->duration;
this->createChannelEntries (this->selectedChannelEntry->index);
/*this->createChannelEntries (this->selectedChannelEntry->index);*/
this->selectedTime = this->startTime;
this->createChannelEntries (this->selectedChannelEntry->index);
@@ -1082,13 +1082,20 @@ int EpgPlus::exec (CChannelList * pchannelList, int selectedChannelIndex, CBouqu
}
this->hide ();
#if 0
for (TChannelEntries::iterator It = this->displayedChannelEntries.begin ();
It != this->displayedChannelEntries.end (); It++) {
delete *It;
}
this->displayedChannelEntries.clear ();
#endif
}
while (this->refreshAll);
for (TChannelEntries::iterator It = this->displayedChannelEntries.begin ();
It != this->displayedChannelEntries.end (); It++) {
delete *It;
}
this->displayedChannelEntries.clear ();
return res;
}