summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-05-11 13:16:37 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-05-11 13:16:37 +0200
commitb27f62896d0325e88cb0cef166fc2c3f05dc6705 (patch)
treeae2496fafb55ad30244d7a0ef7e1026ab14faebf
parent85e9f403d275bb5a6ea387d6c842018a6bff0c2b (diff)
downloadskin-flatplus-b27f62896d0325e88cb0cef166fc2c3f05dc6705.tar.gz
skin-flatplus-b27f62896d0325e88cb0cef166fc2c3f05dc6705.tar.bz2
release version 0.3.0
-rw-r--r--HISTORY2
-rw-r--r--complexcontent.c1
-rw-r--r--po/de_DE.po2
-rw-r--r--skinflatplus.c6
4 files changed, 5 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 413a8d1f..52246a00 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
VDR Plugin 'skinflatplus' Revision History
---------------------------------------
-2014-XX-XX: Version 0.3.0
+2014-11-05: Version 0.3.0
- [fix] use only current Event in extraevent display in displaychannel
- [fix] SetRecording border with deleteresume.patch
- [fix] recording menu with cutted recordings an %
diff --git a/complexcontent.c b/complexcontent.c
index 8bd8db4f..e30a6e48 100644
--- a/complexcontent.c
+++ b/complexcontent.c
@@ -22,7 +22,6 @@ cComplexContent::~cComplexContent() {
}
void cComplexContent::Clear(void) {
- //dsyslog("cComplexContent::Clear");
isShown = false;
Contents.clear();
if( Osd ) {
diff --git a/po/de_DE.po b/po/de_DE.po
index cf6622f9..49df1ac8 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skinflat 0.2.1\n"
+"Project-Id-Version: vdr-skinflat 0.3.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2014-05-09 18:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/skinflatplus.c b/skinflatplus.c
index 7b0f9d86..a04d0d32 100644
--- a/skinflatplus.c
+++ b/skinflatplus.c
@@ -16,7 +16,7 @@
#include "setup.h"
#include "imageloader.h"
-static const char *VERSION = "0.2.1";
+static const char *VERSION = "0.3.0";
static const char *DESCRIPTION = "skin flatplus";
class cPluginFlat : public cPlugin {
@@ -53,7 +53,7 @@ cPluginFlat::~cPluginFlat() {
}
const char *cPluginFlat::CommandLineHelp(void) {
- return " -l <LOGOPATH>, --logopath=<LOGOPATH> Set directory where Channel Logos are stored.\n";
+ return " -l <LOGOPATH>, --logopath=<LOGOPATH> Set directory where Channel Logos are stored.\n";
}
bool cPluginFlat::ProcessArgs(int argc, char *argv[]) {
@@ -87,7 +87,7 @@ bool cPluginFlat::Start(void) {
return false;
} else
dsyslog("skinflatplus: TrueColor OSD found");
-
+
imgCache.Create();
imgCache.PreLoadImage();