aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2010-10-05Merge commit 'origin/bug_418_network_interfacenaming'acid-burn
2010-10-05Merge commit 'origin/bug_478_Listbox_ScrollbarMode'acid-burn
Conflicts: lib/python/Components/Converter/TemplatedMultiContent.py lib/python/Components/Renderer/Listbox.py
2010-10-03refs bug #587Stefan Pluecken
internally linking is now done via /proc/stb/frontend/X/rf_switch instead of /proc/stb/tsmux and moved to the python part of enigma2
2010-10-02fixes bug #587Stefan Pluecken
- use new internally connectable detection mechanism - display unsupported tuners
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-29DreamInfoHandler.py: strip data. refs #578acid-burn
2010-09-22Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578acid-burn
2010-09-22Components/DreamInfoHandler.py: ignore old meta-xml index files. refs #578acid-burn
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-26Enigma2: add possibility to configure input device delay and repeat settings.acid-burn
fixes #69
2010-08-17JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-08-13show "nothing connected" instead of empty filelist with only mountpoints shownFraxinas
2010-08-05lib/python/Components/VolumeControl.py: move instance to classghost
2010-08-05lib/python/Components/VolumeControl.py: move instance to classghost
2010-08-05lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ghost
global accessible and add a singleton check
2010-08-05lib/python/Components/VolumeControl.py: make the VolumeControl instance ↵ghost
global accessible and add a singleton check
2010-07-27Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-07-24refs bug #460Stefan Pluecken
swap bflag and eflag (begin and end flag for timer sanity check) old version: bflag = 1, eflag = -1 that lead to the sort function sorting timers with begin=end wrong: self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)]) resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
2010-07-22fixes bug #556Stefan Pluecken
- fixes adding timers from inside the movie player: the .ts service was added as channel - fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-14fix-fix configlist assertion (add #188)Fraxinas
2010-06-11Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
experimental
2010-06-11don't crash on empty configlist linesFraxinas
2010-06-09fix crash when unicable matrix is selected, cleanup codeghost
2010-06-09fix crash when unicable matrix is selected, cleanup codeghost
2010-06-09fix subtitle configlist crashFraxinas
2010-06-08NimManager.py: add missing conversion to intghost
2010-06-08NimManager.py: add missing conversion to intghost
2010-06-08update unicable stuff (by adenin)ghost
2010-06-08update unicable stuff (by adenin)ghost
2010-05-12RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the ↵acid-burn
default recording filename composition in expert mode. This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default. This fixes #345
2010-05-12RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the ↵acid-burn
default recording filename composition in expert mode. This allows now to have shorter recording filenames (Date-Name) or longer (DateTime-Channel-Name-Shortdescription) beside the default. This fixes #345
2010-05-07mytest.py: load bouquets before parental control init and remove strange ↵ghost
hack in parental control this fixes bug #532
2010-05-07mytest.py: load bouquets before parental control init and remove strange ↵ghost
hack in parental control this fixes bug #532
2010-05-06Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-05-06Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-03-31fixes bug #436 (again)Stefan Pluecken
multi tuner support: add a magic sleep(1) to workaround strange behaviour write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout
2010-03-31fixes bug #436Stefan Pluecken
some improvements to the multi tuner type switching
2010-03-31fixes bug #436 (again)Stefan Pluecken
multi tuner support: add a magic sleep(1) to workaround strange behaviour write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout
2010-03-31add transfer bps to service interface (requires touching enigma_python.i)Fraxinas
2010-03-31save supposed afterEvent config in class Job member (fixes #394 DVDBurn ↵Fraxinas
shutdown not being executed)
2010-03-31add possibility to disable/enable listbox selection in multicontent templatesghost
fixes bug #443
2010-03-31add possibility to separately set fan voltage and fan pwm for standby and ↵ghost
normal run when a recording starts in standby switch to normal mode and vice versa this fixes bug #430 (thx to Dr.Best)
2010-03-31Merge commit 'origin/bug_449_fix_wlan_usbstick_recognition'acid-burn