| Age | Commit message (Collapse) | Author |
|
|
|
|
|
replace
"Das Erste" => "Das Erste HD"
"ZDF" => "ZDF HD"
"Arte" => "Arte HD"
on HD boxes in default favourite bouquet
|
|
|
|
show diseqc settings in NimSelection
|
|
|
|
|
|
cancellation of satellite broadcast next monday
|
|
|
|
|
|
This fixes bug #171
Please enter the commit message for your changes. Lines starting
|
|
directly with the current selected network interface,
so its no more needed to select the interface twice.
* add a blue button link to the network wizard also inside the AdapterSelectionScreen.
* d't show interface question if only one interface is available.
This fixes bug #218
|
|
|
|
remove default settings entry from setup menu since the default wizard is called on first run (doing a factory reset to install the default settings is more plausible)
|
|
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
|
|
this fixes bug #293
|
|
clean up default favourites
|
|
add border_menu_350.png. this is for bug #112
|
|
add a quick shortcut to switch to "nothing connected" in the sat config screen for remote debugging purposes (undocumented)
|
|
|
|
remove transparency from the (turning) dish icon and draw a border around it
move dish icon to the foreground
|
|
|
|
|
|
#307
|
|
|
|
if nothing is connected to any nim, don't die entering scan setup
|
|
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
|
|
|
|
|
|
- introduce ConfigSelectionNumber to allow left/right buttons for positive and negative number ranges
- use it to set up config.av.generalAC3delay and config.av.generalPCMdelay
|
|
At regular intervalls there are questions in the forum (in at least
three or four different threads on only this subject) on how to
configure the recording paths so you don't have to set them to the
same thing over and over again in e.g EPG timers. People apparently
forget to set it, and miss their recordings because the harddisk is
full or not built in. They want an easy way to change the default from
/hdd/movies/ to a NAS or a USB device.
I have rebased the patch in this thread from March 23, added two minor
bugfixes, and hopefully made it less controversial by making sure that
it only affects the expert setup level. I don't think there should be
anything controversial about this patch now, and no known bugs. It
only provides functionality that several people are screaming to get.
Synopsis: The patch changes the "Timeshift path..." setup dialogue
into a "Recording paths..." dialogue where you can easily configure
both the timeshift and the other recording paths.
|
|
|
|
|
|
|
|
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default,
instead use "Setup" Skin but still allow individual skinning over the original Screen names
- add SetupSummary
|
|
for VideoMode Plugin(removed again from skin_default.xml),
instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name.
|
|
through StaticText
- remove irritating double Title and use self.setup_title as Screen Title
|
|
|
|
|
|
|
|
- revert previous change to reuse last used sleep timer time again
- add blue button control to set sleep timer time to the remaining time of the currently running service
|
|
into skin_default and allow individual skinning
|
|
|
|
|
|
reasonable.
|
|
|
|
-replace "widget name=" through "widget source" and render="Label" where possible
- remove no more needed entries.
This needs to be also applied on external skins if the network screens are skinned there.
|
|
|
|
over the TEXT button
|
|
|