aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
AgeCommit message (Collapse)Author
2010-04-05Softwaremanager: * notify if updatefeed is not available and also verify ↵acid-burn
HardwarePrerequisites. Fixes #503
2010-03-30* disable PluginManagers ipkg update on e2 start, better do it when needed.acid-burn
This fixes #494
2010-02-09lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. ↵ghost
fixes: Traceback (most recent call last): File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ return self.fnc(*self.args + args, **newkwargs) File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB self.callbacks[name](data,retval,extra_args) File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()]) ref bug #383
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-31SoftwareManager/plugin.py: - remove debugacid-burn
2009-12-31SoftwareManager/plugin.py: - small cleanup and fix. This is for #112acid-burn
2009-12-28SoftwareManager/plugin.py: - enable extensions management inside Software ↵acid-burn
manager. - disable no more needed packet manager. - some cleanups and fixes. This fixes bug #112.
2009-12-23Merge branch 'bug_308_add_where_softwaremanager'acid-burn
Conflicts: lib/python/Plugins/Plugin.py
2009-12-07Plugins/Plugin.py, SoftwareManager/plugin.py: add WHERE_SOFTWAREMANAGER for ↵Mladen Horvat
plugins to hook inside the Softwaremanager mainmenus. Use it like: PluginDescriptor(name=_("Pluginname"),description=_("Description"),icon = "icon.png",where = PluginDescriptor.WHERE_SOFTWAREMANAGER, fnc={"SoftwareSupported": CallFnc, "menuEntryName": lambda x: _("menuName"), "menuEntryDescription": lambda x: _("Menu Description")})
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
2009-10-14fix english texts, thanks to BennyFelix Domke
2009-10-02SystemPlugins/SoftwareManager: - add timeout to MessageBoxacid-burn
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
2009-10-01SystemPlugins/SoftwareManager:- move buttons to the top andacid-burn
replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
2009-05-27continue work on plugin manageracid-burn
not yet finished
2009-03-31add delete to advanced restoreacid-burn
use default buttons for better translation support fix some translation issues small menu reordering and fitting
2009-02-25make SoftwareManager filescan description translatableghost
2009-02-17allow multiple ipkg configuration files. Limit: one url entry per fileacid-burn
really write edited url back dont show arch.conf file variable_width support for inputbox to work properly with sd and hd skins
2009-02-16dont show -dbg and -dev packages in packetmanageracid-burn
show softwaremanager on blue button pressed if expert mode enabled some cleanups and better skinning support for Kerni ;-) small speedups in Packetmanager
2009-02-15add missing importacid-burn
properly kill running Console when closing screen
2009-02-15add pluginlist reload, fix type (thx to Ali Abdul)ghost
2009-02-15small improovements by Ali Abdulghost
2009-02-15add sanity checks for getCurrent and getCurrentSelectionghost
2009-02-14dont crash when not official-feed.conf foundghost
2009-02-14fix possible crash (seen in crashlog)ghost
2009-02-13Remove double reboot question after upgradeacid-burn
small cleanups
2009-02-13add SoftwareManager and show it inside Setup Menuacid-burn