- channellist: signalize zap tries while movie playback

Signed-off-by: Thilo Graf <dbt@novatux.de>

Conflicts:
	data/locale/english.locale
This commit is contained in:
svenhoefer
2018-04-09 22:49:40 +02:00
committed by Thilo Graf
parent 10ae3aaf51
commit 4b12086438
5 changed files with 7 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ channellist.make_hdlist Erzeuge Bouquets mit HD- und UHD-Kanälen
channellist.make_newlist Erzeuge Bouquet mit neuen Kanälen
channellist.make_removedlist Erzeuge Bouquet mit gelöschten Kanälen
channellist.make_webtvlist Erzeuge Bouquet mit WebTV-Kanälen
channellist.movieplayer_zap Umschalten während der Film-Wiedergabe nicht möglich
channellist.new_zap_mode Quickzap in Liste
channellist.new_zap_mode_active aktiv
channellist.new_zap_mode_allow erlauben

View File

@@ -265,7 +265,8 @@ channellist.make_hdlist Create lists of HD and UHD channels
channellist.make_newlist Create list of new channels
channellist.make_removedlist Create list of removed channels
channellist.make_webtvlist Create list of WebTV channels
channellist.new_zap_mode Quickzap in List
channellist.movieplayer_zap Zap not possible while movie playback
channellist.new_zap_mode Quickzap in list
channellist.new_zap_mode_active Active
channellist.new_zap_mode_allow Allow
channellist.new_zap_mode_off Off

View File

@@ -774,6 +774,8 @@ int CChannelList::show()
actzap = true;
oldselected = selected;
paintBody(); // refresh zapped vs selected
} else if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts) {
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_CHANNELLIST_MOVIEPLAYER_ZAP);
} else if(SameTP()) {
zapOnExit = true;
loop=false;

View File

@@ -292,6 +292,7 @@ typedef enum
LOCALE_CHANNELLIST_MAKE_NEWLIST,
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
LOCALE_CHANNELLIST_MAKE_WEBTVLIST,
LOCALE_CHANNELLIST_MOVIEPLAYER_ZAP,
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ACTIVE,
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ALLOW,

View File

@@ -292,6 +292,7 @@ const char * locale_real_names[] =
"channellist.make_newlist",
"channellist.make_removedlist",
"channellist.make_webtvlist",
"channellist.movieplayer_zap",
"channellist.new_zap_mode",
"channellist.new_zap_mode_active",
"channellist.new_zap_mode_allow",