aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2010-10-06fix downloading image to flash or harddrive (#480)Fraxinas
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-10-06NFIFlash: change display of feed list detailsFraxinas
2010-10-06NFIFlash fixes (#480)Fraxinas
2010-10-06NFIFlash: hide hdd and other mounts (#480)Fraxinas
2010-10-06re-commit new NFIFlash plugin (bug #480)Fraxinas
2010-10-06refs bug #485Stefan Pluecken
start cxd1978 tool if such a tuner is used
2010-10-06refs bug #485Stefan Pluecken
use --bus 2 as parameter on dm500hd for scan
2010-10-06fixes bug #362thedoc
allow configuring short power button action to shutdown, standby, menu
2010-10-06[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵Fraxinas
#429)
2010-10-06refs 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-10-06refs bug #436Stefan Pluecken
set/reset dvb_shutdown_timeout at a different position
2010-10-06lib/python/Components/NimManager.py: add toneAmplitude option for 340 and 360mVghost
2010-10-06Revert "disable unicable for release 2.6"ghost
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
2010-10-06Merge remote branch 'origin/bug_347_adenin_unicable_xml'ghost
2010-10-06implement configurable http user-agent (fixes #224)Fraxinas
2010-10-06Merge branch 'bug_538_ignore_global_actions_in_standby'ghost
2010-10-06Merge branch 'bug_533_fix_crash_on_satconfig_close'ghost
2010-10-06Merge branch 'bug_532_fixed_servicelist_contextmenu_crash'ghost
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-10-06Merge branch 'bug_487_service_selection_event_text_color'ghost
2010-10-06Merge branch 'bug_486_add_service_event_progress_to_servicelist'ghost
2010-10-06Merge commit 'origin/bug_590'acid-burn
2010-10-06permit also to record from service groups (services with associated ↵ghost
alternative services)
2010-10-06TempFanControl/plugin.py: increase config skin display seperation a bit. ↵acid-burn
fixes #590
2010-10-06refs bug #584Stefan Pluecken
don't show "add service to bouquet" when inside bouquet view in multi bouquet mode and just one bouquet is set don't show "add service to favourites" when inside favourite view (multi bouquet mode is disabled)
2010-10-06fixes bug #584Stefan Pluecken
- Fixes BSOD in radio mode when trying to add a service to the favourites - Don't close ChannelSelection when adding a service to the facourites.
2010-10-06fixes bug #582Stefan Pluecken
handle keyboard entries in wizard correctly for dynamic config elements
2010-10-06fixes 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-10-06fixes bug #552Stefan Pluecken
add the equal sign to numerical text input onto the 0 rcu button
2010-10-06refs bug #467Stefan Pluecken
read proc device instead of using internal methods
2010-10-06refs bug #467Stefan Pluecken
whitelist dm7025 from tpm test and add beta warning to the documentation
2010-10-06refs bug #467Stefan Pluecken
add __init__.py in TPMDemo plugin
2010-10-06fixes bug #467Stefan Pluecken
add tpm interface to enigma 2 introduce a demo plugin for tpm usage in plugins to validate running on dream multimedia hardware to be used in plugins (see doc/TPM for further information)
2010-10-06fixes bug #593Stefan Pluecken
use i2c_device from /proc/bus/nim_sockets for automatic cable scan
2010-10-06Merge branch ↵Stefan Pluecken
'bug_587_new_internally_connectable_and_unsupported_tuner_management' into bug_593_i2c_device_from_file Conflicts: lib/python/Components/NimManager.py
2010-10-06refs bug #593Stefan Pluecken
get i2c device from /proc/bus/nim_sockets for automatic scans
2010-10-05Merge commit 'origin/bug_578_translateable_meta_descriptions'acid-burn
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
2010-10-05Merge commit 'origin/bug_563_fix_backuprestore_crash'acid-burn
2010-10-05Merge commit 'origin/bug_69_configurable_inputdevice_delay'acid-burn
2010-10-05Merge commit 'origin/bug_558_wlanfixes'acid-burn
Conflicts: lib/python/Components/Network.py
2010-10-05Merge commit 'origin/bug_550_fix_softwareupgradecounter'acid-burn
2010-10-05Merge commit 'origin/bug_345_configurable_recordingnames'acid-burn
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-04permit also to record from service groups (services with associated ↵ghost
alternative services)
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