Added credit for Albert Danis

This commit is contained in:
Klaus Schmidinger 2015-02-14 12:02:16 +01:00
parent cc1494bfb6
commit 1786dc714d
3 changed files with 5 additions and 3 deletions

View File

@ -3389,6 +3389,7 @@ Magnus Sirwi
for translating OSD texts to the Swedish language for translating OSD texts to the Swedish language
Albert Danis <a.danis@gmx.de> Albert Danis <a.danis@gmx.de>
for lots of help during the implementation of basic support for positioners
for translating OSD texts to the Hungarian language for translating OSD texts to the Hungarian language
for fixing the German translation of "Zap timeout" for fixing the German translation of "Zap timeout"

View File

@ -7846,7 +7846,7 @@ Video Disk Recorder Revision History
(reported by Dominique Dumont). (reported by Dominique Dumont).
- Added basic support for positioners to control steerable satellite dishes (based on - Added basic support for positioners to control steerable satellite dishes (based on
a patch from Seppo Ingalsuo and Ales Jurik, which in turn used code from Thomas a patch from Seppo Ingalsuo and Ales Jurik, which in turn used code from Thomas
Bergwinkl's Rotor plugin). Bergwinkl's Rotor plugin; with lots of help from Albert Danis).
+ Supports GotoN (aka "DiSEqC 1.2") and GotoX (aka "USALS"). + Supports GotoN (aka "DiSEqC 1.2") and GotoX (aka "USALS").
+ The new DiSEqC command code 'P' can be used to instruct a positioner to move the + The new DiSEqC command code 'P' can be used to instruct a positioner to move the
dish to the required satellite position. When a 'P' code is processed, further dish to the required satellite position. When a 'P' code is processed, further
@ -7982,7 +7982,7 @@ Video Disk Recorder Revision History
+ Note that in several places in the source code a "copy" operation is mentioned, + Note that in several places in the source code a "copy" operation is mentioned,
however there is no user interface for this, yet. however there is no user interface for this, yet.
- Changed some variable names in positioner.c to match the names used in the page with - Changed some variable names in positioner.c to match the names used in the page with
the explanation on vdr-portal.de. the explanation on vdr-portal.de (suggested by Albert Danis).
- Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed writing group separators to channels.conf that contain a comma (reported by - Fixed writing group separators to channels.conf that contain a comma (reported by
Eike Edener). Eike Edener).

View File

@ -6,8 +6,9 @@
* *
* For an explanation (in German) of the theory behind the calculations see * For an explanation (in German) of the theory behind the calculations see
* http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1154305-grundlagen-und-winkelberechnungen-f%C3%BCr-h-h-diseqc-motor-antennenanlagen * http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1154305-grundlagen-und-winkelberechnungen-f%C3%BCr-h-h-diseqc-motor-antennenanlagen
* by Albert Danis.
* *
* $Id: positioner.c 3.4 2013/10/30 09:56:34 kls Exp $ * $Id: positioner.c 3.5 2015/02/14 11:54:31 kls Exp $
*/ */
#include "positioner.h" #include "positioner.h"