aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
AgeCommit message (Collapse)Author
2007-10-16fix bluescreen when opening motor setup and more than one nim is configuredAndreas Monzner
for motor use
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this ↵Felix Domke
(patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
2007-07-28fix *required* kwargs. plugins not having **kwargs will probably not run ↵Felix Domke
with newer enigma2, but this has been documented since the beginning.
2007-07-24display Satfinder, SatelliteEquipmentControl and PositionerSetupStefan Pluecken
plugins only if a DVB-S or DVB-S2 frontend is installed
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2006-12-26add missing importAndreas Monzner
2006-12-2615 msec delay between disable tone and send diseqcAndreas Monzner
2006-12-26disable tone before send diseqc commandAndreas Monzner
2006-12-19fix syntax error,Andreas Monzner
some cosmetics
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-01fix non working diseqcAndreas Monzner
2006-11-01make "Satfinder" and "Positioner setup" translatableAndreas Monzner
2006-11-01move Satfinder and Positioner Plugin to Menu -> Setup -> Service SearchingAndreas Monzner
On close Satfinder/Positioner Setup ask the user to rezap to service before Satfinder/Positioner Setup
2006-10-29send rotor stop command twiceAndreas Monzner
2006-10-28fixAndreas Monzner
2006-10-28do not initialize config entrys on every startAndreas Monzner
2006-10-27fix typoAndreas Monzner
2006-10-27fix goto stored posAndreas Monzner
2006-10-20fix typoAndreas Monzner
2006-10-20fix bluescreen when try to store a position in rotorAndreas Monzner
2006-10-09fix RotorPlugin for new config stuffAndreas Monzner
2006-10-08change ConfigDummy to ConfigNothingStefan Pluecken
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-06-30fix bluescreen in positioner setup tuningStefan Pluecken
2006-05-26fix one step east / one step west optionAndreas Monzner
add ability to (re)enable rotor limits add ability to turn rotor to reference position (goto 0)
2006-05-24add support for 8PSKAndreas Monzner
2006-05-24some fixes for dvb-s2Andreas Monzner
2006-05-01check if e2 is currently recording before entering the positioner plugin ↵Stefan Pluecken
(and prevent entering it when a recording is currently running)
2006-04-25add some missing german translationsStefan Pluecken
2006-04-11some logic to detect useable nims for rotor pluginAndreas Monzner
2006-04-11fix tuner selection in positioner plugin for more than one dvb-s nimStefan Pluecken
2006-04-11add missing importStefan Pluecken
2006-04-08decrease time between parameter calling to ensure search mode works betterStefan Pluecken
2006-04-08retune after sending a diseqc command in the positioner setup pluginStefan Pluecken
2006-04-08feature complete positioner pluginStefan Pluecken
2006-04-07finished the rotor config plugin (untested and lacking some features)Stefan Pluecken
2006-04-05another positioner tryStefan Pluecken
2006-04-05use new string concept for sending diseqc commandsStefan Pluecken
2006-04-05some positioner setup changes for debugging purposesStefan Pluecken
2006-04-04fixAndreas Monzner
2006-04-04small changesAndreas Monzner
2006-04-04some work on the positioner setup pluginStefan Pluecken
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-02-27- add positioner plugin (just basic gui atm)Stefan Pluecken
- some changes to ConfigSlider (is now called "configSlider" and has a step width and max value now) - add BER/SNR/AGC display to the manual single transponder scan (just gui, no functionality yet)