| Age | Commit message (Collapse) | Author |
|
|
|
|
|
new drivers the oled is completely disabled on lowest step)
|
|
|
|
Experimental images.. only show date here..
|
|
|
|
type (release/experimental) and major minor revision
|
|
type (release/experimental) and major minor revision
|
|
|
|
remove DVI-PC from video wizard to solve some sorting problems and remove a not widely used option
remove
|
|
if nothing is connected to any nim, don't die entering scan setup
|
|
|
|
returning the ConfigString. This fixes #175
|
|
if nothing is connected to any nim, don't die entering scan setup
|
|
|
|
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
|
|
* 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)
|
|
|
|
|
|
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
|