| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|
|
tested with directories containing lots of files)
|
|
|
|
characters.. (ext3 can handle only 255 characters)
thx to adenin for bugreport
|
|
|
|
not yet finished
|
|
|
|
legacy DOS compatibility
|
|
add SCOPE_METADIR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only lowercase and standard ascii characters plus number plus SQL wildcards
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add support for dm8000 deepstandby wakeup,
go back to deepstandby after deepstandby timer wakeup even when not
explicitely selected (this needs new drivers and / or new atmel firmware)
add some sanity checks to dont break anything even with old drivers/atmel
firmware
|
|
are used)
|
|
|
|
modifications to several action maps)
|
|
|
|
|
|
from /proc/stb/info/model) (needs new driver info.ko)
|
|
record location in movieplayer (only in expert user level)
|
|
|
|
(SCOPE_DEFAULTPARTITIONMOUNTDIR)
|
|
- add SCOPE_DEFAULTDIR and SCROPT_DEFAULTPARTITION
|
|
|
|
|
|
|
|
|
|
|
|
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)
|