aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
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
2007-02-07parental locking fixesAndreas Monzner
2007-01-31fix possible blue screenAndreas 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-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-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-13show menucontext entries dependend of current selected entryAndreas Monzner
2007-01-12don't offer to install already installed plugins in the plugin installerStefan Pluecken
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-11fix bluescreenAndreas Monzner
2007-01-10fix prev stupid changeAndreas Monzner
2007-01-10hide NimA and NimB icon when no more tuner is in useAndreas Monzner
2007-01-10fix typoAndreas Monzner
2007-01-10fix no more working displaying of used tuner for foreground serviceAndreas Monzner
2007-01-09allow 'stand-alone' screens: they will receive execBegin/execEnd calls even ↵Felix Domke
when not being active on screen (for example for web screens)
2007-01-08much simpler fix..Andreas Monzner
2007-01-08better fixAndreas Monzner
2007-01-08fix following frequently bluescreenAndreas Monzner
File "/enigma2-1.0-r0/enigma2/lib/python/Screens/InfoBarGenerics.py", line 1917, in __tuneFailed Notifications.AddPopup(text = error, type = MessageBox.TYPE_ERROR, timeout = 5, id = "ZapError") File "/enigma2-1.0-r0/enigma2/lib/python/Tools/Notifications.py", line 45, in AddPopup AddNotificationWithID(id, MessageBox, text = text, type = type, timeout = timeout, close_on_any_key = True) .... .... .... TypeError: in method 'eLabel_setText', argument 2 of type 'std::string const &'
2007-01-08small fixAndreas Monzner
2007-01-07do not let the user leave the parental control setup when setup protectionAndreas Monzner
is enabled but no pin is set and the same for service protection..
2007-01-07disable dvb type filtering by default for bouquets but its possible to add aAndreas Monzner
filtering in bouquet.tv or bouquets.radio code cleanup
2007-01-07small fixAndreas Monzner
2007-01-07nice codeAndreas Monzner
2007-01-07ask user before a recordtimer set the box to standby or deepstandbyAndreas Monzner
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2007-01-07do break linesAndreas Monzner
2007-01-07more reusable codeAndreas Monzner
2007-01-06add ability to stop currently running repeated timer when disabling itStefan Pluecken
2007-01-05do not restart previous tv service when leave standbyAndreas Monzner
2007-01-02standby clockFelix Domke
2006-12-31nicer codeAndreas Monzner
2006-12-31do not show timeshift state when timeshift is not runningAndreas Monzner
2006-12-31always show timeshift state when infobar is visible (not only when state isAndreas Monzner
not play)
2006-12-30send evStart before tuneFailed Events..Andreas Monzner
fix evNoResources fix some bluescreens caused by notification handling
2006-12-29show current running event in channelist not only in bouquetsAndreas Monzner