aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2006-10-02fix eEPGCache::searchAndreas Monzner
2006-08-08more wrong tsid/sid private epg workaroundsAndreas Monzner
2006-08-08store last updated timestamp for private and normal epg separatelyAndreas Monzner
2006-08-06update workaround for wrong transmitted private dataAndreas Monzner
2006-08-02add warning for hardcoded network_idAndreas Monzner
2006-08-02add possibility to read detailed epg from Digital+Andreas Monzner
2006-08-02some cleanupsAndreas Monzner
2006-07-29fix frequently segfaultsAndreas Monzner
2006-07-26add MHW EPG (disabled for default)Andreas Monzner
2006-07-26code cleanupAndreas Monzner
2006-07-25code cleanupAndreas Monzner
2006-07-25remove unneeded workaroundAndreas Monzner
2006-07-25cleanup codeAndreas Monzner
2006-06-29remove older no more needed events from epgcacheAndreas Monzner
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-28small private epg fixAndreas Monzner
2006-05-22workaround for wrong transmitted epg data (tsid/onid/sid not correct)Andreas Monzner
2006-05-20many changes for better CI handlingAndreas Monzner
- the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right
2006-05-06remove no more needed c++ single epg list content classAndreas Monzner
code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service)
2006-05-06fix warningsAndreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke
2006-03-21use timemap instead of eventmap.. so the returned list is sorted by service ↵Andreas Monzner
and time
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-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-02-07fix comment for epgcache lookupEvent method (useable from python)Andreas Monzner
2006-01-25add missing thread lock (segfault)Andreas Monzner
2006-01-25fix segfault on incorrect argumentsAndreas Monzner
2006-01-23fix warningAndreas Monzner
2006-01-23add endianess check to epg.datAndreas Monzner
2006-01-17disabled unused md5* variablesAndreas Oberritter
2006-01-07fixAndreas Monzner
2006-01-07add support for private epgAndreas Monzner
2006-01-05i think runLoop is better :)Andreas Monzner
2006-01-05make our event loop compatible to my new twisted reactor coreFelix Domke
2006-01-04fix lookupEvent.. now we can query previous and next eventAndreas Monzner
2006-01-02use PyObject_Callback instead of PyEval_Callback (memleak fix?)Andreas Monzner
2006-01-01add missing decrefsAndreas Monzner
2006-01-01fix memleak when call of convertFunc failesAndreas Monzner
2006-01-01code optimizeAndreas Monzner
2005-12-31add faster method to do epg querysAndreas Monzner
can anyone check my python refcounting .. when i start top in a shell then it seems like a memleak
2005-12-23save epgcache to hdd on shutdownAndreas Monzner
2005-12-17fix channel state handlingAndreas Monzner
2005-12-12fixAndreas Monzner
2005-12-12fix show currently running events in channellist ( in favourite list )Andreas Monzner
2005-12-05remove unneeded codeAndreas Monzner
2005-11-26add ability to select default encoding for dvb texts in many ways.. ( take a ↵Andreas Monzner
look in data/encodings.conf )
2005-11-24better names for epg lookupsAndreas Monzner
2005-11-13dont open epglist when no epg is availAndreas Monzner