- network menu (#264)

- tune timeout (#266)
- satfinder (#269)
- tuxtxt:
	new monospace font to support more languages
	option to select teletext font
	charset selection from pmt
	more menu languages from tuxbox cvs
	cleanup sutitiles start screen
needs testing.
	


git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@486 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-03-15 20:49:03 +00:00
parent a0fffc1573
commit ba1f0ceb83
22 changed files with 715 additions and 431 deletions

View File

@@ -720,8 +720,9 @@ void *tuxtxt_CacheThread(void * /*arg*/)
}
else
{
pageinfo_thread->nationalvalid = 1;
//pageinfo_thread->nationalvalid = 1;// FIXME without full eval some is broken
pageinfo_thread->national = rev_lut[b1] & 0x07;
//printf("TuxTxt 0: b1=%x\n", rev_lut[b1]);
}
/* check parity, copy line 0 to cache (start and end 8 bytes are not needed and used otherwise) */
@@ -958,7 +959,8 @@ void *tuxtxt_CacheThread(void * /*arg*/)
pageinfo_thread->function = t1 & 0x0f;
if (!pageinfo_thread->nationalvalid)
{
pageinfo_thread->nationalvalid = 1;
//printf("TuxTxt 28: t1=%x\n", t1>>4);
// pageinfo_thread->nationalvalid = 1; // FIXME without full eval some is broken
pageinfo_thread->national = (t1>>4) & 0x07;
}
}