aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2007-07-25fix typoAndreas Monzner
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-23move selection to currently used skinAndreas Monzner
2007-07-22cleanup __init__.py files ....Andreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-19add .jpe extensionFelix Domke
2007-07-19show media selector instead of hardcoded /hdd/ scanFelix Domke
2007-07-19whitespace cleanupFelix Domke
2007-07-11(ralfk) enable help for cutlist editorFelix Domke
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-19tweak cutlist editor UI a bitFelix Domke
2007-06-19move CutListEditorActions into cutlist, and provide own CutlistSeekActionsFelix Domke
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
2007-04-23fix titleFelix Domke
2007-03-21more __deref__ changesAndreas Monzner
2007-03-21remove wireless pluginStefan Pluecken
2007-03-20fix hardcoded interface handling in wireless pluginStefan Pluecken
2007-03-20fix hardcoded pathStefan Pluecken
2007-03-20some fixes for the new network configurationStefan Pluecken
adding Reichi's WirelessLan configuration plugin (not yet fully functional)
2007-03-19remove wireless pluginStefan Pluecken
2007-03-19network setup rewrite... adds support for multiple devices and an extended ↵Stefan Pluecken
setup via plugins
2007-03-12by default, only backup settings.Felix Domke
2007-02-15fix typoAndreas Monzner
2007-02-15add (Expert) Satellite Equipment Setup for change someAndreas Monzner
delays/timeouts/retries
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-12do not install web interface, as it's in another cvs now.Felix Domke
2007-01-09add StreamingM3UFelix Domke
2007-01-09add streaming link. you still need streamproxy ↵Felix Domke
(http://streamproxy.schwerkraft.elitedvb.net/) on port 8001
2007-01-09add dynamic m3u playlistFelix Domke
2007-01-09add cvsignoreFelix Domke
2007-01-09add web/stream?StreamService=ref to stream service and output demux+pids. ↵Felix Domke
the (external) streaming proxy will pick up this data and send the TS
2007-01-09use stand alone screens, and call execBegin/execEnd on web screens. ↵Felix Domke
Re-enable 3s newline ping until we have something better.
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2007-01-07self.session is already defined by ScreenAndreas Monzner
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-19add missing importFelix Domke
2006-12-19fix software update plugin to match the new IpkgComponentStefan Pluecken
2006-12-19add IpkgInstaller Media Scanner pluginStefan Pluecken
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-19add WHERE_FILESCANFelix Domke
2006-12-18add (incomplete) media scan supportFelix Domke
2006-12-18add media scannerFelix Domke
2006-12-18don't allow leaving the software update plugin while ipkg is runningStefan Pluecken
2006-12-17german translations for the new software updateStefan Pluecken
2006-12-17replace software update plugin with a more user friendly approachStefan Pluecken
add an ipkg python class
2006-12-07use new config paths, use popupsFelix Domke