aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2007-05-31fix bluescreenAndreas Monzner
2007-05-31dont scan when the tda1002x tool is canceled by the userAndreas Monzner
2007-05-31much faster DVB-C service searching... this needs a external (non GPL) tool ↵Andreas Monzner
to find used transponders... not in OE yet.. but downloadable at http://sources.dreamboxupdate.com/download/7025/tda1002x please copy it to /usr/bin
2007-05-29show current visible cislot numberAndreas Monzner
2007-05-29fix crash when ci state of cislot > 0 changedAndreas Monzner
2007-05-29fix for more than one CIAndreas Monzner
2007-05-26fix typosFelix Domke
2007-05-25properly initialize selected subtitle, even if they are not availableFelix Domke
2007-05-24eliminate first timeshift state, going directly into paused ts mode when ↵Felix Domke
pressing pause
2007-05-24don't crash if no plugins are availableFelix Domke
2007-05-18improve ChannelSelection texts a bit, by Ge0rgFelix Domke
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
2007-05-07no helpable actionmap for RdsActionsAndreas Monzner
2007-04-30show infobar when seeking with numbers in movie playerFelix Domke
2007-04-24better (and more correct) fixFelix Domke
2007-04-23consider screens which haven't finished their initialization as shown. this ↵Felix Domke
fixes cutlist editor and movieplayer not visible.
2007-04-23ignore show requests when no instance available yetFelix Domke
2007-04-23check if subservices are still available in subservicesquickzapping modeStefan Pluecken
to avoid bluescreen
2007-04-23fix getSubserviceIndex (not used anywhere anyway)Stefan Pluecken
2007-04-21fix non working ignore of markers when multiple bouquets is disabledAndreas Monzner
2007-04-17rewind into timeshift (almost) works nowFelix Domke
2007-04-17correctly return to timeshift when pause is pressed in live mode (rewind ↵Felix Domke
does not yet behave correctly). introduce SEEK_STATE_EOF to display end of recording with proper possibility to rewind.
2007-04-14Sources.MenuList -> Sources.ListFelix Domke
2007-04-14remove language list referenceFelix Domke
2007-04-12follow itemHeight changesFelix Domke
2007-04-12use List source instead of MenuListFelix Domke
2007-04-12use menu source/converterFelix Domke
2007-04-12whitespace cleanup, use MenuList source instead of outdated componentFelix Domke
2007-04-12whitespace cleanupFelix Domke
2007-04-03better fix for previous commitAndreas Monzner
store last entered begin time in multi epg
2007-04-03fixAndreas Monzner
2007-04-03do not crash on recorded movie playback (since show infobar on eit change)Andreas Monzner
2007-04-03small fixAndreas Monzner
2007-04-03Implement "show infobar on event change"Andreas Monzner
enable/disable is possible in Usage Setup... default is on
2007-04-03fix no more working infobar show when a service is selected in theAndreas Monzner
channellist ... code cleanup
2007-03-26another useless fixAndreas Monzner
2007-03-26disable timer for conditional pixmap.. its just a dummyAndreas Monzner
2007-03-26live is hardAndreas Monzner
2007-03-26fix typoAndreas Monzner
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-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-19network setup rewrite... adds support for multiple devices and an extended ↵Stefan Pluecken
setup via plugins
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-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