| Age | Commit message (Collapse) | Author |
|
|
|
#480)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enigma2 translation.
Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project.
This also reduces consumed space inside flash memory.
Add missing TempFanControl plugin meta and LICENSE.
DreamInfohandler.py,SoftwareManager: follow meta xml changes.
fixes #578
|
|
|
|
|
|
crash when trying to use wizard with no .nfo file
present, fixes bug #394
|
|
Conflicts:
lib/python/Plugins/Plugin.py
|
|
This fixes #308
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|