aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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-30[DVDBurn] fix bug 333: display movie length in title listFraxinas
2009-11-30Merge branch 'master' into experimentalghost
2009-11-29remove wrong import from newplugin.py helper scriptthedoc
2009-11-25Merge commit 'origin/bug_178_update_meta_files' into experimentalacid-burn
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-11-25DVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and ↵Fraxinas
display extra title information
2009-11-25DVDBurn Plugin: prevent "English" from showing up twice in language selectionFraxinas
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-20Merge branch 'master' into experimentalghost
2009-11-20Merge branch '2.6'ghost
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-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-17for all non-ts files, display error message when trying to burn to dvdFraxinas
2009-11-16fixes bug #291Stefan Pluecken
don't crash if auto scart switching is enabled and the scart voltage is high on enigma2 startup not the best solution since the whole scart switching stuff is broken by design, but this fix prevents the crash
2009-11-16fixes bug #280Stefan Pluecken
don't allow scanning on a nim configured as advanced with no LNB assigned to any sat
2009-11-16fixes bug #281Stefan Pluecken
add "yes to all" and "no to all" to "Delete no more configured satellite" dialog if orbpos isn't needed anymore in current sat config
2009-11-15fixes bug #286Stefan Pluecken
remove DVI-PC from video wizard to solve some sorting problems and remove a not widely used option remove
2009-11-12Merge branch 'translations' into experimentalacid-burn
2009-11-12fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-12Merge branch 'bug157_wizard_virtualkeyboard' into experimentalacid-burn
2009-11-12Components/ConfigList.py: -small fix for global VirtualKeyboard handlingacid-burn
2009-11-11WirelessLan/plugin.py: - always use quotes for the ssid name, small cleanupacid-burn
2009-11-11WirelessLan/plugin.py: - properly escape spaces inside an SSID name when ↵acid-burn
returning the ConfigString. This fixes #175
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-11Merge branch 'bug_175_wlan_connection_problem' into experimentalacid-burn
2009-11-11WirelessLan/plugin.py: - always use quotes for the ssid name, small cleanupacid-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-11Screens/-{LanguageSelection.py, NetworkSetup.py, RdsDisplay.py, ↵acid-burn
VirtualKeyBoard.py}: - use SCOPE_CURRENT_SKIN for LoadPixmap. - dynamically calc the icon width inside VirtualKeyboard based on the provided icon.
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
2009-11-10Tools/Directories.py: - add fallback to default_skin if SCOPE_CURRENT_SKIN ↵Acid Burn
is used and the wanted file is not found inside the current skin path. - introduce SCOPE_CURRENT_PLUGIN whitch first looks inside the current skin path for the requested file and if not found fallbacks to SCOPE_PLUGINS. For Example: pixmap = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/epgclock.png')) first looks inside /usr/lib/enigma2/yourskinfolder/skin_default/icons/ for the png file and if not found it takes the png from /usr/lib/enigma2/skin_default/icons/. Similiar pixmap = LoadPixmap(resolveFilename(SCOPE_CURRENT_PLUGIN, "SystemPlugins/SoftwareManager/upgrade.png")) does the same, except that it fallbacks to SCOPE_PLUGINS, aka /usr/lib/enigma2/python/Plugins. In this example /usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/ and gets the provided original png. So it is now possible to reskin hardcoded pixmaps inside .py files through the skin by providing new graphics inside the current skin path and overriding the original values. This fixes #249
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-09Merge commit 'origin/bug_175_wlan_connection_problem' into experimentalAcid Burn
2009-11-09WirelessLan/plugin.py: - properly escape spaces inside an SSID name when ↵acid-burn
returning the ConfigString. This fixes #175
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