| Age | Commit message (Collapse) | Author |
|
fallback to default skin directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for CutListEditor
|
|
|
|
|
|
|
|
default use letterbox for 16:9 content on 4:3 TVs
default use pillarbox for 4:3 content on 16:9 TVs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hardware)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplify, fix and cleanup SelectionList
|
|
|
|
simplify and cleanup PlayList
|
|
cleanup and simplify FileList
|
|
|
|
more flexible MenuList
|
|
|
|
|
|
class, add simpler method to set a timer callback.. or remove.. instead of
timer.timeout.get().append(func).. or .remove(func)... now it is possible to
do timer.callback.append(func)... timer.callback.remove(func) (the old
method still works..but is now deprecated)
|