diff options
-rw-r--r-- | doc-src/en/epgsearch.4.txt | 9 | ||||
-rw-r--r-- | doc-src/en/epgsearchmenu.conf.5.txt | 5 | ||||
-rw-r--r-- | epgsearchtools.h | 13 |
3 files changed, 7 insertions, 20 deletions
diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt index fb0be4a..6ed5f88 100644 --- a/doc-src/en/epgsearch.4.txt +++ b/doc-src/en/epgsearch.4.txt @@ -563,7 +563,7 @@ for the 'Whats on...' and 'Search results' menu there are also: %chlng% - the 'normal' channel name %chdata% - VDR's internal channel representation (e.g. 'S19.2E-1-1101-28106') %progr% - graphical progress bar (not for menu 'Search results'), - requires VDRSymbols font for vdr>=1.5.3 + requires VDRSymbols font %progrT2S% - progress bar in text2skin style (not for menu 'Search results') some independent variables: @@ -597,13 +597,12 @@ or '--reloadmenuconf' in your runvdr. There's a sample F<epgsearchmenu.conf> in the subdirectory "conf". For a quick try copy it to your epgsearch config directory (e.g. /etc/vdr/plugins/epgsearch). -To enable icons from WarEagleIcon-Patch simply put the line +To enable icons from the VDRSymbols font simply put the line WarEagleIcons=1 -to F<epgsearchmenu.conf>. This also works for vdr>=1.5.3, which uses true type fonts, -if you have installed and selected the font VDRSymbols.ttf (available at -http://andreas.vdr-developer.org/fonts/download.html) +to F<epgsearchmenu.conf>. The VDRSymbols font is available at +http://andreas.vdr-developer.org/fonts/download.html NOTE: As long as there is a file epgsearchmenu.conf with an entry for a special menu, all setup settings regarding the look of this menu are ignored. diff --git a/doc-src/en/epgsearchmenu.conf.5.txt b/doc-src/en/epgsearchmenu.conf.5.txt index 87f45c8..7debf28 100644 --- a/doc-src/en/epgsearchmenu.conf.5.txt +++ b/doc-src/en/epgsearchmenu.conf.5.txt @@ -90,11 +90,12 @@ or '--reloadmenuconf' in your runvdr. There's a sample F<epgsearchmenu.conf> in the subdirectory "conf". For a quick try copy it to your epgsearch config directory (e.g. /etc/vdr/plugins/epgsearch). -To enable icons from WarEagleIcon-Patch simply put the line +To enable icons from the VDRSymbols font simply put the line WarEagleIcons=1 -to F<epgsearchmenu.conf>. +to F<epgsearchmenu.conf>. The VDRSymbols font is available at ++http://andreas.vdr-developer.org/fonts/download.html NOTE: As long as there is a file epgsearchmenu.conf with an entry for a special menu, all setup settings regarding the look of this menu are ignored. diff --git a/epgsearchtools.h b/epgsearchtools.h index 6077553..c2528bd 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -77,7 +77,6 @@ using std::string; #define UPDS_WITH_OSD (1<<1) #define UPDS_WITH_EPGSCAN (1<<2) -#if APIVERSNUM >= 10503 // Icons used in VDRSymbols-Font #define ICON_REC 0x8B #define ICON_RUNNING 0x92 @@ -88,18 +87,6 @@ using std::string; #define ICON_BAR_EMPTY 0x89 #define ICON_BAR_CLOSE 0x8A #define ICON_VPS 0x93 -#else -// previous WAREAGLE icons -#define ICON_REC 0xF9 -#define ICON_RUNNING 0xFB -#define ICON_CLOCK 0xFD -#define ICON_CLOCK_HALF 0x74 -#define ICON_BAR_OPEN 0x82 -#define ICON_BAR_FULL 0x7F -#define ICON_BAR_EMPTY 0x83 -#define ICON_BAR_CLOSE 0x84 -#define ICON_VPS 0x56 -#endif // UTF-8 Icons #define ICON_BAR_OPEN_UTF8 "\uE007" |