| Age | Commit message (Collapse) | Author |
|
|
|
|
|
allow configuring short power button action to shutdown, standby, menu
|
|
* Jumping between marks in the movie, with "<" and ">", doesn't work
well when there are cut marks in the movie. Especially jumping
backwards will fail if there is a mark in a cut out region that is
to be jumped over. (InfoBarGenerics.py, chunks 3 and 4)
* Now when rewind works at all platforms also at low speeds, the
rewind speeds x2 and x4 should be added again to the
default. (UsageConfig.py, chunk 1)
* Cleanup some obsolete code: SeekBackHack and non-smooth
winding. None of these can be used anymore, but remnants were left
in the code and in the configuration alternatives. It is high time
to clean these out. (setup.xml, UsageConfig.py chunk 2,
InfoBarGenerics.py chunks 1 and 2, DVDPlayer)
* In the position gauge of the movie player, marks in the movie are
shown as red dots. Long time ago the last position was also shown as
a red dot, which was bad because it was confused with the marks, so
it was removed. However, jumping between marks in the movie with "<"
and ">" also stops at the last position, which is useful e.g. if you
don't automatically start playing from the last position. The code
below adds the last position back to the position gauge as a green dot,
to distinguish it from the red ones. (epositiongauge.cpp)
refs bug #570
|
|
default this is disabled.. you can enable it in the Usage config
this fixes bug #486 (patch by Dr.Best)
|
|
change default visibility of blinking dish icon to true
|
|
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.
|
|
|
|
|
|
|
|
* ConfigElement.addNotifier takes a new optional argument
immediate_feedback (which is True by default). If True the notifier
is called whenever an editing key is pressed in the element. When
False, the notifier is only called when editing is finished, i.e
the element is deselected or the dialog closed.
* ConfigSet is updated in accordance with Teros suggestion so that
it behaves like the others and feedback can be given immediately.
* All ConfigElements are modified to check whether they have changed
since last selected (by a new variable last_value).
* UsageConfig.py is updated to use immediate_feedback=False in the case
of validating the speeds. (The only case so far where this setting
is needed, but with the possibility more uses may follow.)
|
|
Venn. closes #64.
|
|
|
|
plugged in while e2 is running)
|
|
|
|
|
|
|
|
|
|
|
|
default is no
|
|
menu (just with expert usage level)
|
|
the old behavior (immediate shutdown) is choosable in usage config
|
|
|
|
configured by changing the value of the 'Behaviour of 0 key in PiP-mode'
property in the settings menu. Possible values are:
- standard
the behavior of the zero button is remains as is (switch to last channel)
- swap
the zero button swaps the pip service with the active
- swap and stop
the zero button swaps the pip service with the active and then turns
pip off
- stop
turns pip off
Patch by John Holland <johnbock@i-have-a-dreambox.com>, with some
modifications.
|
|
duplicate code in InfoBarGenerics, add hideAfterResume, add some help texts
|
|
|
|
enable/disable is possible in Usage Setup... default is on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skip forward/backward" options to Customize config
|
|
|
|
|
|
used on last/prev service in bouquet" in usage settings
|
|
|
|
|
|
|
|
usage setup menu)
dish designed by juergen - thanx for that
|
|
|