aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2007-03-21recalcClipRegions when transparency changedFelix Domke
2007-03-21revert local changeAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2007-03-21now its possible to call ePixmap.setPixmap from python without use ofAndreas Monzner
__deref__
2007-03-21remove wireless pluginStefan Pluecken
2007-03-21fix memory corruption on showSinglePicAndreas Monzner
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-20small fixAndreas Monzner
2007-03-20cleanup / apply timeoffsets to twisted timer tooAndreas Monzner
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-17don't crash when no libneonhttpsrc installedFelix Domke
2007-03-15fix typoFelix Domke
2007-03-15also use PCR (optionally), don't use non-video, non-audio streams, fix ↵Felix Domke
improper samples when no boundaries are known
2007-03-15improve seek accuracyFelix Domke
2007-03-12by default, only backup settings.Felix Domke
2007-03-01add support for non-wrapping labels, add debug assert for incomplete skinsFelix Domke
2007-02-27add lock for smp safetyAndreas Monzner
2007-02-27add optimized addref / release for x86Andreas Monzner
2007-02-26compile fixes for old dvb api (7020....)Andreas Monzner
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-18remove unneeded codeAndreas Monzner
2007-02-18add ability to read e1 bouquetsAndreas Monzner
2007-02-17zaptimers now do wakeup the box from standby and deepstandbyAndreas Monzner
2007-02-16remove unneeded voodooAndreas Monzner
2007-02-16erase /hdd/epg.dat after readAndreas 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-30add a workaround to ensure that the filepush thread take notice of theAndreas Monzner
stop thread signal even when no syscall is in progress
2007-01-23double size of renderbufferAndreas Monzner
2007-01-23wakeup gdi thread when the renderbuffer is fullAndreas Monzner