aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
AgeCommit message (Collapse)Author
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