aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2006-01-19better marking of current cursor in Components.InputStefan Pluecken
change eLabel to being able to mark a character
2006-01-19add a small text input componentStefan Pluecken
2006-01-18some cvsignore filesAndreas Oberritter
2006-01-13do as thedoc says...Felix Domke
2006-01-13add web makefilesFelix Domke
2006-01-13twisted demo: simple webserverFelix Domke
2006-01-12add ipkg list to the update pluginStefan Pluecken
2006-01-11add löcher to the tux bildStefan Pluecken
2006-01-11add a tux picture for the tuxbox pluginsStefan Pluecken
2006-01-11show plugin description in plugin listStefan Pluecken
2006-01-11finish the tuxbox plugin parser pluginStefan Pluecken
2006-01-11add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the ↵Stefan Pluecken
c++ part supports it
2006-01-11add arabic to the language listStefan Pluecken
change plugin interface: plugins can now have screens or functions as objects to call when plugin is selected plugins can have multiple plugin menu entries
2006-01-10forgot to commit the update plugin :)Stefan Pluecken
2006-01-10add missing __init__.pyStefan Pluecken
add a try/except block around the plugin loading for faulty plugins
2006-01-10move the plugins into their own directory and every plugin has a main python ↵Stefan Pluecken
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
2006-01-06plugins can register their own menu nowStefan Pluecken
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
2006-01-04leave update plugin with ok button after the update process (we entered it ↵Stefan Pluecken
with ok, so we leave it with ok)
2006-01-03update plugin is now very user friendly :)Stefan Pluecken
2006-01-02beautify the ok, cancel and initialize buttonsStefan Pluecken
2006-01-02update the plugin-imagesStefan Pluecken
2005-12-28translate the update pluginStefan Pluecken
2005-12-27fix very stupid errorStefan Pluecken
2005-12-26some changes for the update pluginStefan Pluecken
still not very user friendly
2005-12-23beautify messageboxStefan Pluecken
add functionality to the messagebox
2005-12-23replace "Arial" by "Regular"Stefan Pluecken
2005-12-21fixStefan Pluecken
2005-12-21add a small ipkg upgrade pluginStefan Pluecken
2005-12-21add pluginsStefan Pluecken
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime