diff --git a/HISTORY b/HISTORY index 4088c62..78b6804 100644 --- a/HISTORY +++ b/HISTORY @@ -508,4 +508,13 @@ VDR Plugin 'femon' Revision History 2015-01-10: Version 2.1.2 + +=================================== +VDR Plugin 'femon' Revision History +=================================== + +2015-02-19: Version 2.2.0 + +- Updated for vdr-2.1.8. +- Updated CA definitions. - Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert). diff --git a/femon.c b/femon.c index 57a86c6..e83347c 100644 --- a/femon.c +++ b/femon.c @@ -14,15 +14,15 @@ #include "femonservice.h" #include "femontools.h" -#if defined(APIVERSNUM) && APIVERSNUM < 20106 -#error "VDR-2.1.6 API version or greater is required!" +#if defined(APIVERSNUM) && APIVERSNUM < 20108 +#error "VDR-2.1.8 API version or greater is required!" #endif #ifndef GITVERSION #define GITVERSION "" #endif -static const char VERSION[] = "2.1.2" GITVERSION; +static const char VERSION[] = "2.2.0" GITVERSION; static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)"); static const char MAINMENUENTRY[] = trNOOP("Signal Information"); diff --git a/femonosd.c b/femonosd.c index 415bc30..86b6d44 100644 --- a/femonosd.c +++ b/femonosd.c @@ -929,9 +929,7 @@ bool cFemonOsd::DeviceSwitch(int direction) } else if (d->CamSlot() && !d->CamSlot()->IsDecrypting()) d->CamSlot()->Assign(NULL); - d->SwitchChannel(channel, true); - if (d == cDevice::PrimaryDevice()) - d->ForceTransferMode(); + d->SwitchChannel(channel, false); cControl::Launch(new cTransferControl(d, channel)); return (true); } diff --git a/po/de_DE.po b/po/de_DE.po index 2a942a7..7dcc8ed 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Christian Wieninger\n" "Language-Team: German \n" "Language: de\n" diff --git a/po/es_ES.po b/po/es_ES.po index 273b53d..4774383 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Luis Palacios\n" "Language-Team: Spanish \n" "Language: es\n" diff --git a/po/et_EE.po b/po/et_EE.po index 9ae1634..c49ee9c 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Arthur Konovalov\n" "Language-Team: Estonian \n" "Language: et\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index b7c4039..3df99ee 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 58dd8ee..a362723 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Bernard Jaulin \n" "Language-Team: French \n" "Language: fr\n" diff --git a/po/hu_HU.po b/po/hu_HU.po index ca9aeda..407f073 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Füley István \n" "Language-Team: Hungarian \n" "Language: hu\n" diff --git a/po/it_IT.po b/po/it_IT.po index 7feab14..cfb37ef 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" "Language: it\n" diff --git a/po/lt_LT.po b/po/lt_LT.po index 7616013..db1e314 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Valdemaras Pipiras \n" "Language-Team: Lithuanian \n" "Language: lt\n" diff --git a/po/ru_RU.po b/po/ru_RU.po index def51d1..f850131 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Vyacheslav Dikonov\n" "Language-Team: Russian \n" "Language: ru\n" diff --git a/po/sk_SK.po b/po/sk_SK.po index cd910a1..020f5e2 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Milan Hrala \n" "Language-Team: Slovak \n" "Language: sk\n" diff --git a/po/uk_UA.po b/po/uk_UA.po index 62b50e4..7ca0a3d 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -4,10 +4,10 @@ # Yarema aka Knedlyk , 2010. msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: Yarema aka Knedlyk \n" "Language-Team: Ukrainian \n" "Language: uk\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index d2ea4b1..964b0a6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: NanFeng \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index e556d22..e3b1c17 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-femon 2.1.1\n" +"Project-Id-Version: vdr-femon 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-02-19 02:19+0200\n" +"PO-Revision-Date: 2015-02-19 02:19+0200\n" "Last-Translator: NanFeng \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n"