neutrino: make big EPG window run-time configurable

This was configurable with "-DUSE_SPACE_EFFICIENTLY" but can easily
be integrated into the OSD menu.
TODO: better locale texts could probably be found.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@967 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2010-12-26 11:34:13 +00:00
parent 5636a92fad
commit e76b372031
8 changed files with 14 additions and 9 deletions

View File

@@ -1255,6 +1255,7 @@ typedef enum {
LOCALE_ZAPIT_SCANTYPE_TV,
LOCALE_ZAPIT_SCANTYPE_TVRADIO,
LOCALE_ZAPTOTIMER_ANNOUNCE,
LOCALE_EXTRA_BIGWINDOWS,
LOCALE_DBOXINFO,
LOCALE_EXTRA_SCANMODE,
LOCALE_EXTRA_STARTSTANDBY,

View File

@@ -1255,6 +1255,7 @@ const char *locale_real_names[] = {
"zapit.scantype.tv",
"zapit.scantype.tvradio",
"zaptotimer.announce",
"extra.bigwindows",
"extra.dboxinfo",
"extra.scan_mode",
"extra.start_tostandby",

View File

@@ -314,6 +314,7 @@ struct SNeutrinoSettings
int pip_x;
int pip_y;
int bigFonts;
int big_windows;
int channellist_epgtext_align_right;
int channellist_extended;