| Age | Commit message (Collapse) | Author |
|
use --bus 2 as parameter on dm500hd for scan
|
|
allow configuring short power button action to shutdown, standby, menu
|
|
#429)
|
|
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)
|
|
set/reset dvb_shutdown_timeout at a different position
|
|
|
|
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alternative services)
|
|
fixes #590
|
|
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)
|
|
- 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.
|
|
handle keyboard entries in wizard correctly for dynamic config elements
|
|
- 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
|
|
add the equal sign to numerical text input onto the 0 rcu button
|
|
read proc device instead of using internal methods
|
|
whitelist dm7025 from tpm test and add beta warning to the documentation
|
|
add __init__.py in TPMDemo plugin
|
|
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)
|
|
use i2c_device from /proc/bus/nim_sockets for automatic cable scan
|
|
'bug_587_new_internally_connectable_and_unsupported_tuner_management' into bug_593_i2c_device_from_file
Conflicts:
lib/python/Components/NimManager.py
|
|
get i2c device from /proc/bus/nim_sockets for automatic scans
|
|
Conflicts:
lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
|
|
|
|
|
|
Conflicts:
lib/python/Components/Network.py
|
|
|
|
|
|
|
|
Conflicts:
lib/python/Components/Converter/TemplatedMultiContent.py
lib/python/Components/Renderer/Listbox.py
|
|
alternative services)
|
|
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
|
|
- use new internally connectable detection mechanism
- display unsupported tuners
|
|
|
|
|
|
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)
|
|
- 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.
|
|
|
|
|
|
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
|
|
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
|
|
handle keyboard entries in wizard correctly for dynamic config elements
|