aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Converter
AgeCommit message (Collapse)Author
2010-03-31add transfer bps to service interface (requires touching enigma_python.i)Fraxinas
2010-03-31add 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-27add ' fps'Felix Domke
2009-08-27add Framerate to ServiceInfoFelix Domke
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-07-24Converter/TemplatedMultiContent.py: add MultiContentEntryPixmapAlphaBlendghost
2009-07-20Converter/ServicePosition.py: fix order of inheritance to fix suspend handlingghost
2009-07-20Converter/Poll.py: fix suspendghost
2009-07-03fix MOVIE_REC_FILESIZE, thanks to dr_bestFelix Domke
2009-06-15use ::getInfoObject for filesize (allows >4G)Felix Domke
2009-06-12patch by Dr.Best - allow using filesize of movie in converterFelix Domke
2009-05-21add Combine converter (not yet usable from skin), to combine two sources ↵Felix Domke
into a result
2009-05-11cyclic refresh of duration (fixes length of streams being reported as 0:00)Fraxinas
2009-05-11allow per-template itemheight; in multi-template-mode, template is now a ↵Felix Domke
(itemheight, templatelist)-tuple
2009-04-24patch by Stephan Reichholf: extend ServiceInfo for some IDsFelix Domke
2009-04-23Patch by Stephan Reicholf: Display time as unix timestamp, remaining time in ↵Felix Domke
seconds
2009-04-20allow progress in TemplatedMultiContent lists - patch by courtesy of nightmanFraxinas
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-22fix entry_changedFelix Domke
2009-02-16Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-16update all non-master listboxes when any listbox changesFelix Domke
2009-02-13Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/python/Components/Converter/StringList.py
2009-02-13Fix entry_changed in ListboxFelix Domke
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge
2009-02-12add RT_WRAP for usage in TemplatedMultiContentFelix Domke
2009-02-11import MultiContentTemplateColorFelix Domke
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-15allow styleable TemplatedMultiContent listsFraxinas
2008-12-09ServicePosition.py: add Option "ShowNoSeconds"ghost
2008-12-09RemainingToText.py: more flexible useghost
2008-07-11fix some importsAndreas Monzner
2008-06-19fix typoAndreas Monzner
2008-04-14add 'progress' source, 'progress to text' converterFelix Domke
2008-04-13add TemplatedMultiContent converterFelix Domke
2008-04-09Add ServicePosition arguments Detailed, Negate, ShowHours & respective patch ↵Andreas Frisch
for CutListEditor
2008-02-17fix return codes in streamingFelix Domke
2008-02-14fix typoAndreas Monzner
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
2007-11-15add converter to test config entrie valuesAndreas Monzner
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-02fix typoAndreas Monzner
2007-11-01add Misc Source/ConverterAndreas Monzner
2007-11-01add new component ValueTestBit to make bit testsAndreas Monzner
2007-11-01add "Blink" option to ConditionalShowHideAndreas Monzner