aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2007-03-26default to UTC if GMT+1 is not foundFelix Domke
2007-03-24add a radiomode background picture (mvi file.. changable inAndreas Monzner
/etc/enigma2/config ... config.misc.radiopic = /bla/blubber.mvi add support for radio text plus, add rass (radio screen show) support (yes used by SWR3, cont.ra and DASDING) thanks to seddi for some piece of code for better single iframe support its recommend to update in dreambox-dvb-modules.bb CVSDATE for dm7025 to 20070323
2007-03-21add missing spaceStefan Pluecken
2007-03-21revert local changeAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2007-03-20don't use interfaces.tmp instead of interfaces fileStefan Pluecken
2007-03-19plugins are now able to add device specific text to /etc/networking/interfacesStefan Pluecken
example: where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings} with def PluginFunction(session, iface): session.open(<MainPlugin>, iface) def callFunction(iface): if <iface is supported by plugin>: return PluginFunction else: return None def configSrings(iface): return "# would add this to adapter iface into /etc/networking/interfaces"
2007-03-19network setup rewrite... adds support for multiple devices and an extended ↵Stefan Pluecken
setup via plugins
2007-02-25remove improper printStefan Pluecken
2007-02-25more generic Components/Network.py for allowing other interface names (thx ↵Stefan Pluecken
to Reichi)
2007-02-21ignore unknown nim types in /proc/bus/nim_socketsStefan Pluecken
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-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-22small speedupAndreas Monzner
2007-01-21fix non working codeAndreas Monzner
2007-01-20small speedupAndreas Monzner
2007-01-18revert non working codeAndreas Monzner
2007-01-18add handling for alternative servicesAndreas Monzner
2007-01-16mark non-releases as devFelix Domke
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-11fix rfmod audio (on and off was swapped)Andreas 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-09add getHTML to ConfigIPFelix 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 source and converter for streaming. Source/StreamService will start the ↵Felix Domke
streaming service 'record', Converter/Streaming will output current demux+pids.
2007-01-08fix typoAndreas Monzner
2007-01-07small fixAndreas Monzner
2006-12-31add missing invertFelix Domke
2006-12-29show current running event in channelist not only in bouquetsAndreas Monzner
2006-12-19add IpkgInstaller Media Scanner pluginStefan Pluecken
2006-12-19fix importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-18don't allow leaving the software update plugin while ipkg is runningStefan Pluecken
2006-12-17replace software update plugin with a more user friendly approachStefan Pluecken
add an ipkg python class
2006-12-13add possibility to select multimode instead of pal/ntsc for TVs with supportAndreas Monzner
for both tv systems
2006-12-13use aspect ratio information from mpeg sequence header instead of eit (needsAndreas Monzner
new drivers)
2006-12-05add possibility to enable/disable 12V Chinch output via usage setupAndreas Monzner
2006-12-04comment out not yet implemented 12V Switch optionAndreas Monzner
2006-12-03add hungarian languageFelix Domke
2006-11-30remove obsolete HTMLComponentFelix Domke
2006-11-30whitespace fixes, collect errors while loading pluginsFelix Domke
2006-11-27default to 'complete' scan on DVB-C until problems with invalid NITs are ↵Felix Domke
fixed - better slow than not working