aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2007-03-26don't create PO directory.Felix Domke
2007-03-26default to UTC if GMT+1 is not foundFelix Domke
2007-03-26re-add (unused) blinking point in radio infobar to make e2 happy...Andreas Monzner
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-22dont show the infobar when close the last open screenAndreas Monzner
2007-03-21add missing spaceStefan Pluecken
2007-03-21revert local changeAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2007-03-21remove wireless pluginStefan Pluecken
2007-03-20don't use interfaces.tmp instead of interfaces fileStefan 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-20allow setting a menu entry name for network setup pluginsStefan 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-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-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-21prevent bluescreen happening when trying to set the progess slider withStefan Pluecken
no progress points set by initializing the sliderPackages attribute with an empty dict
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