eventlist: allow to disable epgplus

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5837b922b1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-04 (Thu, 04 Aug 2016)

Origin message was:
------------------
- eventlist: allow to disable epgplus

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-04 09:44:36 +02:00
parent 02a496ef35
commit 875a08f014
8 changed files with 23 additions and 4 deletions

View File

@@ -429,6 +429,7 @@ typedef enum
LOCALE_EVENTFINDER_SEARCHING,
LOCALE_EVENTFINDER_START_SEARCH,
LOCALE_EVENTLIST_ADDITIONAL,
LOCALE_EVENTLIST_EPGPLUS,
LOCALE_EVENTLIST_NAME,
LOCALE_EVENTLISTBAR_CHANNELSWITCH,
LOCALE_EVENTLISTBAR_EVENTSORT,
@@ -1063,6 +1064,7 @@ typedef enum
LOCALE_MENU_HINT_EPG_SCAN,
LOCALE_MENU_HINT_EPG_SCAN_MODE,
LOCALE_MENU_HINT_EVENTLIST_ADDITIONAL,
LOCALE_MENU_HINT_EVENTLIST_EPGPLUS,
LOCALE_MENU_HINT_EVENTLIST_FONTS,
LOCALE_MENU_HINT_EVENTLIST_SETUP,
LOCALE_MENU_HINT_EXTENDED,

View File

@@ -429,6 +429,7 @@ const char * locale_real_names[] =
"eventfinder.searching",
"eventfinder.start_search",
"eventlist.additional",
"eventlist.epgplus",
"eventlist.name",
"eventlistbar.channelswitch",
"eventlistbar.eventsort",
@@ -1063,6 +1064,7 @@ const char * locale_real_names[] =
"menu.hint_epg_scan",
"menu.hint_epg_scan_mode",
"menu.hint_eventlist_additional",
"menu.hint_eventlist_epgplus",
"menu.hint_eventlist_fonts",
"menu.hint_eventlist_setup",
"menu.hint_extended",

View File

@@ -561,6 +561,7 @@ struct SNeutrinoSettings
int window_width;
int window_height;
int eventlist_additional;
int eventlist_epgplus;
int channellist_additional;
int channellist_epgtext_align_right;
int channellist_progressbar_design;