Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | Removed debug message | Jochen Dolze | |
2012-04-16 | Changed Epghandler | Jochen Dolze | |
2012-04-16 | Added subtitles element (but just ignore it till now) | Jochen Dolze | |
2012-04-15 | Moved housekeeping into own thread | Jochen Dolze | |
2012-04-15 | Removed upstart option | Jochen Dolze | |
Some code cleanups | |||
2012-04-14 | Added more checks | Jochen Dolze | |
2012-04-13 | Fixed segfault in EPGTimer thread | Jochen Dolze | |
Fixed handling error in EpgHandler | |||
2012-04-13 | Improved sqlite handling | Jochen Dolze | |
2012-04-11 | Added full parential rating support | Jochen Dolze | |
2012-04-10 | Added setting of parential rating in import | Jochen Dolze | |
2012-04-08 | Added ioprio_set to all threads and epghandler | Jochen Dolze | |
2012-04-07 | Fixed execution check | Jochen Dolze | |
Cosmetics and more (debug) output | |||
2012-04-04 | Added cppcheck 1.53 suggestions | Jochen Dolze | |
2012-04-02 | Added execution priority to import thread, prevent housekeeping while ↵ | Jochen Dolze | |
importer thread is running | |||
2012-04-01 | Added locking between epghandler, timer and importer thread - should close ↵ | Jochen Dolze | |
bug #927 | |||
2012-04-01 | Added EpgHandler supportv0.1.0 | Jochen Dolze | |
2012-03-04 | Added season/episode handling | Jochen Dolze | |
Changed epgdata size limit, reusing old downloaded files | |||
2011-11-30 | Added epgdata2xmltv.xls to dist package | Jochen Dolze | |
Compare only length of eplist shorttext | |||
2011-11-27 | epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2 | Jochen Dolze | |
added eplist support | |||
2011-11-18 | Changed parsing of qy.dtd | Jochen Dolze | |
2011-10-24 | Fixed two segfaults pointed to by ludi | Jochen Dolze | |
2011-08-07 | Added log output | Jochen Dolze | |
Added check before adding events Minor code updates/cleanups | |||
2011-08-07 | Fixed wrong content-type in epgdata2xmltv (cp1252 instead of latin1) | Jochen Dolze | |
2011-08-05 | Prevent mapping deletion of an disabled channel | Jochen Dolze | |
Added proper thread cleanup | |||
2011-08-01 | Changed days in advance display | Jochen Dolze | |
2011-08-01 | Fixed setup "days in advance" double entry bug | Jochen Dolze | |
2011-08-01 | Fixed "parse error" bug | Jochen Dolze | |
2011-08-01 | Updated error reporting | Jochen Dolze | |
Updated parsing | |||
2011-07-29 | Added more error info when xmltv data overlaps | Jochen Dolze | |
Added Makefile_ to build plugin with grabber | |||
2011-07-28 | Only add valid lines from config | Jochen Dolze | |
2011-07-26 | Added information files | Jochen Dolze | |
Added error handler for libxml | |||
2011-07-24 | Added epgdata importer | Jochen Dolze | |
2011-07-10 | Fixed bug found by MegaV0lt | Jochen Dolze | |
2011-07-09 | Configfiles are now stored in /var/lib/epgsources (grabber) and ConfigDir ↵ | Jochen Dolze | |
(plugin) Added ability to copy and reset channel settings Added input field for pin Grabbers get now called with arguments (channellist) | |||
2011-07-07 | Added k_Repeat to key commands ("bug" reported by pbuenger) | Jochen Dolze | |
2011-07-06 | Added category handling | Jochen Dolze | |
Added more error checking | |||
2011-07-06 | Fixed bugs found by pbuenger | Jochen Dolze | |
2011-06-30 | Added changes recommended by iNOB | Jochen Dolze | |
2011-06-29 | Changed a few things according to cppcheck | Jochen Dolze | |
2011-06-21 | Added italian translation from Diego Pierotto (#594) | Jochen Dolze | |
Added fix from Keine_Ahnung (#657) | |||
2011-06-21 | Cleanup of cParse::Process | Jochen Dolze | |
2011-05-16 | Check, if schedule is empty and return a message in case of "merge" | Jochen Dolze | |
Changed text "append" into "create" Fixed segfault in cEPGSource::Store | |||
2011-05-10 | Fixed bug in FetchEvent | Jochen Dolze | |
Added error log throttle | |||
2011-05-05 | Added still more debug output | Jochen Dolze | |
2011-05-04 | Improved search algorithm | Jochen Dolze | |
Added more debug output | |||
2011-05-02 | Added new algorithm for finding events | Jochen Dolze | |
Added more debug output | |||
2011-03-21 | Fixed actor/other list bug (added more than once) | Jochen Dolze | |
Added more debug info | |||
2011-02-27 | First releasev0.0.1 | Jochen Dolze | |
Some minor bugfixes Some minor enhancements | |||
2011-01-23 | Save epg.data after successful import | Jochen Dolze | |
2011-01-22 | Added new option update on start | Jochen Dolze | |
Removed -pedantic from Makefile Fixed some minor bugs (missing EOL in file, etc. pp.) Removed cEPGExecute and introduced cEPGExecutor |