aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Renderer
AgeCommit message (Collapse)Author
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-03-18Converter/TemplatedMultiContent.py,Renderer/Listbox.py: * add possibility to ↵acid-burn
set the ScrollbarMode per Style inside an TemplatedMultiContent List. This fixex #478
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-25make PIG working with HD Skinsghost
2009-05-25Fix frontpanel support for DM8000,Felix Domke
modified behaviour on hardware with single frontpanel led (disabled in standby)
2009-05-21allow non-binary statesFelix Domke
2009-05-20explicit support for 2nd frontpanel led, allow customizable on/off patternsFelix Domke
2009-04-01remove debugFelix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
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-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-26performance fix: don't redraw if in/out list is the sameFelix Domke
2008-11-18experimental dm8000 recording fix, doesn't belong hereFelix Domke
2008-11-17performance fix: don't redraw if in/out list is the sameFelix Domke
2008-04-23prepare for skin updating and scalingFelix Domke
2008-04-17search default picon png first in currently used skin directory beforeAndreas Monzner
fallback to default skin directory
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-02-23remove debugFelix Domke
2008-02-23blink frontpanel led when record is runningFelix Domke
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-01-24write text support in eCanvasFelix Domke
2007-11-26try skindir/picon_default.png before use default enigma2.pngAndreas Monzner
2007-11-26remove unneeded importsAndreas Monzner
2007-09-26remove debugFelix Domke
2007-09-26fix caching, allow path= to override last path component (for LCD picons or ↵Felix Domke
differently shaped icons)
2007-09-24remove /media/hdd/picon as picon source..Andreas Monzner
the hdd should not wakeup from standby just because for searching picons...
2007-09-24when no listbox instance is available yet, index will be 0 when list is ↵Felix Domke
there, so return that.
2007-09-21add a "Picture in Graphics" source.. its usable to show a small embedded tvAndreas Monzner
picture in every screen.. simply by add a line like "<widget source="fake" render="Pig" backgroundColor="transparent" size="160,120" position="50,50" />
2007-09-17use _ as separator instead of : for picon filenamesAndreas Monzner
for better compatibility with vfat based filesystems on some cf cards or usb sticks
2007-09-17replace /etc/picon by /usr/share/enigma2/picon .. etc is just for configAndreas Monzner
files
2007-09-17yet another small fixAndreas Monzner
2007-09-17small fixAndreas Monzner
2007-09-17use servicereferences instead of servicename as picon filenamesAndreas Monzner
2007-09-17small cleanupAndreas Monzner
2007-09-17add support for channellogos (picons)Andreas Monzner
2007-08-06set Canvas size to widget sizeFelix Domke
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-04-12fix commentFelix Domke
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-07-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-07-24support only one upstream element (source)Felix Domke
2006-07-11load cutlist on initial createFelix Domke
2006-07-10fix range in progressFelix Domke