| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.
|
|
|
|
'remotes/origin/bug_592_dont_allow_default_parental_control_pin'
|
|
|
|
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
|
|
management. fixes #600
|
|
set empty tuner slots to supported
|
|
refs bug #587
|
|
|
|
"pin" => "PIN"
|
|
|
|
set a limit of 8 (fixes bug #596)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
keypress, select and close dialog. (add #188)
|
|
|
|
|
|
re-implement plugin-hook for blue key, fix possible exit crash
|
|
|
|
|
|
|
|
#480)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start cxd1978 tool if such a tuner is used
|
|
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.
|
|
|
|
|
|
|
|
|
|
|