CEventFinderMenu -add epg search history

This commit is contained in:
Jacek Jendrzej
2013-11-26 16:23:24 +01:00
parent 1107e4f89b
commit 4f387ae87f
8 changed files with 111 additions and 41 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -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;