aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-26fix typoAndreas Monzner
2007-03-26add expected test resultsFelix Domke
2007-03-26speed up things a bit by disabling sleeptimerFelix Domke
2007-03-26change addOneDay to work correctly on non existing dst changing timesStefan Pluecken
2007-03-26shorten addOneDay method by using python stuffStefan Pluecken
2007-03-26add test_timer_repeating_dst_start test (disable the other one for now)Felix Domke
2007-03-26add test_timer_repeating resultFelix Domke
2007-03-26add testsFelix Domke
2007-03-26compare resultsFelix Domke
2007-03-26hopefully fix the daylight saving problem for repeated timersStefan Pluecken
2007-03-26chroot before configFelix Domke
2007-03-26don't create PO directory.Felix Domke
2007-03-26don't attempt to create /etc/enigma2 when testingFelix Domke
2007-03-26default to UTC if GMT+1 is not foundFelix Domke
2007-03-26add dummy movie dirFelix Domke
2007-03-26add some more hacksFelix Domke
2007-03-26make timer test workingFelix Domke
2007-03-26re-add (unused) blinking point in radio infobar to make e2 happy...Andreas Monzner
2007-03-26add some more hacks, add test timerFelix Domke
2007-03-26start to implement a test environment to run seperate components seperately.Felix Domke
2007-03-24write iframes two times is enoughAndreas 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-22fix bluescreen on movieplaybackAndreas Monzner
2007-03-22dont show the infobar when close the last open screenAndreas Monzner
2007-03-21add missing spaceStefan Pluecken
2007-03-21enable transparency (without alphablit) when pixmap has a different size ↵Felix Domke
than widget
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-19*** empty log message ***Stefan 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-14hopefully fix false positive "currently a timer is running.. or starts in aAndreas Monzner
few seconds" message on enigma shutdown
2007-03-12by default, only backup settings.Felix Domke
2007-03-01revert to standard skin on assertion faliuresFelix Domke