summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-25 20:21:56 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-03-25 20:21:56 +0100
commita821a54d6b8c5f844623cbabc7a26843dbadccdf (patch)
treef0a6040d488805d912291a6b8ab12403fde1fbf3
parenta39553c042f5b45b11c113c288841e1b0e0a3c7a (diff)
downloadskin-flatplus-a821a54d6b8c5f844623cbabc7a26843dbadccdf.tar.gz
skin-flatplus-a821a54d6b8c5f844623cbabc7a26843dbadccdf.tar.bz2
release versioin 0.2.1
-rw-r--r--HISTORY10
l---------[-rw-r--r--]icons/default/logo_background.pngbin639 -> 32 bytes
-rw-r--r--po/de_DE.po2
-rw-r--r--skinflatplus.c2
4 files changed, 8 insertions, 6 deletions
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
index b8e6fbf5..ddc079f0 100644..120000
--- a/icons/default/logo_background.png
+++ b/icons/default/logo_background.png
Binary files differ
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 {