mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
gui/channellist: make displaying channel numbers optional
Conflicts:
data/locale/deutsch.locale
src/gui/channellist.cpp
src/gui/osd_setup.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94e6cf9a25
Author: martii <m4rtii@gmx.de>
Date: 2014-07-19 (Sat, 19 Jul 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -275,6 +275,7 @@ typedef enum
|
||||
LOCALE_CHANNELLIST_RESET_FLAGS,
|
||||
LOCALE_CHANNELLIST_SATS,
|
||||
LOCALE_CHANNELLIST_SHOW_CHANNELLOGO,
|
||||
LOCALE_CHANNELLIST_SHOW_CHANNELNUMBER,
|
||||
LOCALE_CHANNELLIST_SINCE,
|
||||
LOCALE_CHANNELLIST_START,
|
||||
LOCALE_CI_CLOCK,
|
||||
@@ -869,6 +870,7 @@ typedef enum
|
||||
LOCALE_MENU_HINT_CHANNELLIST_MODE_RADIO,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SETUP,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELLOGO,
|
||||
LOCALE_MENU_HINT_CHANNELLIST_SHOW_CHANNELNUMBER,
|
||||
LOCALE_MENU_HINT_CHANNELS,
|
||||
LOCALE_MENU_HINT_CI,
|
||||
LOCALE_MENU_HINT_CLOCK_BACKGROUND,
|
||||
|
@@ -275,6 +275,7 @@ const char * locale_real_names[] =
|
||||
"channellist.reset_flags",
|
||||
"channellist.sats",
|
||||
"channellist.show_channellogo",
|
||||
"channellist.show_channelnumber",
|
||||
"channellist.since",
|
||||
"channellist.start",
|
||||
"ci.clock",
|
||||
@@ -869,6 +870,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_channellist_mode_radio",
|
||||
"menu.hint_channellist_setup",
|
||||
"menu.hint_channellist_show_channellogo",
|
||||
"menu.hint_channellist_show_channelnumber",
|
||||
"menu.hint_channels",
|
||||
"menu.hint_ci",
|
||||
"menu.hint_clock_background",
|
||||
|
@@ -493,6 +493,7 @@ struct SNeutrinoSettings
|
||||
int channellist_sort_mode;
|
||||
int channellist_numeric_adjust;
|
||||
int channellist_show_channellogo;
|
||||
int channellist_show_numbers;
|
||||
int repeat_blocker;
|
||||
int repeat_genericblocker;
|
||||
#define LONGKEYPRESS_OFF 499
|
||||
|
Reference in New Issue
Block a user