| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
#480)
|
|
#429)
|
|
fixes #69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global accessible and add a singleton check
|
|
some fixes and cleanups.
refs #558
|
|
refs #558
|
|
Graphmultiepg: fix typo inside metafile.
fixes #563
|
|
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)
|
|
- 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
|
|
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button.
* show files that will be backed up inside own infoscreen and not inside the menu description.
* add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel
fixes #550
|
|
|
|
|
|
keypress, select and close dialog. (add #188)
|
|
|
|
experimental
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
experimental
|
|
re-implement plugin-hook for blue key, fix possible exit crash
|
|
|
|
|
|
mute/volume)
this fixes bug #538
|
|
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
|
|
conditions (thx to adenin)
this fixes bug #533
|
|
hack in parental control
this fixes bug #532
|
|
for network interfaces.
* Redesign NetworkadapterSelection Screen.
* small cleanups. Refs #137 , Fixes #418
|
|
|
|
read proc device instead of using internal methods
|