diff options
| -rw-r--r-- | HISTORY | 10 | ||||
| l---------[-rw-r--r--] | icons/default/logo_background.png | bin | 639 -> 32 bytes | |||
| -rw-r--r-- | po/de_DE.po | 2 | ||||
| -rw-r--r-- | skinflatplus.c | 2 |
4 files changed, 8 insertions, 6 deletions
@@ -1,15 +1,17 @@ VDR Plugin 'skinflatplus' Revision History --------------------------------------- -2014-XX-XX: Version 0.2.1 -- [fix] epgsearch progessbar in SetItemEvent, if start time is after now (2 minutes tolerance) +2014-25-03: Version 0.2.1 +- [fix] epgsearch progessbar in SetItemEvent, if epg start time is after now (2 minutes tolerance) - [fix] channel logo in topbar in program menu - [fix] reply info background color - [fix] display channel progressbar while zapping - [update] imagecache, pre load images after skin is loaded - menu item under general to show the amount of cached images + new menu item under general to show the amount of cached images debug syslog message if cache is overflow -- [update] display singal quality in displaychannel one above the other (before side by side) +- [update] display signal quality in displaychannel one above the other (before side by side) +- [update] you can configure to use colors for signal quality (works only with ProgresType big line + outline) +- [update] only update signal quality if the values for STR or SNR changed - [add] theme color clrMenuItemExtraTextCurrentFont - [add] logo background for channel logos (filename: logo_background.png) - [add] show cutted length of recording in replay info diff --git a/icons/default/logo_background.png b/icons/default/logo_background.png Binary files differindex b8e6fbf5..ddc079f0 100644..120000 --- a/icons/default/logo_background.png +++ b/icons/default/logo_background.png diff --git a/po/de_DE.po b/po/de_DE.po index f1188289..0d05b841 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-skinflat 0.2.0\n" +"Project-Id-Version: vdr-skinflat 0.2.1\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2014-03-22 16:32+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/skinflatplus.c b/skinflatplus.c index 7fed342a..7b0f9d86 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.2.0"; +static const char *VERSION = "0.2.1"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |
