aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Satfinder
AgeCommit message (Collapse)Author
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-06-10use index as id for predefined transponder listFelix Domke
2009-01-23small gui fixes in satfinder and motor setupghost
2009-01-19more codecleanupghost
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2008-12-18dont let open satfinder for "2nd cable from rotor" and "loothrough" ↵ghost
connected lnbs
2008-12-16catch up DiseqcTest developmentStefan Pluecken
2008-12-12small cleanupghost
2008-12-11Satfinder/plugin.py: fix nimselection size, add support for DVB-S2ghost
2008-12-09remove unneeded skin (already in skin_default.xml)ghost
2008-07-28fix crash on opening satfinder / motor pluginAndreas Monzner
2008-07-23dont crash when predefined transponders is selected and not transponders areAndreas Monzner
available
2008-07-09fix possible deathscreen on sat change (with predefind transponders)Andreas Monzner
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-05-12by Pieter Grimmerink: fix FEC typosFelix Domke
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-03-15add LICENSEs to some pluginsAndreas Monzner
2007-11-26remove unneeded importsAndreas Monzner
2007-10-21don't crash when having unknown fec/pol values (possibly due to broken ↵Felix Domke
satellites.xml)
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-09-26backport from release branchAndreas Monzner
2007-09-14some changes for new default skinAndreas Monzner
2007-08-28use source/converter for tuner dataAndreas Monzner
add db display
2007-08-20.cvsignoreFelix Domke
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-25fix typoAndreas Monzner
2007-07-24display Satfinder, SatelliteEquipmentControl and PositionerSetupStefan Pluecken
plugins only if a DVB-S or DVB-S2 frontend is installed
2007-07-22cleanup some importsAndreas Monzner
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
2007-01-07self.session is already defined by ScreenAndreas Monzner
2006-12-19fix syntax error,Andreas Monzner
some cosmetics
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
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-13fix more ConfigSatlist defaultsAndreas Monzner
2006-10-09fix typoAndreas Monzner
2006-10-09add optional addNotifier(initial_call=False)-supportFelix Domke
2006-10-07finally fix satfinder with new configFelix Domke