From b27f62896d0325e88cb0cef166fc2c3f05dc6705 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 11 May 2014 13:16:37 +0200 Subject: release version 0.3.0 --- HISTORY | 2 +- complexcontent.c | 1 - po/de_DE.po | 2 +- skinflatplus.c | 6 +++--- 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: \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= Set directory where Channel Logos are stored.\n"; + return " -l , --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(); -- cgit v1.2.3