| Age | Commit message (Collapse) | Author |
|
|
|
|
|
genmetaindex.py: change index.xml layout a bit
|
|
|
|
|
|
|
|
|
|
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|
|
|
|
add experimental plugin meta informations, not yet included in build process
install missing py from TuxboxPlugins plugin
remove Filemanger from plugins build process
|
|
|
|
|
|
|
|
|
|
configuration to the bootable usb sticks
|
|
status bar translatables to static english.
|
|
eConsoleAppContainers.. so now all external plugins must remove this .get()
calls...
example:
cont = eConsoleAppContainer()
cont.appClosed.append(cb_func) # old was
cont.appClosed.get().append(cb_func)
|
|
|
|
|
|
md5sum check for new .nfo syntax
|
|
|
|
|
|
|
|
|