aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-02-13Fix entry_changed in ListboxFelix Domke
2009-02-13add remove to ipkg component and screenacid-burn
2009-02-13add MultiFileSelectListacid-burn
2009-02-13add remove/add partition interface for external applications not using autofsacid-burn
2009-02-13Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/python/Screens/InfoBarGenerics.py
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-12fix "schwerwiegender fehler" ;)ghost
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-12Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-12add RT_WRAP for usage in TemplatedMultiContentFelix Domke
2009-02-12Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-11fix crash in manual scan (and other screens) since config speedupsghost
2009-02-11whitespace cleanups, small optimizationsghost
2009-02-11small fixesghost
2009-02-11revert some changesghost
2009-02-11another cleanup/speedupghost
2009-02-11small speedupsghost
2009-02-11Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-02-11fix possible crashghost
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-02-11Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-11import MultiContentTemplateColorFelix Domke
2009-02-11small speedups / whitespace cleanupsghost
2009-02-10add modifyEntryFelix Domke
2009-02-10Add MultoContentTemplateColor, which takes the color out of a templated argumentFelix Domke
2009-02-10fix sleep-after-accessFelix Domke
2009-02-10stop idle timer when removing a harddiskFelix Domke
2009-02-09Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-09properly handle: non-accessible directories, 'None' (=list of mountpoints) ↵Felix Domke
with showMountPoints=false
2009-02-09ConfigSelection / ConfigSet speedup second tryghost
2009-02-09Revert "increased performance on ConfigSelection and ConfigSet create to ↵ghost
speedup enigma2 start" This reverts commit ddff18e87301a328b7b8b03d2f68de8e1029120b until its working okay ;)
2009-02-09increased performance on ConfigSelection and ConfigSet create to speedup ↵ghost
enigma2 start for performance reasons we have removed the assertion to check if the ConfigSelection default is in choices list/dict... so please ensure that your default entry is in the choices list.. when it is not None!
2009-02-09speedup / cleanupghost
2009-02-06code cleanup ... use more /proc/stb/avs/0/* auto functionsghost
this change needs current drivers (SRCDATE >= 20090206)
2009-02-06check harddisc idle 10 times per periodghost
add some debug output
2009-02-03also check devidex2 hereghost
2009-02-02now the code is working for /dev/ide/discs/discX mounts and direkt mounts to ↵ghost
/dev/ide/hostX/busX/...
2009-01-30use enum values from frontendparams.hghost
2009-01-30use .get instead of operator []ghost
2009-01-27Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-01-27don't rely on hdd standby timer, but manage own idle timer.Felix Domke
2009-01-27allow using a list for ePopenFelix Domke
2009-01-27Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-01-27when length is not available, just don't show anythingFelix Domke
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-26patch by moritz venn: wrap around for minutes/hoursFelix Domke
2009-01-26performance fix: don't redraw if in/out list is the sameFelix Domke
2009-01-21"type" -> "tuner_type"... tuner_type is one of "DVB-S" "DVB-T" "DVB-C"ghost
2009-01-19more codecleanupghost
2009-01-19allow non string choices in ConfigSelectionghost