| Age | Commit message (Collapse) | Author |
|
|
|
|
|
component
|
|
|
|
|
|
new drivers the oled is completely disabled on lowest step)
|
|
new drivers the oled is completely disabled on lowest step)
|
|
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
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/python/Components/FileList.py
lib/python/Plugins/Extensions/MediaPlayer/plugin.py
|
|
ParentalControl.py, SelectionList.py, ServiceList.py, TimerList.py}: use SCOPE_CURRENT_SKIN for LoadPixmap.
|
|
|
|
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
|
|
Conflicts:
lib/python/Components/config.py
|
|
|
|
removed some wrong ConfigSatList handling
|
|
This reverts commit 0bc4d77344f249d7e3c0adb2b2ea58d74f2d02ea.
its broken yet
|
|
This reverts commit 65ae5578663b82ddf54926047682ec1b6afdf4b6.
its broken yet...
|
|
|
|
Conflicts:
lib/python/Plugins/Extensions/MediaPlayer/plugin.py
|
|
|
|
added m4v file extension to media player capabilities
|
|
properly sort ConfigSatList
|
|
sort ConfigSatList properly
|
|
|
|
|
|
|
|
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
|
|
- 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.
|
|
|
|
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.
|
|
|
|
|