| Age | Commit message (Collapse) | Author |
|
HardwarePrerequisites.
Fixes #503
|
|
This fixes #494
|
|
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
|
|
packetmanager in expert mode.
- add a link from PluginBrowser to new Extensionsmanager if the Softwaremanager is installed.
- fix small typo.
This fixes bug #383
|
|
|
|
|
|
manager.
- disable no more needed packet manager.
- some cleanups and fixes. This fixes bug #112.
|
|
Conflicts:
lib/python/Plugins/Plugin.py
|
|
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")})
|
|
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
|
|
|
|
- reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled
|
|
replace all Labels where possible through StaticText for better skinability
- change some label descriptions
- minor fixes
|
|
add experimental plugin meta informations, not yet included in build process
install missing py from TuxboxPlugins plugin
remove Filemanger from plugins build process
|
|
not yet finished
|
|
use default buttons for better translation support
fix some translation issues
small menu reordering and fitting
|
|
|
|
really write edited url back
dont show arch.conf file
variable_width support for inputbox to work properly with sd and hd skins
|
|
show softwaremanager on blue button pressed if expert mode enabled
some cleanups and better skinning support for Kerni ;-)
small speedups in Packetmanager
|
|
properly kill running Console when closing screen
|
|
|
|
|
|
|
|
|
|
|
|
small cleanups
|
|
|