aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/update.py
AgeCommit message (Collapse)Author
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-23replace "Arial" by "Regular"Stefan Pluecken
2005-12-21add a small ipkg upgrade pluginStefan Pluecken