From a821a54d6b8c5f844623cbabc7a26843dbadccdf Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Tue, 25 Mar 2014 20:21:56 +0100 Subject: release versioin 0.2.1 --- HISTORY | 10 ++++++---- icons/default/logo_background.png | Bin 639 -> 32 bytes po/de_DE.po | 2 +- skinflatplus.c | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) mode change 100644 => 120000 icons/default/logo_background.png diff --git a/HISTORY b/HISTORY index 793ba298..f7f84546 100644 --- a/HISTORY +++ b/HISTORY @@ -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 deleted file mode 100644 index b8e6fbf5..00000000 Binary files a/icons/default/logo_background.png and /dev/null differ diff --git a/icons/default/logo_background.png b/icons/default/logo_background.png new file mode 120000 index 00000000..ddc079f0 --- /dev/null +++ b/icons/default/logo_background.png @@ -0,0 +1 @@ +../MVdefault/logo_background.png \ No newline at end of file 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: \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 { -- cgit v1.2.3