aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PluginBrowser.py
AgeCommit message (Collapse)Author
2011-01-28switch to opkgAndreas Oberritter
2010-01-19Screens/PluginBrowser.py: small cleanup. refs #383acid-burn
2010-01-18SoftwareManager/plugin.py, Screens/PluginBrowser.py: -reactivate ↵acid-burn
packetmanager in expert mode. - add a link from PluginBrowser to new Extensionsmanager if the Softwaremanager is installed. - fix small typo. This fixes bug #383
2009-12-29Screens/PluginBrowser.py: - show old PluginDownloadBrowser for images that ↵acid-burn
dont have the SoftwareManager included. This is for #112
2009-12-28Screens/PluginBrowser.py: - remove possibility to install/remove plugins ↵acid-burn
from Plugins Menu. This is now possible over new extension management inside the Software management. this is for bug #112
2009-12-01PluginBrowser.py: react on language changes and clear/reload pluginlist to ↵acid-burn
show the correct translations inside enigma2. This fixes #318
2009-08-26PluginBrowser.py: -dont show downloadable plugins twiceacid-burn
- properly reload list after download/remove of an plugin
2009-08-26PluginBrowser.py: dont use "ipkg list_installed" on second run if "Download ↵acid-burn
Plugins" was selected, instead use correct "ipkg list" as we want available plugins and not already installed.
2009-08-10patch by Mike Looijmans: support plugins with a dash in descriptionFelix Domke
2009-04-15PluginBrowser.py: fix name splitting (thx toghost
Mike Looijmans)
2009-04-15PluginBrowser.py: update pluginlist max every 60 minutes (thx toghost
Mike Looijmans)
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
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)
2008-10-20allow translation, thanks to TeroFelix Domke
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2007-12-16patch by Pieter Grimmerink: fix partial lines returned from ipkgFelix Domke
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-05-24don't crash if no plugins are availableFelix Domke
2007-01-12don't offer to install already installed plugins in the plugin installerStefan Pluecken
2006-11-30show plugin warningsFelix Domke
2006-03-11fix plugin downloadStefan Pluecken
2006-03-02setTitle is now a Screen methodStefan Pluecken
2006-03-02minimally improved LCD supportFelix Domke
2006-02-28use categories to categorize the pluginsStefan Pluecken
2006-02-23fix command execution for removal of plugins (don't "ipkg update" first)Stefan Pluecken
2006-02-23properly unload old plugins and load new pluginsFelix Domke
2006-02-23append, don't overwrite __init__.py filesStefan Pluecken
reread plugin list revisited
2006-02-23some changesStefan Pluecken
2006-02-23fix typoStefan Pluecken
2006-02-23make setTitle work by using onShownStefan Pluecken
2006-02-23don't set title, because it doesn't work properlyStefan Pluecken
2006-02-23set title after layout is finished (doesn't work)Stefan Pluecken
2006-02-23add ability to remove pluginsStefan Pluecken
2006-02-23update pluginlist after downloading a pluginStefan 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-19new plugin interfaceFelix Domke
2006-01-11show plugin description in plugin listStefan 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