aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2006-03-27make power key handling global (so that standby/deep standby should work ↵Stefan Pluecken
everywhere now)
2006-03-27fix typo and resize text in image upgrade wizardStefan Pluecken
2006-03-27do not allow colon in filenamesFelix Domke
2006-03-24mediaplayer can play wave files (package gst-plugin-wavparse needed)Stefan Pluecken
2006-03-24fix playing file when adding to the playlistStefan Pluecken
2006-03-24display id3 tags in media playerStefan Pluecken
2006-03-24playing next entry after EOF should work now in the media playerStefan Pluecken
start playing when adding first entry to the playlist
2006-03-24remove old softwareupdate from configure and makefile - new softwareupdate ↵Stefan Pluecken
could be called stable by now
2006-03-23re-use try.. except hereAndreas Monzner
2006-03-23fix settings restore in image updateStefan Pluecken
2006-03-23don't sort language listStefan Pluecken
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-22add icelandic languageFelix Domke
2006-03-22fix typeAndreas Monzner
2006-03-22don't show frontend data when no frontend data is available (remove exception)Stefan Pluecken
2006-03-21dont crash when no language files availAndreas Monzner
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-03-21fixes to language activation callbacks and using the callbacks in mytest for ↵Stefan Pluecken
setting epg language (uncomment for implementation)
2006-03-21use callbacks to signal the change of languageStefan Pluecken
functions can get the language code with: from Components.Language import language lang = language.getLanguage() lang reads for example "de_DE" or "en_EN"
2006-03-18pre select currently running subservice in subservicelistAndreas Monzner
2006-03-17add missing translationsStefan Pluecken
2006-03-16cutlist editor: restore old service, abilty to cut before and after current ↵Felix Domke
position
2006-03-16Infobar: don't show state when not execingFelix Domke
2006-03-14fix bugAndreas Monzner
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-03-11don't offer scans for tuners where nothing is connectedStefan Pluecken
2006-03-11fix plugin downloadStefan Pluecken
2006-03-11fix showing timer symbol in epglist..Andreas Monzner
2006-03-11fix return of actionmapFelix Domke
2006-03-11Plugin: add WHERE_TELETEXTFelix Domke
2006-03-11run teletext plugin when pressing teletextFelix Domke
2006-03-11fix plugin callFelix Domke
2006-03-10add parameter to Console screen to set the console window titleStefan Pluecken
2006-03-10show ChannelSelection on first run (after the start wizard)Stefan Pluecken
2006-03-09make eDVBResourceManager accessible from python (needed for allocate a raw ↵Andreas Monzner
iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
2006-03-07fix storing of advanced satconfig out of the start wizardAndreas Monzner
2006-03-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-03-07add InfoBarTimeshiftState, fix timeshift after zap, fix seekactionsFelix Domke
2006-03-07use InfoBarTimeshiftState in infobar to display timeshift stateFelix Domke
2006-03-07fix non working close on remove bouquet and copy provider to bouquetlistAndreas Monzner
2006-03-07add TYPE_RELATIVE support for the ServicePosition componentFelix Domke
2006-03-07add TimeshiftState screenFelix Domke
2006-03-07comment that this is a fall-troughFelix Domke
2006-03-06fix about box to be usable on one tuner boxes (7020)Stefan Pluecken
2006-03-06add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)Andreas Monzner
use like this: from enigma import fbClass, fbClassPtr (*) fbClass.getInstance().lock() ... unlock() ... islocked()
2006-03-06add possibility to lock/unlock the rc devices (remote control) from pythonAndreas Monzner
it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked()
2006-03-06update ConfigurationBackup pluginFelix Domke
2006-03-06replace 'NIM' by 'Tuner' to help users understanding the messageFelix Domke
2006-03-05add ConfigurationBackupFelix Domke
2006-03-05a navigation instance might not be available at AUTOSTART. use first ↵Felix Domke
session's navigation instance