Fix for virtual zap; Fix for png icon paint from getSize; TTX national tables from actual tux cvs; Starting to test ttx sub remember/autostart

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: baa6d3bfdd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-12 (Fri, 12 Feb 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-02-12 13:10:06 +00:00
parent ab36ebda57
commit 12725526f9
10 changed files with 616 additions and 355 deletions

View File

@@ -833,9 +833,6 @@ printf("CChannelList::adjustToChannelID me %x list size %d channel_id %llx\n", (
tuned = i;
if (bToo && (bouquetList != NULL)) {
//bouquetList->adjustToChannel( getActiveChannelNumber());
//bouquetList->adjustToChannelID(channel_id);
//FIXME test
if(CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_tv) {
TVbouquetList->adjustToChannelID(channel_id);
TVsatList->adjustToChannelID(channel_id);
@@ -924,7 +921,7 @@ printf("**************************** CChannelList::zapTo me %x %s tuned %d new %
if (bouquetList != NULL) {
//bouquetList->adjustToChannel( getActiveChannelNumber());
//bouquetList->adjustToChannelID(chan->channel_id);
//FIXME test
#if 0
if(CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_tv) {
TVbouquetList->adjustToChannelID(chan->channel_id);
TVsatList->adjustToChannelID(chan->channel_id);
@@ -937,6 +934,8 @@ printf("**************************** CChannelList::zapTo me %x %s tuned %d new %
RADIOfavList->adjustToChannelID(chan->channel_id);
RADIOallList->adjustToChannelID(chan->channel_id);
}
#endif
CNeutrinoApp::getInstance()->channelList->adjustToChannelID(chan->channel_id);
}
g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );
}