aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-27add greek language, thanks to stratis fotFelix Domke
2007-06-19return None (instead of crash) when list is empty, and getCurrent is calledFelix Domke
2007-06-19add PositionDetailed mode where sub-second values are displayedFelix Domke
2007-06-19whitespace fixupFelix Domke
2007-06-19make VideoWindow usable for main decoder tooFelix Domke
2007-06-19when plugins have a keymap.xml in their directory, read that.Felix Domke
2007-06-19whitespace fixupFelix Domke
2007-06-18add portoguese language, thanks to MuaitaiFelix Domke
2007-06-14add russian language, thanks to Peter MelnikFelix Domke
2007-06-12add stv0299 snr to dB Calculation (thx to adenin for this)Andreas Monzner
fallback to normal SNR when no SNR to dB calculation is available
2007-06-11add support for hotplug partitions. partitions/filesystems are dynamically ↵Felix Domke
added and removed by an external plugin.
2007-06-08hopefully fix "secondary cable from motorized tuner" settingAndreas Monzner
some code cleanups now link tuners in all directions should be possible
2007-06-06add ServiceReference to ServiceName converter, event id to EventName (patch ↵Felix Domke
by reichi)
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-06-01fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands toAndreas Monzner
--scan-stepsize and --scan-bands
2007-05-31much 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-25add VideoHeight, VideoWidth to ServiceInfo converter to display video ↵Felix Domke
picture resolution in skins
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-05-20add SNRdB, but requires proper frontend supportFelix Domke
2007-05-18set configMode = nothing for empty slotsFelix Domke
2007-05-18add 16:9 letterbox modeFelix Domke
2007-05-18missing commitFelix Domke
2007-05-18add getSelectionIndexFelix Domke
2007-04-28much longer delay after enable voltage before send diseqc commands... someAndreas Monzner
kind of diseqc switch need a long time to coming up
2007-04-12properly handle negative time valuesFelix Domke
2007-04-12add StaticMultiList for MultiContentList-styled contentFelix Domke
2007-04-12optimize: re-use old content when list changesFelix Domke
2007-04-12fix commentFelix Domke
2007-04-12MenuList -> ListFelix Domke
2007-04-12remove LanguageListFelix Domke
2007-04-12follow itemHeight changesFelix Domke
2007-04-12add possible todo regarding mounted/ismountFelix Domke
2007-04-03Implement "show infobar on event change"Andreas Monzner
enable/disable is possible in Usage Setup... default is on
2007-03-26default to UTC if GMT+1 is not foundFelix Domke
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-21add missing spaceStefan Pluecken
2007-03-21revert local changeAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2007-03-20don't use interfaces.tmp instead of interfaces fileStefan 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-25remove improper printStefan Pluecken
2007-02-25more generic Components/Network.py for allowing other interface names (thx ↵Stefan Pluecken
to Reichi)
2007-02-21ignore unknown nim types in /proc/bus/nim_socketsStefan Pluecken
2007-02-15increase limitsAndreas Monzner
2007-02-15add (Expert) Satellite Equipment Setup for change someAndreas Monzner
delays/timeouts/retries
2007-02-14one motor command retrie should be enough (in normal case no retrie isAndreas Monzner
needed)
2007-02-14make retransmit rotor diseqc command retries changableAndreas Monzner
2007-02-14small changeAndreas Monzner