| Age | Commit message (Collapse) | Author |
|
add tpm interface to enigma 2
introduce a demo plugin for tpm usage in plugins to validate running on dream multimedia hardware to be used in plugins (see doc/TPM for further information)
|
|
remove 'AUTOMAKE_OPTIONS = gnu', which is the default,
use pkgdatadir instead of $(DATADIR)/enigma2,
use pkglibdir instead of $(LIBDIR)/enigma2
|
|
|
|
reenable plugin icons
|
|
|
|
|
|
reenable the try/except block for faulty plugin catching
don't expect a directory /usr/lib/tuxbox/plugins to be present by the tuxbox plugin starter
|
|
|
|
|
|
c++ part supports it
|
|
file called plugin.py in his directory
for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update
when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize
the directory as module
|
|
|
|
add functionality to the messagebox
|
|
|
|
|
|
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am
plugins can be added at runtime
|