| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-31 | much 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-25 | add VideoHeight, VideoWidth to ServiceInfo converter to display video ↵ | Felix Domke | |
| picture resolution in skins | |||
| 2007-05-20 | invent proper signalPowerdB enums and use them | Felix Domke | |
| 2007-05-20 | add SNRdB, but requires proper frontend support | Felix Domke | |
| 2007-05-18 | set configMode = nothing for empty slots | Felix Domke | |
| 2007-05-18 | add 16:9 letterbox mode | Felix Domke | |
| 2007-05-18 | missing commit | Felix Domke | |
| 2007-05-18 | add getSelectionIndex | Felix Domke | |
| 2007-04-28 | much longer delay after enable voltage before send diseqc commands... some | Andreas Monzner | |
| kind of diseqc switch need a long time to coming up | |||
| 2007-04-12 | properly handle negative time values | Felix Domke | |
| 2007-04-12 | add StaticMultiList for MultiContentList-styled content | Felix Domke | |
| 2007-04-12 | optimize: re-use old content when list changes | Felix Domke | |
| 2007-04-12 | fix comment | Felix Domke | |
| 2007-04-12 | MenuList -> List | Felix Domke | |
| 2007-04-12 | remove LanguageList | Felix Domke | |
| 2007-04-12 | follow itemHeight changes | Felix Domke | |
| 2007-04-12 | add possible todo regarding mounted/ismount | Felix Domke | |
| 2007-04-03 | Implement "show infobar on event change" | Andreas Monzner | |
| enable/disable is possible in Usage Setup... default is on | |||
| 2007-03-26 | default to UTC if GMT+1 is not found | Felix Domke | |
| 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-21 | add missing space | Stefan Pluecken | |
| 2007-03-21 | revert local change | Andreas Monzner | |
| 2007-03-21 | more __deref__ changes | Andreas Monzner | |
| 2007-03-20 | don't use interfaces.tmp instead of interfaces file | 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-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-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-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-22 | small speedup | Andreas Monzner | |
| 2007-01-21 | fix non working code | Andreas Monzner | |
| 2007-01-20 | small speedup | Andreas Monzner | |
| 2007-01-18 | revert non working code | Andreas Monzner | |
| 2007-01-18 | add handling for alternative services | Andreas Monzner | |
| 2007-01-16 | mark non-releases as dev | Felix Domke | |
| 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 | |||
| 2007-01-11 | fix rfmod audio (on and off was swapped) | Andreas Monzner | |
| 2007-01-11 | filter short name brakets in getContent ('N') | Andreas Monzner | |
| add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName | |||
| 2007-01-09 | add getHTML to ConfigIP | Felix Domke | |
| 2007-01-09 | add StaticText source, which can be used as a simple way to forward values ↵ | Felix Domke | |
| between web pages | |||
