mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- 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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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,
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user