aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources
AgeCommit message (Collapse)Author
2008-09-05dont start timers as recurring timers... this is better for blocking syscallsAndreas Monzner
2008-08-132nd try ;)Andreas Monzner
2008-08-13fix small bugAndreas Monzner
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
2008-06-18get now/next info from epgcache on evtStart... update infos when the realAndreas Monzner
now/next table is received
2008-04-23allow setting a boolean valueFelix Domke
2008-04-14emit changed when text changes (not so static anymore)Felix Domke
2008-04-14add 'progress' source, 'progress to text' converterFelix Domke
2008-03-11signal quality is SNR, signal power is AGCFelix Domke
2008-02-23correctly handle initial recording stateFelix Domke
2008-02-19call selectionChanged in List source when setting a new indexStefan Pluecken
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-02-13implement proper 'destroy' functions in ConverterFelix Domke
2008-01-24write text support in eCanvasFelix Domke
2008-01-24- add selectNext/selectPrevious to sources.ListStefan Pluecken
- fix wizard up/down for configList
2008-01-24add count() to List sourceStefan Pluecken
2007-11-26remove unneeded importsAndreas Monzner
2007-11-24don't crash when no StreamService reference was setFelix Domke
2007-11-02split Misc Converter/Source into RecordState and TunerInfo Source /Andreas Monzner
Converter add deprecation Warnings for some old InfoBar Components (Nim_A, NimB, NimA_Active, NimB_Active, BlinkingPoint)
2007-11-01add Misc Source/ConverterAndreas Monzner
2007-09-24return None instead of -1 in case of invalid indexFelix Domke
2007-09-24make Boolean workFelix Domke
2007-09-23add ObsoleteSource for compatibility redirectsFelix Domke
2007-09-14some changes for new default skinAndreas Monzner
2007-09-14add possibility to get frontend type and frontend numberAndreas Monzner
2007-08-28fix for use frontend_sourcAndreas Monzner
2007-08-28fix frontend_source,Andreas Monzner
make update_interval changable
2007-08-02small fixAndreas Monzner
2007-08-02code cleanup,Andreas Monzner
add info property, more flexible code
2007-08-02code cleanupAndreas Monzner
2007-08-02fix importAndreas Monzner
2007-07-28fixesAndreas Monzner
2007-07-27add simple event sourceAndreas Monzner
2007-07-22do nothing when old and new service is equalAndreas Monzner
2007-07-22show event information of current selected event in channelselectionAndreas Monzner
2007-07-22show single service epg on long info keypressAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-19add 'canvas' gui element where you can draw into a pixmap from pythonFelix Domke
2007-06-19whitespace fixupFelix Domke
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-04-12MenuList -> ListFelix 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-21revert local changeAndreas Monzner
2007-03-21more __deref__ changesAndreas Monzner
2007-01-18revert non working codeAndreas Monzner
2007-01-18add handling for alternative servicesAndreas Monzner
2007-01-15remove debug codeAndreas Monzner
2007-01-15change iFrontendInformation apiAndreas 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-09add StaticText source, which can be used as a simple way to forward values ↵Felix Domke
between web pages