| Age | Commit message (Collapse) | Author |
|
(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
|
|
* My previous code for "slow rewind" (aka "SeekBackHack") is not
required any more. Indeed, since the change in "decoder states"
some time ago my code stopped working and is now only destructively
interfering with the new winding approach, effectively ruining the
speed accuracy for slow rewind. Similarly, the "non-smooth winding"
code ruins the accuracy for high winding speeds. The patch below
removes the "SeekBackHack", and temporarily disables the
"non-smooth winding" code until we know whether the decoder states
will allow simultaneous repeat and skip rates
again. (InfoBarGenerics.py)
* Due to a bug in 'eDVBTSTools::findNextPicture', rewind was always
at the required speed minus one. (The frame just played was counted
as one when skipping backwards.) Fixed below. (tstools.cpp)
* A piece of code to apparently increase precision in seeking, by
always aligning to an i-frame start, had exactly the opposite
effect: GOP single-stepping fails completely on DM7025 and gets
highly unreliable on DM800. The piece of code is removed.
(It destructively interferes with previous code by me to hit frames
somewhat before the GOP start. As an alternative, my previous code
can be removed instead, and the currently removed piece of code
adjusted to work. But then it has to be done differently on the two
platforms.) (dvb.cpp)
* By some reason eDVBVideo::getPTS only returns even numbers on DM800
even when it should be odd. This ruins GOP single stepping in 50%
of the cases. This is easy to compensate for by adding a margin of
1 in getAccessPoint. (pvrparse.cpp)
* After the above, when GOP single-stepping works reliable on both
platforms and on SD/HD, the correct step lengths can be
used. (InfoBarGenerics.py)
|
|
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
|
|
|
|
|
|
ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default,
instead use "Setup" Skin but still allow individual skinning over the original Screen names
- add SetupSummary
|
|
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)
|
|
|
|
|
|
config.misc.standbyCount (not saved to /etc/enigma2/settings)
config.misc.startCounter (saved to /etc/enigma2/settings on clean e2 shutdown)
|
|
- move buttons to the top and remove bottom bar
- replace all Labels where possible through StaticText for better skinability
- minor fixes
|
|
|
|
|
|
|