aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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-07change record option orderingghost
2009-02-07use default record path when current doesnt existghost
2009-02-06fix standby for hardware without scart switchghost
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-29Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-29fix skipping of configuration backupFraxinas
2009-01-27Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-01-27take care of simulte flag for getBestPlayableService (thx to adenin)ghost
2009-01-27fix possible typosFelix Domke
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-27make gettext happyghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-26patch by moritz venn: wrap around for minutes/hoursFelix Domke
2009-01-26timer fixes by adenin: properly handle conflicting timer in immediate recordFelix Domke
2009-01-26performance fix: don't redraw if in/out list is the sameFelix Domke
2009-01-26Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-01-26allow separate configuration of aspect ratioFelix Domke
- used when viewing >16:9 content on 16:9 TV, - used when viewing 4:3 content on 16:9 TV
2009-01-23small gui fixes in satfinder and motor setupghost
2009-01-21"type" -> "tuner_type"... tuner_type is one of "DVB-S" "DVB-T" "DVB-C"ghost
2009-01-20fix typoghost
2009-01-20also add conversion for -C and -Tghost
2009-01-20cleanup, convert to human readableghost
2009-01-19more codecleanupghost
2009-01-19getInfoObject sTransponderData now also returns transponder data values (not ↵ghost
strings) .. compatible to getFrontendData
2009-01-19code cleanupghost
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2009-01-19allow non string choices in ConfigSelectionghost
2009-01-19physdev path start with /, like in hotplug. add dvd drive into devicedb. fix ↵Felix Domke
scanner component. fix splitDeviceName for sr0-like devices.
2009-01-19add unicable support (thx to adenin)ghost
2009-01-19timer fixes and improvements by adeninghost
2009-01-19use OSError instead of IOError and small fix for sr devicesghost
2009-01-19rework block device scanning a bitFelix Domke
2009-01-15Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-15allow styleable TemplatedMultiContent listsFraxinas
2009-01-09fixes by adenin:Felix Domke
- fixed "sometimes, timer changes would not be applied" - allow deleting timers in GraphMultiEPG - fix displayed clock icons in epg view, - fix button text for "zap", "add/remove timer" - multiepg and graphmultiepg will automatically switch to correct service
2009-01-06only kill actual containers on aborting tasksFraxinas
2009-01-05debug helpFelix Domke
2009-01-03Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost