| Age | Commit message (Collapse) | Author |
|
|
|
Conflicts:
lib/python/Screens/NetworkSetup.py
|
|
its now checked for a second interface before the config is actually written and network restartet.
So this is now done only once, which speeds up the configuration by 100%.
This fixes #202
|
|
Conflicts:
lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py
|
|
- add automatic wlan scan refresh functionality
- show some status informations after a successfull wlan connection has been made.
this fixex #138
|
|
|
|
|
|
experimental
|
|
doing a backup, so now should all settings be saved before a backup is done and no gui restart is needed anymore.
This fixes #351
|
|
|
|
automatic wlan scanning.
- some cleanups and skinfixes. This fixes #204
|
|
component
|
|
into experimental
|
|
Conflicts:
lib/python/Plugins/Plugin.py
|
|
This fixes #308
|
|
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")})
|
|
|
|
for this..
|
|
|
|
#307
Conflicts:
lib/python/Screens/TimerEntry.py
|
|
menu/setup.xml for requires entries (thx to Moritz Venn)
|
|
|
|
#307
|
|
menu/setup.xml for requires entries (thx to Moritz Venn)
|
|
|
|
requested by Tode for the AudioSync Plugin
fixes bug #305
|
|
requested by Tode for the AudioSync Plugin
fixes bug #305
|
|
into experimental
|
|
show the correct translations inside enigma2. This fixes #318
|
|
new drivers the oled is completely disabled on lowest step)
|
|
new drivers the oled is completely disabled on lowest step)
|
|
new drivers the oled is completely disabled on lowest step)
|
|
|
|
|
|
|
|
|
|
|
|
display extra title information
|
|
|
|
Experimental images.. only show date here..
|
|
Experimental images.. only show date here..
|
|
|
|
|
|
type (release/experimental) and major minor revision
|
|
type (release/experimental) and major minor revision
|
|
type (release/experimental) and major minor revision
|
|
|
|
|
|
|
|
don't crash if auto scart switching is enabled and the scart voltage is high on enigma2 startup
not the best solution since the whole scart switching stuff is broken by design, but this fix prevents the crash
|