| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
westernmost to the easternmost satellite
|
|
|
|
|
|
|
|
sorting of satlist moved to another, not so destructive state
|
|
|
|
some beautification of PositionerSetup code regarding the ConfigSatlist sorting
|
|
removed some wrong ConfigSatList handling
|
|
Enigma2 git repo. This fixes bug #140
|
|
|
|
added m4v file extension to media player capabilities
|
|
properly sort ConfigSatList
|
|
sort ConfigSatList properly
|
|
|
|
|
|
- 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
|
|
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
|
|
|
|
|
|
channelselection and other channelselections based on simple channelselection
|
|
no more need to directly access self.instance.setTitle or getTitle
|
|
|
|
|
|
|
|
|
|
inside the skin without the need to declare it inside every Screen.
Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example:
<widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
|
|
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default,
instead use "Setup" Skin but still allow individual skinning over the original Screen names
- add SetupSummary
|
|
still allow individual skinning over own Skin entry "MediaPlayerSettings"
- use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser"
- add SetupSummary
- fix crash when selecting a mountpoint as start directory inside DirectoryBrowser
|
|
skinning over own Skin entry "DiseqcTesterTestTypeSelection"
- add SetupSummary
|
|
skinning over own Skin entry "PicturePlayerSetup"
- add Setup Summary
|
|
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
|
|
sleeptimer time (thx to ali abdul)
|
|
allow individual skinning
|
|
into skin_default and allow individual skinning
|
|
|
|
- whitespace cleanup
|
|
configlistscreen
|
|
It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning.
|
|
- move Buttons to top and replace Labels with StaticText
- add some more informations where helpful
- minor bugfixes
|
|
|
|
|
|
|
|
- use own Skin for better skinability
- use same translateable string for screen title and lcd title
|
|
- replace some Lables through StaticText
- remove unused Buttons
- minor Skin alignments
- use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)
|
|
|