aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2006-03-21begin searching for similar broadcasts on base serviceAndreas Monzner
2006-03-21remove test stuffAndreas 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-21comment out posix_fadvise callAndreas Monzner
2006-03-21small fixAndreas Monzner
2006-03-21fixes to language activation callbacks and using the callbacks in mytest for ↵Stefan Pluecken
setting epg language (uncomment for implementation)
2006-03-21add function to set epg languageAndreas Monzner
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-17fix error handling (errno checking)Andreas Monzner
2006-03-17use parent service reference for query EPG to build a .eit file when a ↵Andreas Monzner
parent is avail (on subservices)
2006-03-16cutlist editor: restore old service, abilty to cut before and after current ↵Felix Domke
position
2006-03-16use gstreamer for playing media filesFelix Domke
2006-03-16Infobar: don't show state when not execingFelix Domke
2006-03-14fix bugAndreas Monzner
2006-03-14list mp3 files. we need something better here.Felix Domke
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 linked tunerAndreas Monzner
2006-03-11increase commit intervalAndreas Monzner
2006-03-11eDVBChannel::getFrontend: don't crash when there is no frontend.Felix Domke
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-10fix removing .eit filesAndreas Monzner
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-09more python fixes :)Andreas Monzner
2006-03-09more python fixesAndreas Monzner
2006-03-09fixAndreas Monzner
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-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-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