Improved favorites menu with whats on now / next and up to four user defined times

This commit is contained in:
louis
2014-01-19 13:52:05 +01:00
parent 475964a781
commit fcb664da93
17 changed files with 670 additions and 45 deletions

View File

@@ -90,6 +90,23 @@ class cTvguideConfig {
cString epgImagePath;
cString iconPath;
int recMenuAskFolder;
int favWhatsOnNow;
int favWhatsOnNext;
int favUseTime1;
int favUseTime2;
int favUseTime3;
int favUseTime4;
int favTime1;
int favTime2;
int favTime3;
int favTime4;
std::string descUser1;
std::string descUser2;
std::string descUser3;
std::string descUser4;
int favLimitChannels;
int favStartChannel;
int favStopChannel;
int fontIndex;
const char *fontNameDefault;
int FontButtonDelta;