aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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
2006-03-05fix ZappingAlternatives - it SHOULD work now...Stefan Pluecken
2006-03-05somebody broke the start wizard by changing absolute paths for pixmaps to ↵Stefan Pluecken
relative ones
2006-03-04was it meant that way? ;)Stefan Pluecken
2006-03-04fix fixStefan Pluecken
2006-03-04fixStefan Pluecken
2006-03-04load alternatives.xml in autostart pluginStefan Pluecken
2006-03-04enhance usability of ZappingAlternatives pluginStefan Pluecken
2006-03-04remove faulty debug printStefan Pluecken
2006-03-04don't die on loadAlternatives when no file is presentStefan Pluecken
2006-03-04changes for alternative zapping:Stefan Pluecken
- load/save in /etc/enigma2/alternatives.xml - symmetric alternative relations
2006-03-03fix lcd font sizesFelix Domke
2006-03-03fixFelix Domke
2006-03-03fix initial menu entry on lcdFelix Domke
2006-03-03fix initial service nameFelix Domke
2006-03-03fix LCD in MoviePlayerFelix Domke
2006-03-03fix 'add bouquet' textFelix Domke
2006-03-03fix remove last timerAndreas Monzner
2006-03-03fix remove/add bouquetAndreas Monzner
2006-03-03display DVB-C info and real tuner values with the blue keyStefan Pluecken