aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/update
AgeCommit message (Collapse)Author
2006-02-22remove old pluginsStefan Pluecken
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-22remove Upgrade pluginStefan Pluecken
2006-02-22create a Console screen for command executionsStefan Pluecken
2006-02-22add FileManger pluginStefan Pluecken
reenable plugin icons
2006-02-22use brutal force to upgrade the stuffStefan Pluecken
2006-02-22ipkg upgrade now working with the eConsoleAppContainer for realtime display ↵Stefan Pluecken
of ipkg output
2006-02-22use appcontainer in update plugin (not tested.. and non finished yet)Andreas Monzner
2006-02-21use Input component to change the ipkg feedStefan Pluecken
2006-02-21unify the two update plugins and add a menu to the new unified pluginStefan Pluecken
2006-02-19re-add the IPKG plugin and rename the upgrade main functionStefan Pluecken
2006-02-19new plugin interfaceFelix Domke
2006-01-28use ScrollLabel in update plugin to let the user see the whole result of the ↵Stefan Pluecken
update process
2006-01-20add -force-defaults to ipkg upgrade command for not prompting the user ↵Stefan Pluecken
anything while update plugin is run add -force-overwrite to the ipkg upgrade command to work with faulty packets
2006-01-18some cvsignore filesAndreas Oberritter
2006-01-12add ipkg list to the update pluginStefan Pluecken
2006-01-11show plugin description in plugin listStefan 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