| Age | Commit message (Collapse) | Author |
|
Mike Looijmans)
|
|
Mike Looijmans)
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reread plugin list revisited
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
naming conventions for plugin packets:
enigma2-plugin-<category>-<pluginname>
(category is not yet supported by the GUI)
|
|
|
|
|
|
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am
plugins can be added at runtime
|