| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
close ChannelSelection after PiP is activated
|
|
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
|
|
add "activate picture in picture" to ChannelSelection context menu to activate PiP for the currently selected service
|
|
change
|
|
the same key is pressed, small cleanup
|
|
|
|
this fixes bug #293
|
|
|
|
dont have the SoftwareManager included.
This is for #112
|
|
|
|
from Plugins Menu.
This is now possible over new extension management inside the Software management.
this is for bug #112
|
|
add a quick shortcut to switch to "nothing connected" in the sat config screen for remote debugging purposes (undocumented)
|
|
(22Khz amplitude) in Tunerconfig for Alps BSBE2 tuners when the usage level is configured as expert
|
|
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
|
|
don't allow scanning on a nim configured as advanced with no LNB assigned to any sat
|
|
add "yes to all" and "no to all" to "Delete no more configured satellite" dialog if orbpos isn't needed anymore in current sat config
|
|
Conflicts:
lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py
lib/python/Screens/NetworkSetup.py
|
|
Conflicts:
lib/python/Screens/NetworkSetup.py
|
|
|
|
Conflicts:
lib/python/Components/FileList.py
|
|
|
|
|
|
|
|
|
|
if only one interface is currently configured
|
|
closing network config
|
|
some conditions.
This fixex #203
|
|
A bug was detected in the recent recordpath patch. It could cause a
crash when using the green or yellow button to select a tag in the
movielist.
|
|
|
|
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
|
|
|
|
|
|
#307
|
|
menu/setup.xml for requires entries (thx to Moritz Venn)
|
|
requested by Tode for the AudioSync Plugin
fixes bug #305
|
|
show the correct translations inside enigma2. This fixes #318
|
|
if nothing is connected to any nim, don't die entering scan setup
|
|
VirtualKeyBoard.py}: - use SCOPE_CURRENT_SKIN for LoadPixmap.
- dynamically calc the icon width inside VirtualKeyboard based on the provided icon.
|
|
ard.py}: -add possibility to use the VirtualKeyboard globally with every ConfigText and ConfigPassword ConfigEntry inside ConfigListScreens and WizardScreens.
-add possibility to globally move the NumericalHelpInputWindow shown from a ConfigListScreen or a Wizard Screen to a inside the Skin defined Position
This currently still needs following Skin entries defined in your Screens Skin:
"<widget source="VKeyIcon" render="Pixmap" pixmap="skin_default/buttons/key_text.png" position="10,380" zPosition="10" size="35,25" transparent="1" alphatest="on" >
<convert type="ConditionalShowHide" />
</widget>"
used for Showing/hiding the TEXT Icon if the VirtualKeyboard is available.
and:
"<widget name="HelpWindow" pixmap="skin_default/vkey_icon.png" position="160,315" zPosition="1" size="1,1" transparent="1" alphatest="on" />"
used to position the NumericalTextInputHelpWIndow inside your Screen as defined by your Screens Skin.
also you need currently:
from Components.Sources.Boolean import Boolean
self["VKeyIcon"] = Boolean(False)
self["HelpWindow"] = Pixmap()
self["HelpWindow"].hide()
inside your Screens sourcecode so we know that these items should be handled globally from Enigma2.
- remove own Helpwindow/Vkey handling from NetworkSetup.py
- include new VirtualKeyboardhandling inside NetworkWizard
This fixes #157
|
|
|
|
removed some wrong ConfigSatList handling
|
|
|
|
for this..
|
|
|
|
|
|
remove sleep timer from infobar blue button menu
sleep timer still accessible through powerdown menu via main menu or by holding the power button for 3 seconds
|