aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources
AgeCommit message (Collapse)Author
2011-02-18Sources/ServiceEvent.py: removed unneeded directoy/marker check in ↵ghost
ServiceEvent source so now the bouquet/provider name is visible in OLED/LCD display in servicelist fixes bug #646
2010-02-11add possibility to disable/enable listbox selection in multicontent templatesghost
fixes bug #443
2009-12-10support up to 8 fan/temp sensorsthedoc
2009-12-07first working version of TempFanControl plugin with Sensors and FanControl ↵thedoc
component
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-05-20support for a final post-destroy valueFelix Domke
2009-04-23immediate update frontend status when un-suspendingFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-22fix entry_changedFelix Domke
2009-02-16update all non-master listboxes when any listbox changesFelix Domke
2009-02-10add modifyEntryFelix Domke
2009-01-15allow styleable TemplatedMultiContent listsFraxinas
2008-12-16catch up DiseqcTest developmentStefan Pluecken
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