aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
AgeCommit message (Collapse)Author
2010-11-25Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵ghost
experimental
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-06fixes bug #362thedoc
allow configuring short power button action to shutdown, standby, menu
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* 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
2010-03-24add support for event progressbar per service in channelselectionghost
default this is disabled.. you can enable it in the Usage config this fixes bug #486 (patch by Dr.Best)
2009-12-23fixes bug #322thedoc
change default visibility of blinking dish icon to true
2009-10-29By Anders Holst:Felix Domke
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.
2009-06-04make popup message on record configurable. Patch by CuNoah.Felix Domke
2009-02-12small speedups/cleanups by moritz vennghost
2009-01-27don't rely on hdd standby timer, but manage own idle timer.Felix Domke
2008-12-11Patch by Anders Holst:Felix Domke
* 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.)
2008-11-17allows to configure the path for timeshift recordings via gui, by Moritz ↵Felix Domke
Venn. closes #64.
2008-10-05add possibility to disable loading the length of movies (experts only, sorry)Felix Domke
2008-07-28set hdd standby value for all hdds (not working on hotplug devices,Stefan Pluecken
plugged in while e2 is running)
2008-07-11fix some importsAndreas Monzner
2008-04-04fix tabsAndreas Monzner
2008-03-16fix default backward speedsFelix Domke
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2007-11-15add config option 'Show blinking clock in display during recording'Andreas Monzner
default is no
2007-11-12add possibility to set tuner priority for alternative services in CustomizeAndreas Monzner
menu (just with expert usage level)
2007-11-08show shutdown menu on long power button pressAndreas Monzner
the old behavior (immediate shutdown) is choosable in usage config
2007-08-29implement 'setup modes' (simple, intermediate, expert)Felix Domke
2007-08-13Alter behavior of the zero button in PiP mode. The exact behavior may beFelix Domke
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.
2007-07-18(ralfk) user defined skip times with 1/3, add 1/3 to keybindings, remove ↵Felix Domke
duplicate code in InfoBarGenerics, add hideAfterResume, add some help texts
2007-07-14make keymap configurable with config.usage.keymapFelix Domke
2007-04-03Implement "show infobar on event change"Andreas Monzner
enable/disable is possible in Usage Setup... default is on
2006-12-05add possibility to enable/disable 12V Chinch output via usage setupAndreas Monzner
2006-10-18revert last change to increase commit countStefan Pluecken
2006-10-18fix typoStefan Pluecken
2006-10-18change requested by tmbincStefan Pluecken
2006-10-18make harddisk standby configurableStefan Pluecken
2006-10-14small fixAndreas Monzner
2006-10-13add "infobar timeout", "show infobar on channel change", "show infobar onAndreas Monzner
skip forward/backward" options to Customize config
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-06-25add enigma1 like radio mode (on/off switchable in usage setup)Andreas Monzner
2006-02-03add ability to enable/disable "change to next/prev bouquet when quickzap is ↵Andreas Monzner
used on last/prev service in bouquet" in usage settings
2006-01-25many info handling changes (nownext/multi/single epg)Andreas Monzner
2006-01-19make Multi Bouquets swich useableAndreas Monzner
2006-01-19add non working multi bouquet switchStefan Pluecken
2006-01-18reenable the blinking dish on positioner movement (can be enabled in the ↵Stefan Pluecken
usage setup menu) dish designed by juergen - thanx for that
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken