Faster live-edit reload. Experimental, should be tested

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@437 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-02-28 17:44:31 +00:00
parent e4036c7b2d
commit e99ada27a9
13 changed files with 204 additions and 98 deletions

View File

@@ -56,6 +56,7 @@
#include <neutrino.h>
extern CBouquetManager *g_bouquetManager;
extern int g_channel_list_changed;
CBouquetList::CBouquetList(const char * const Name)
{
@@ -136,6 +137,7 @@ bool CBouquetList::hasChannelID(t_channel_id channel_id)
return false;
}
extern CBouquetList * TVfavList;
bool CBouquetList::adjustToChannelID(t_channel_id channel_id)
{
printf("CBouquetList::adjustToChannelID [%s] to %llx, selected %d size %d\n", name.c_str(), channel_id, selected, Bouquets.size());
@@ -360,6 +362,7 @@ int CBouquetList::show(bool bShowChannelList)
else if ( msg == CRCInput::RC_setup) {
int ret = doMenu();
if(ret > 0) {
g_channel_list_changed = true;
res = -4;
loop = false;
} else if(ret < 0)