mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added credit for Albert Danis
This commit is contained in:
		| @@ -3389,6 +3389,7 @@ Magnus Sirwi | ||||
|  for translating OSD texts to the Swedish language | ||||
|  | ||||
| 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 fixing the German translation of "Zap timeout" | ||||
|  | ||||
|   | ||||
							
								
								
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -7846,7 +7846,7 @@ Video Disk Recorder Revision History | ||||
|   (reported by Dominique Dumont). | ||||
| - 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 | ||||
|   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"). | ||||
|   + 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 | ||||
| @@ -7982,7 +7982,7 @@ Video Disk Recorder Revision History | ||||
|   + Note that in several places in the source code a "copy" operation is mentioned, | ||||
|     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 | ||||
|   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). | ||||
| - Fixed writing group separators to channels.conf that contain a comma (reported by | ||||
|   Eike Edener). | ||||
|   | ||||
| @@ -6,8 +6,9 @@ | ||||
|  * | ||||
|  * 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 | ||||
|  * 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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user