aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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
2006-03-05add WHERE_SESSIONSTARTFelix Domke
2006-03-05fix absolute paths to be relativeFelix Domke
2006-03-05add ConfigurationBackup pluginFelix Domke
2006-03-05don't resolve absolute pathsFelix Domke
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-03-05some more .cvsignoreFelix Domke
2006-03-05add missing cvsignoreFelix Domke
2006-03-05adding the image upgrade wizardStefan Pluecken
can backup settings to hdd, cf, usb or (in the future) a given path recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings guides the user through the upgrade process
2006-03-05fix recallPrevService function (0-zapping)...Andreas Monzner
2006-03-05too many side effects for a sunday - remove previous changesStefan Pluecken
2006-03-05grmpfStefan Pluecken
2006-03-05small fix for basenames of zero lengthStefan Pluecken
2006-03-05allow absolute paths in resolveFilenameStefan Pluecken
2006-03-05add scrollbars ondemandStefan Pluecken
2006-03-05some more fixesStefan Pluecken