aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-12-22NimManager.py: increased delay after enable voltage before send motor diseqc ↵ghost
command... this fixes bug #261
2009-12-22NimManager.py: increased delay after enable voltage before send motor diseqc ↵ghost
command... this fixes bug #261
2009-12-17Merge commit 'origin/bug_203_fix_wrong_networkstate' into experimentalacid-burn
2009-12-17Components/Network.py, Screens/NetworkSetup.py: - fix possible crash when ↵acid-burn
closing network config
2009-12-11Merge branch 'fantempplugin' into experimentalthedoc
2009-12-10remove unneeded variablesthedoc
2009-12-10support up to 8 fan/temp sensorsthedoc
2009-12-07first working version of TempFanControl plugin with Sensors and FanControl ↵thedoc
component
2009-12-03Components/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"ghost
2009-12-03Components/SystemInfo.py: add new SystemInfo entry "DeepstandbySupport"ghost
2009-12-01Components/Lcd.py: use 1 instead of 0 for Oled standby default value (with ↵ghost
new drivers the oled is completely disabled on lowest step)
2009-12-01Components/Lcd.py: use 1 instead of 0 for Oled standby default value (with ↵ghost
new drivers the oled is completely disabled on lowest step)
2009-11-20lib/python/Components/About.py: dont show version information for ↵ghost
Experimental images.. only show date here..
2009-11-20lib/python/Components/About.py: dont show version information for ↵ghost
Experimental images.. only show date here..
2009-11-19Components/About.py: fix /etc/image-version parser..now we also show image ↵ghost
type (release/experimental) and major minor revision
2009-11-19Components/About.py: fix /etc/image-version parser..now we also show image ↵ghost
type (release/experimental) and major minor revision
2009-11-19config.py: fix set/getValue for ConfigSelectionNumberghost
2009-11-19config.py: fix set/getValue for ConfigSelectionNumberghost
2009-11-12Merge branch 'bug157_wizard_virtualkeyboard' into experimentalacid-burn
2009-11-12Components/ConfigList.py: -small fix for global VirtualKeyboard handlingacid-burn
2009-11-11Merge branch 'bug_249_current_skin_fallback' into experimentalacid-burn
Conflicts: lib/python/Components/FileList.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-11Components/-{ChoiceList.py, EpgList.py, FileList.py, MediaPlayer.py, ↵acid-burn
ParentalControl.py, SelectionList.py, ServiceList.py, TimerList.py}: use SCOPE_CURRENT_SKIN for LoadPixmap.
2009-11-10Merge branch 'bug157_wizard_virtualkeyboard' into experimentalAcid Burn
2009-11-10Enigma2-{Wizard.py,Networksetup.py,ConfigList.py,skin_default.xml,NetworkWiz ↵Acid Burn
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
2009-11-08Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-08Merge branch 'bug_258_sorting_of_configsatlist' into experimentalghost
2009-11-08NimManager.py: another fix of satellite sort order .. now we sort from the ↵ghost
westernmost to the easternmost satellite
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist' into experimentalghost
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-07revert some no more needed bug_258_sorting_of_configsatlist changesghost
2009-11-07Merge branch 'master' into experimentalStefan Pluecken
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-07fixes bug #258 (again)Stefan Pluecken
sorting of satlist moved to another, not so destructive state
2009-11-06Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Components/config.py
2009-11-06Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-06fixes bug #258Stefan Pluecken
removed some wrong ConfigSatList handling
2009-11-06Revert "bug #258"ghost
This reverts commit 0bc4d77344f249d7e3c0adb2b2ea58d74f2d02ea. its broken yet
2009-11-06Revert "bug #258"ghost
This reverts commit 65ae5578663b82ddf54926047682ec1b6afdf4b6. its broken yet...
2009-11-05Merge branch 'master' into bug_236_recordpathghost
2009-11-04Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-04Merge branch '219_negative_ac3_pcm_delay'Stefan Pluecken
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04bug #258Stefan Pluecken
properly sort ConfigSatList
2009-11-04bug #258Stefan Pluecken
sort ConfigSatList properly
2009-11-03Merge branch 'enable_experimental_unicable_support' into experimentalghost
2009-11-03Merge branch 'bug_236_recordpath' into experimentalghost
2009-11-03Merge branch '219_negative_ac3_pcm_delay' into experimentalghost
2009-11-02Revert "disable unicable for release 2.6"ghost
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
2009-11-02bug #219Stefan Pluecken
- 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
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.