aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Plugin.py
AgeCommit message (Collapse)Author
2006-08-08plugins can appear in the extensions menu nowStefan Pluecken
use PluginDescriptor.WHERE_EXTENSIONSMENU and the same parameters as for standard plugins (see the file manager plugin for an example)
2006-03-11Plugin: add WHERE_TELETEXTFelix Domke
2006-03-05add WHERE_SESSIONSTARTFelix Domke
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-02-28use categories to categorize the pluginsStefan Pluecken
2006-02-23properly unload old plugins and load new pluginsFelix Domke
2006-02-22add ability to download e2-plugins via PluginBrowserStefan Pluecken
naming conventions for plugin packets: enigma2-plugin-<category>-<pluginname> (category is not yet supported by the GUI)
2006-02-22fix newlineFelix Domke
2006-02-22add FileManger pluginStefan Pluecken
reenable plugin icons
2006-02-21add WHERE_WIZARD pluginsFelix Domke
2006-02-19add Plugin.pyFelix Domke