aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-07update nl translation (by Kees Aerts)Felix Domke
2006-03-07much simpler frequency range checkAndreas Monzner
2006-03-07disable decoder when switching to timeshift, properly handle SOFFelix Domke
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 assertion to help debuggingFelix Domke
2006-03-07fix seek return values, valid() for cached filesFelix Domke
2006-03-07add TYPE_RELATIVE support for the ServicePosition componentFelix Domke
2006-03-07add TimeshiftState screenFelix Domke
2006-03-07add TimeshiftState skinFelix Domke
2006-03-07comment that this is a fall-troughFelix Domke
2006-03-06optional cached (i.e. fopen,...) support for raw filesFelix Domke
2006-03-06fix about box to be usable on one tuner boxes (7020)Stefan Pluecken
2006-03-06another fixAndreas Monzner
2006-03-06fix for old apiAndreas Monzner
2006-03-06implement getFrontendData for DVB-TAndreas Monzner
2006-03-06fix #definesAndreas Monzner
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-06moved PID search to proper please, simplified a bit (using the first found ↵Felix Domke
PMT should be ok)
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-06add possibility to playback ts files without entry in recordings.epl or ↵Andreas Monzner
without meta file or with a incorrect servicereference (this just work when the TS file includes a PAT and a PMT)
2006-03-06update spanish translationFelix Domke
2006-03-06update ConfigurationBackup pluginFelix Domke
2006-03-06fix configure.acFelix Domke
2006-03-06replace 'NIM' by 'Tuner' to help users understanding the messageFelix Domke
2006-03-05add ConfigurationBackupFelix 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-05note about import *Felix Domke
2006-03-05a bit more about plugin namesFelix Domke
2006-03-05clamp jumps at SOFFelix Domke
2006-03-05only sample each 40MB at max, use fallback bitrate if no other bitrate availableFelix Domke
2006-03-05fix absolute paths to be relativeFelix Domke
2006-03-05add ConfigurationBackup pluginFelix Domke
2006-03-05support for a skin_path which is useful for plugins. ~/ in filenames will ↵Felix Domke
resolve to the plugin's home directory
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