| Age | Commit message (Collapse) | Author |
|
|
|
refs bug #713
|
|
refs #724
|
|
|
|
|
|
changed now
|
|
|
|
#670
|
|
ServiceEvent source
so now the bouquet/provider name is visible in OLED/LCD display in servicelist
fixes bug #646
|
|
|
|
for example with an language change. refs #670
|
|
Conflicts:
lib/dvb/pmt.cpp
lib/service/Makefile.am
|
|
|
|
|
|
|
|
|
|
if a plugin needs an enigma2 restart after installation.
Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor.
fixes #670
|
|
|
|
refs #635
|
|
(speedup)
fixes #635
|
|
with 4KiB sectors
|
|
advanced tuner config when diseqc is set to 1.0)
thx to SadButTrue for bug report!
fixes bug #623
|
|
|
|
|
|
|
|
#refs #617
|
|
|
|
|
|
|
|
i.e. this fixes broken free space displaying in aboutbox
refs bug#598
|
|
refs bug #617
|
|
refs bug #607
|
|
add a channel to bouquet/favourites)
refs bug #607
|
|
fixes bug #607
|
|
|
|
|
|
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
|
|
set empty tuner slots to supported
|
|
refs bug #587
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allow configuring short power button action to shutdown, standby, menu
|
|
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)
|
|
|
|
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
|
|
|