mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-07 21:58:35 +02:00
CEventFinderMenu -add epg search history
This commit is contained in:
@@ -354,7 +354,9 @@ typedef enum
|
||||
LOCALE_EPGVIEWER_NODETAILED,
|
||||
LOCALE_EPGVIEWER_NOTFOUND,
|
||||
LOCALE_EVENTFINDER_HEAD,
|
||||
LOCALE_EVENTFINDER_HISTORY,
|
||||
LOCALE_EVENTFINDER_KEYWORD,
|
||||
LOCALE_EVENTFINDER_MAX_HISTORY,
|
||||
LOCALE_EVENTFINDER_SEARCH,
|
||||
LOCALE_EVENTFINDER_SEARCH_ALL_EPG,
|
||||
LOCALE_EVENTFINDER_SEARCH_WITHIN_EPG,
|
||||
|
@@ -354,7 +354,9 @@ const char * locale_real_names[] =
|
||||
"epgviewer.nodetailed",
|
||||
"epgviewer.notfound",
|
||||
"eventfinder.head",
|
||||
"eventfinder.history",
|
||||
"eventfinder.keyword",
|
||||
"eventfinder.max_history",
|
||||
"eventfinder.search",
|
||||
"eventfinder.search_all_epg",
|
||||
"eventfinder.search_within_epg",
|
||||
|
@@ -38,6 +38,7 @@
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 14
|
||||
@@ -147,6 +148,10 @@ struct SNeutrinoSettings
|
||||
std::string epg_dir;
|
||||
int epg_scan;
|
||||
|
||||
int epg_search_history_size;
|
||||
int epg_search_history_max;
|
||||
std::list<std::string> epg_search_history;
|
||||
|
||||
//network
|
||||
std::string network_ntpserver;
|
||||
std::string network_ntprefresh;
|
||||
|
Reference in New Issue
Block a user