mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
channellist: signalize zap tries while movie playback
Origin commit data
------------------
Branch: ni/coolstream
Commit: afaa9d2838
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-09 (Mon, 09 Apr 2018)
Origin message was:
------------------
- channellist: signalize zap tries while movie playback
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -298,6 +298,7 @@ channellist.make_hdlist Erzeuge Bouquets mit HD- und UHD-Kanälen
|
|||||||
channellist.make_newlist Erzeuge Bouquet mit neuen Kanälen
|
channellist.make_newlist Erzeuge Bouquet mit neuen Kanälen
|
||||||
channellist.make_removedlist Erzeuge Bouquet mit gelöschten Kanälen
|
channellist.make_removedlist Erzeuge Bouquet mit gelöschten Kanälen
|
||||||
channellist.make_webtvlist Erzeuge Bouquet mit WebTV-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 Quickzap in Liste
|
||||||
channellist.new_zap_mode_active aktiv
|
channellist.new_zap_mode_active aktiv
|
||||||
channellist.new_zap_mode_allow erlauben
|
channellist.new_zap_mode_allow erlauben
|
||||||
|
@@ -298,6 +298,7 @@ channellist.make_hdlist Create lists of HD and UHD channels
|
|||||||
channellist.make_newlist Create list of new channels
|
channellist.make_newlist Create list of new channels
|
||||||
channellist.make_removedlist Create list of removed channels
|
channellist.make_removedlist Create list of removed channels
|
||||||
channellist.make_webtvlist Create list of WebTV channels
|
channellist.make_webtvlist Create list of WebTV channels
|
||||||
|
channellist.movieplayer_zap Zap not possible while movie playback
|
||||||
channellist.new_zap_mode Quickzap in list
|
channellist.new_zap_mode Quickzap in list
|
||||||
channellist.new_zap_mode_active active
|
channellist.new_zap_mode_active active
|
||||||
channellist.new_zap_mode_allow allow
|
channellist.new_zap_mode_allow allow
|
||||||
|
@@ -778,6 +778,8 @@ int CChannelList::show()
|
|||||||
actzap = true;
|
actzap = true;
|
||||||
oldselected = selected;
|
oldselected = selected;
|
||||||
paintBody(); // refresh zapped vs 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()) {
|
} else if(SameTP()) {
|
||||||
zapOnExit = true;
|
zapOnExit = true;
|
||||||
loop=false;
|
loop=false;
|
||||||
|
@@ -325,6 +325,7 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
||||||
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
|
LOCALE_CHANNELLIST_MAKE_REMOVEDLIST,
|
||||||
LOCALE_CHANNELLIST_MAKE_WEBTVLIST,
|
LOCALE_CHANNELLIST_MAKE_WEBTVLIST,
|
||||||
|
LOCALE_CHANNELLIST_MOVIEPLAYER_ZAP,
|
||||||
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
|
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
|
||||||
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ACTIVE,
|
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ACTIVE,
|
||||||
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ALLOW,
|
LOCALE_CHANNELLIST_NEW_ZAP_MODE_ALLOW,
|
||||||
|
@@ -325,6 +325,7 @@ const char * locale_real_names[] =
|
|||||||
"channellist.make_newlist",
|
"channellist.make_newlist",
|
||||||
"channellist.make_removedlist",
|
"channellist.make_removedlist",
|
||||||
"channellist.make_webtvlist",
|
"channellist.make_webtvlist",
|
||||||
|
"channellist.movieplayer_zap",
|
||||||
"channellist.new_zap_mode",
|
"channellist.new_zap_mode",
|
||||||
"channellist.new_zap_mode_active",
|
"channellist.new_zap_mode_active",
|
||||||
"channellist.new_zap_mode_allow",
|
"channellist.new_zap_mode_allow",
|
||||||
|
Reference in New Issue
Block a user