aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2007-02-17zaptimers now do wakeup the box from standby and deepstandbyAndreas Monzner
2007-02-15fix typoAndreas Monzner
2007-02-15increase limitsAndreas Monzner
2007-02-15add (Expert) Satellite Equipment Setup for change someAndreas Monzner
delays/timeouts/retries
2007-02-14one motor command retrie should be enough (in normal case no retrie isAndreas Monzner
needed)
2007-02-14make retransmit rotor diseqc command retries changableAndreas Monzner
2007-02-14small changeAndreas Monzner
2007-02-14make some diseqc / continuous tone / toneburst / rotor values (delays,Andreas Monzner
timeouts) configurable via /etc/enigma2 for name of the config entries look at lib/python/Components/NimManager.py in InitSecParams function TODO: build a simple Plugin to change this values via gui (with a description for each value) Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc switches
2007-02-08fix possible bluescreenAndreas Monzner
2007-02-07fix ok/cancel handling in Sleep Timer DialogAndreas Monzner
show correct message when close sleep timer dialog with ok button
2007-02-07parental locking fixesAndreas Monzner
2007-02-05convert parental black/whitelist to uppercase on file readAndreas Monzner
2007-02-04prepare skinning of python GUIComponentsStefan Pluecken
2007-01-31fix possible blue screenAndreas Monzner
2007-01-22small speedupAndreas Monzner
2007-01-21fix non working codeAndreas Monzner
2007-01-20small speedupAndreas Monzner
2007-01-20fix bluescreen when try to start a manual scan and a service is selected butAndreas Monzner
not tuned
2007-01-18do not add (type == X) to new created alternatives..Andreas Monzner
2007-01-18revert non working codeAndreas Monzner
2007-01-18add handling for alternative servicesAndreas Monzner
2007-01-18lower prio for subservice quickzap actions (needed for working seek actions)Andreas Monzner
remove unneeded stopservice
2007-01-18switch of infobarseek actions by default, lower prio for show/hide actionsAndreas Monzner
2007-01-18no more crash when press ok in a empty choiceboxAndreas Monzner
2007-01-16mark non-releases as devFelix Domke
2007-01-15use timedifference from eDVBLocalTimeHandler for time() calls in pythonAndreas Monzner
2007-01-15remove debug codeAndreas Monzner
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-14remove unneeded workaroundAndreas Monzner
2007-01-13fix non working use of configured system language for epg languageAndreas Monzner
2007-01-13show menucontext entries dependend of current selected entryAndreas Monzner
2007-01-12don't offer to install already installed plugins in the plugin installerStefan Pluecken
2007-01-12do not install web interface, as it's in another cvs now.Felix Domke
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-11fix rfmod audio (on and off was swapped)Andreas Monzner
2007-01-11fix bluescreenAndreas Monzner
2007-01-11filter short name brakets in getContent ('N')Andreas Monzner
add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName
2007-01-11do not call and create any python object when no python callback isAndreas Monzner
connected
2007-01-10fix prev stupid changeAndreas Monzner
2007-01-10hide NimA and NimB icon when no more tuner is in useAndreas Monzner
2007-01-10fix typoAndreas Monzner
2007-01-10fix no more working displaying of used tuner for foreground serviceAndreas Monzner
2007-01-09add getHTML to ConfigIPFelix Domke
2007-01-09add StreamingM3UFelix Domke
2007-01-09add StaticText source, which can be used as a simple way to forward values ↵Felix Domke
between web pages
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-09Add source and converter for streaming. Source/StreamService will start the ↵Felix Domke
streaming service 'record', Converter/Streaming will output current demux+pids.