add: sort channels in allchannel mode

This commit is contained in:
satbaby
2012-04-24 14:14:42 +02:00
parent 1fdb76af51
commit 71832331d0
7 changed files with 92 additions and 13 deletions

View File

@@ -236,6 +236,9 @@ typedef enum
LOCALE_CHANNELLIST_FOOT_FREQ,
LOCALE_CHANNELLIST_FOOT_NEXT,
LOCALE_CHANNELLIST_FOOT_OFF,
LOCALE_CHANNELLIST_FOOT_SORT_ALPHA,
LOCALE_CHANNELLIST_FOOT_SORT_FREQ,
LOCALE_CHANNELLIST_FOOT_SORT_SAT,
LOCALE_CHANNELLIST_HEAD,
LOCALE_CHANNELLIST_HISTORY,
LOCALE_CHANNELLIST_MAKE_HDLIST,

View File

@@ -236,6 +236,9 @@ const char * locale_real_names[] =
"channellist.foot_freq",
"channellist.foot_next",
"channellist.foot_off",
"channellist.foot_sort_alpha",
"channellist.foot_sort_freq",
"channellist.foot_sort_sat",
"channellist.head",
"channellist.history",
"channellist.make_hdlist",

View File

@@ -410,7 +410,7 @@ struct SNeutrinoSettings
int channellist_extended;
int channellist_foot;
int channellist_new_zap_mode;
int channellist_sort_mode;
char repeat_blocker[4];
char repeat_genericblocker[4];
int remote_control_hardware;