| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-26 | don't create PO directory. | Felix Domke | |
| 2007-03-26 | default to UTC if GMT+1 is not found | Felix Domke | |
| 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-21 | add missing space | Stefan Pluecken | |
| 2007-03-21 | revert local change | Andreas Monzner | |
| 2007-03-21 | more __deref__ changes | Andreas Monzner | |
| 2007-03-21 | remove wireless plugin | Stefan Pluecken | |
| 2007-03-20 | don't use interfaces.tmp instead of interfaces file | Stefan Pluecken | |
| 2007-03-20 | fix hardcoded interface handling in wireless plugin | Stefan Pluecken | |
| 2007-03-20 | fix hardcoded path | Stefan Pluecken | |
| 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 | remove wireless plugin | Stefan Pluecken | |
| 2007-03-19 | network setup rewrite... adds support for multiple devices and an extended ↵ | Stefan Pluecken | |
| setup via plugins | |||
| 2007-03-12 | by default, only backup settings. | Felix Domke | |
| 2007-02-25 | remove improper print | Stefan Pluecken | |
| 2007-02-25 | more generic Components/Network.py for allowing other interface names (thx ↵ | Stefan Pluecken | |
| to Reichi) | |||
| 2007-02-21 | ignore unknown nim types in /proc/bus/nim_sockets | Stefan Pluecken | |
| 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-15 | fix typo | Andreas Monzner | |
| 2007-02-15 | increase limits | Andreas Monzner | |
| 2007-02-15 | add (Expert) Satellite Equipment Setup for change some | Andreas Monzner | |
| delays/timeouts/retries | |||
| 2007-02-14 | one motor command retrie should be enough (in normal case no retrie is | Andreas Monzner | |
| needed) | |||
| 2007-02-14 | make retransmit rotor diseqc command retries changable | Andreas Monzner | |
| 2007-02-14 | small change | Andreas Monzner | |
| 2007-02-14 | make some diseqc / continuous tone / toneburst / rotor values (delays, | Andreas Monzner | |
| timeouts) configurable via /etc/enigma2 for name of the config entries look at lib/python/Components/NimManager.py in InitSecParams function TODO: build a simple Plugin to change this values via gui (with a description for each value) Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc switches | |||
| 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-02-05 | convert parental black/whitelist to uppercase on file read | Andreas Monzner | |
| 2007-02-04 | prepare skinning of python GUIComponents | Stefan Pluecken | |
| 2007-01-31 | fix possible blue screen | Andreas Monzner | |
| 2007-01-22 | small speedup | Andreas Monzner | |
| 2007-01-21 | fix non working code | 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 | revert non working code | Andreas Monzner | |
| 2007-01-18 | add handling for alternative services | 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-16 | mark non-releases as dev | Felix Domke | |
| 2007-01-15 | use timedifference from eDVBLocalTimeHandler for time() calls in python | Andreas Monzner | |
| 2007-01-15 | remove debug code | 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 | |||
