| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-04-30 | show infobar when seeking with numbers in movie player | Felix Domke | |
| 2007-04-24 | better (and more correct) fix | Felix Domke | |
| 2007-04-23 | consider screens which haven't finished their initialization as shown. this ↵ | Felix Domke | |
| fixes cutlist editor and movieplayer not visible. | |||
| 2007-04-23 | ignore show requests when no instance available yet | Felix Domke | |
| 2007-04-23 | check if subservices are still available in subservicesquickzapping mode | Stefan Pluecken | |
| to avoid bluescreen | |||
| 2007-04-23 | fix getSubserviceIndex (not used anywhere anyway) | Stefan Pluecken | |
| 2007-04-21 | fix non working ignore of markers when multiple bouquets is disabled | Andreas Monzner | |
| 2007-04-17 | rewind into timeshift (almost) works now | Felix Domke | |
| 2007-04-17 | correctly 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-14 | Sources.MenuList -> Sources.List | Felix Domke | |
| 2007-04-14 | remove language list reference | Felix Domke | |
| 2007-04-12 | follow itemHeight changes | Felix Domke | |
| 2007-04-12 | use List source instead of MenuList | Felix Domke | |
| 2007-04-12 | use menu source/converter | Felix Domke | |
| 2007-04-12 | whitespace cleanup, use MenuList source instead of outdated component | Felix Domke | |
| 2007-04-12 | whitespace cleanup | Felix Domke | |
| 2007-04-03 | better fix for previous commit | Andreas Monzner | |
| store last entered begin time in multi epg | |||
| 2007-04-03 | fix | Andreas Monzner | |
| 2007-04-03 | do not crash on recorded movie playback (since show infobar on eit change) | Andreas Monzner | |
| 2007-04-03 | small fix | Andreas Monzner | |
| 2007-04-03 | Implement "show infobar on event change" | Andreas Monzner | |
| enable/disable is possible in Usage Setup... default is on | |||
| 2007-04-03 | fix no more working infobar show when a service is selected in the | Andreas Monzner | |
| channellist ... code cleanup | |||
| 2007-03-26 | another useless fix | Andreas Monzner | |
| 2007-03-26 | disable timer for conditional pixmap.. its just a dummy | Andreas Monzner | |
| 2007-03-26 | live is hard | Andreas Monzner | |
| 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 | |
