-add channel information option

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1101 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-02-02 15:45:53 +00:00
parent e217153cf4
commit 6ae39297ad
24 changed files with 116 additions and 62 deletions

View File

@@ -227,11 +227,15 @@ typedef enum {
LOCALE_CHANNELLIST_EPGTEXT_ALIGN_LEFT,
LOCALE_CHANNELLIST_EPGTEXT_ALIGN_RIGHT,
LOCALE_CHANNELLIST_EXTENDED,
LOCALE_CHANNELLIST_FAVS,
LOCALE_CHANNELLIST_FOOT,
LOCALE_CHANNELLIST_FOOT_OFF,
LOCALE_CHANNELLIST_FOOT_FREQ,
LOCALE_CHANNELLIST_FOOT_NEXT,
LOCALE_CHANNELLIST_HEAD,
LOCALE_CHANNELLIST_NONEFOUND,
LOCALE_CHANNELLIST_SINCE,
LOCALE_CHANNELLIST_START,
LOCALE_CHANNELLIST_FAVS,
LOCALE_CHANNELLIST_PROVS,
LOCALE_CHANNELLIST_SATS,
LOCALE_CHANNELLIST_HISTORY,
@@ -1468,7 +1472,8 @@ typedef enum {
LOCALE_CPU_FREQ_STANDBY,
LOCALE_CPU_FREQ_DEFAULT,
LOCALE_WIZARD_WELCOME_HEAD,
LOCALE_WIZARD_WELCOME_TEXT
LOCALE_WIZARD_WELCOME_TEXT,
LOCALE_WORD_FROM
} neutrino_locale_t;
#endif

View File

@@ -227,11 +227,15 @@ const char *locale_real_names[] = {
"channellist.epgtext_align_left",
"channellist.epgtext_align_right",
"channellist.extended",
"channellist.favs",
"channellist.foot",
"channellist.foot_off",
"channellist.foot_freq",
"channellist.foot_next",
"channellist.head",
"channellist.nonefound",
"channellist.since",
"channellist.start",
"channellist.favs",
"channellist.provs",
"channellist.sats",
"channellist.history",
@@ -1468,7 +1472,8 @@ const char *locale_real_names[] = {
"cpu.freq_standby",
"cpu.freq_default",
"wizard.welcome_head",
"wizard.welcome_text"
"wizard.welcome_text",
"word.from"
};
#endif

View File

@@ -307,6 +307,7 @@ struct SNeutrinoSettings
int big_windows;
int channellist_epgtext_align_right;
int channellist_extended;
int channellist_foot;
char repeat_blocker[4];
char repeat_genericblocker[4];