aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2010-01-05Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2010-01-05bug #238Stefan Pluecken
added m4v file extension to media player capabilities Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2010-01-02Components/config.py: dont show configtext input help in ConfigDirectory'sghost
2010-01-01fixes bug #354thedoc
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
2009-12-23NimManager.py/Satconfig.py: add possibility to change the tone amplitide ↵ghost
(22Khz amplitude) in Tunerconfig for Alps BSBE2 tuners when the usage level is configured as expert
2009-12-23fixes bug #322thedoc
change default visibility of blinking dish icon to true
2009-12-23Merge branch 'bug_203_fix_wrong_networkstate'acid-burn
Conflicts: lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py lib/python/Screens/NetworkSetup.py
2009-12-23Merge branch 'bug_249_current_skin_fallback'acid-burn
Conflicts: lib/python/Components/FileList.py
2009-12-23Merge branch 'bug157_wizard_virtualkeyboard'acid-burn
2009-12-22Merge branch 'bug_236_recordpath'ghost
2009-12-22Merge branch 'bug_307_fix_deepstandby_texts'ghost
2009-12-22NimManager.py: increased delay after enable voltage before send motor diseqc ↵ghost
command... this fixes bug #261
2009-12-17Components/Network.py, Screens/NetworkSetup.py: - fix possible crash when ↵acid-burn
closing network config
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-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-19config.py: fix set/getValue for ConfigSelectionNumberghost
2009-11-12Components/ConfigList.py: -small fix for global VirtualKeyboard handlingacid-burn
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-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-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'ghost
2009-11-07revert some no more needed bug_258_sorting_of_configsatlist changesghost
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 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-06fixes bug #258Stefan Pluecken
removed some wrong ConfigSatList handling
2009-11-05Merge branch 'master' into bug_236_recordpathghost
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-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.
2009-10-27disable unicable for release 2.6ghost
2009-10-17cleanup screen title handlingghost
no more need to directly access self.instance.setTitle or getTitle
2009-10-13Components/GUISkin.py: - add possibility to access the Screen title from ↵acid-burn
inside the skin without the need to declare it inside every Screen. Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example: <widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.
2009-10-09Add estonian language, thanks to ArvoFelix Domke
2009-10-01show scaler sharpness in av setup and in video enhancement pluginghost
2009-09-23take care of servicegroups in doublecheckghost
2009-09-21lib/python/Components/config.py: fix bug (thx to adenin)ghost
2009-09-11PluginComponent.py: better alignment of icons and texts. Thx. Mike Looijmansacid-burn
2009-09-08DreamInfoHandler.py: small update for new index.xml's.acid-burn
2009-09-08don't offer scanning on nims where nothing is connectedStefan Pluecken
2009-08-27add ' fps'Felix Domke
2009-08-27add Framerate to ServiceInfoFelix Domke
2009-08-21update language cacheghost
2009-08-19log signal quality during diseqc tester runsStefan Pluecken