| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-26 | fix typo | Andreas Monzner | |
| 2007-03-26 | re-add (unused) blinking point in radio infobar to make e2 happy... | Andreas Monzner | |
| 2007-03-24 | add a radiomode background picture (mvi file.. changable in | Andreas 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-22 | dont show the infobar when close the last open screen | Andreas Monzner | |
| 2007-03-20 | some fixes for the new network configuration | Stefan Pluecken | |
| adding Reichi's WirelessLan configuration plugin (not yet fully functional) | |||
| 2007-03-20 | allow setting a menu entry name for network setup plugins | Stefan Pluecken | |
| 2007-03-19 | plugins are now able to add device specific text to /etc/networking/interfaces | Stefan 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-19 | network setup rewrite... adds support for multiple devices and an extended ↵ | Stefan Pluecken | |
| setup via plugins | |||
| 2007-02-21 | prevent bluescreen happening when trying to set the progess slider with | Stefan Pluecken | |
| no progress points set by initializing the sliderPackages attribute with an empty dict | |||
| 2007-02-17 | zaptimers now do wakeup the box from standby and deepstandby | Andreas Monzner | |
| 2007-02-08 | fix possible bluescreen | Andreas Monzner | |
| 2007-02-07 | fix ok/cancel handling in Sleep Timer Dialog | Andreas Monzner | |
| show correct message when close sleep timer dialog with ok button | |||
| 2007-02-07 | parental locking fixes | Andreas Monzner | |
| 2007-01-31 | fix possible blue screen | Andreas Monzner | |
| 2007-01-20 | small speedup | Andreas Monzner | |
| 2007-01-20 | fix bluescreen when try to start a manual scan and a service is selected but | Andreas Monzner | |
| not tuned | |||
| 2007-01-18 | do not add (type == X) to new created alternatives.. | Andreas Monzner | |
| 2007-01-18 | lower prio for subservice quickzap actions (needed for working seek actions) | Andreas Monzner | |
| remove unneeded stopservice | |||
| 2007-01-18 | switch of infobarseek actions by default, lower prio for show/hide actions | Andreas Monzner | |
| 2007-01-18 | no more crash when press ok in a empty choicebox | Andreas Monzner | |
| 2007-01-15 | change iFrontendInformation api | Andreas 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-13 | show menucontext entries dependend of current selected entry | Andreas Monzner | |
| 2007-01-12 | don't offer to install already installed plugins in the plugin installer | Stefan Pluecken | |
| 2007-01-12 | get rid of unneede global keywords | Andreas Monzner | |
| fix non working shutdown after timerevent when the box is in standby | |||
| 2007-01-11 | fix bluescreen | Andreas Monzner | |
| 2007-01-10 | fix prev stupid change | Andreas Monzner | |
| 2007-01-10 | hide NimA and NimB icon when no more tuner is in use | Andreas Monzner | |
| 2007-01-10 | fix typo | Andreas Monzner | |
| 2007-01-10 | fix no more working displaying of used tuner for foreground service | Andreas Monzner | |
| 2007-01-09 | allow '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-08 | much simpler fix.. | Andreas Monzner | |
| 2007-01-08 | better fix | Andreas Monzner | |
| 2007-01-08 | fix following frequently bluescreen | Andreas 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-08 | small fix | Andreas Monzner | |
| 2007-01-07 | do not let the user leave the parental control setup when setup protection | Andreas Monzner | |
| is enabled but no pin is set and the same for service protection.. | |||
| 2007-01-07 | disable dvb type filtering by default for bouquets but its possible to add a | Andreas Monzner | |
| filtering in bouquet.tv or bouquets.radio code cleanup | |||
| 2007-01-07 | small fix | Andreas Monzner | |
| 2007-01-07 | nice code | Andreas Monzner | |
| 2007-01-07 | ask user before a recordtimer set the box to standby or deepstandby | Andreas Monzner | |
| 2007-01-07 | take care of running recording before realy shutdown e2 | Andreas Monzner | |
| 2007-01-07 | do break lines | Andreas Monzner | |
| 2007-01-07 | more reusable code | Andreas Monzner | |
| 2007-01-06 | add ability to stop currently running repeated timer when disabling it | Stefan Pluecken | |
| 2007-01-05 | do not restart previous tv service when leave standby | Andreas Monzner | |
| 2007-01-02 | standby clock | Felix Domke | |
| 2006-12-31 | nicer code | Andreas Monzner | |
| 2006-12-31 | do not show timeshift state when timeshift is not running | Andreas Monzner | |
| 2006-12-31 | always show timeshift state when infobar is visible (not only when state is | Andreas Monzner | |
| not play) | |||
| 2006-12-30 | send evStart before tuneFailed Events.. | Andreas Monzner | |
| fix evNoResources fix some bluescreens caused by notification handling | |||
| 2006-12-29 | show current running event in channelist not only in bouquets | Andreas Monzner | |
