summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-23Fix crash when cloning to a non-existent channel, thanks to Guy Martin.Matti Lehtimäki
Automatically disable the cloning which causes an error.
2014-08-22Fix using channelIDs in EPG cloning, thanks to Guy Martin.Matti Lehtimäki
2013-09-28Update README and example regexp.conf for conditional regular expressions.Matti Lehtimäki
2013-09-28Support conditional regular expressions.Matti Lehtimäki
These are used only if the content of another EPG field matches to an additional regular expression.
2013-09-28Remember current position in setup menu. Reorganise regexp.conf. Cosmetics.Matti Lehtimäki
2013-09-28Update README for new Makefile.Matti Lehtimäki
2013-09-28Refactoring. Fix possible null pointer error.Matti Lehtimäki
2013-09-28Fix header includes.Matti Lehtimäki
2013-09-28Makefile fixes. Update HISTORY.Matti Lehtimäki
2013-04-12Fix crash in config editing menus if using color buttons when config is empty.Matti Lehtimäki
2013-04-03Actually reload regexp.conf with REL, thanks to Ville Skyttä.Matti Lehtimäki
2013-04-03Fix SVDRP help entry for REL, thanks to Ville Skyttä.Matti Lehtimäki
2013-04-03Fix LoadConfigFile() return value on success, thanks to Ville Skyttä.Matti Lehtimäki
2013-01-22New Makefile for VDR >= 1.7.34.Matti Lehtimäki
2013-01-22Backup old Makefile.Matti Lehtimäki
2013-01-22Report an error if PCRE library is not available.Matti Lehtimäki
2012-12-02Fix replacing at the end of string when using s///. Fix variable name clash.Matti Lehtimäki
2012-11-28Version 0.3.1.v0.3.1Matti Lehtimäki
2012-11-28Fix memory leak.Matti Lehtimäki
2012-10-30Drop OBJS dependency from cppcheck target, thanks to Ville Skyttä.Matti Lehtimäki
2012-10-11Version 0.3.0.v0.3.0Matti Lehtimäki
2012-10-11Change regexp examples to use m// syntax. Update history.Matti Lehtimäki
2012-10-07Fix prepending and appending to empty EPG fields.Matti Lehtimäki
2012-10-01Support stripping control characters from EPG data introduced in VDR-1.7.31.Matti Lehtimäki
Simplify memory management when using original EPG bug fixes of VDR.
2012-09-30More code formatting fixes.Matti Lehtimäki
2012-09-29Remove duplicate code. Harmonise code formatting.Matti Lehtimäki
2012-09-17Fix replacing with empty string at the beginning of a string when using s///.Matti Lehtimäki
2012-09-08Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.Matti Lehtimäki
2012-08-31Enable JIT compiling in PCRE if supported.Matti Lehtimäki
2012-08-31Support for channel intervals for channel numbers.Matti Lehtimäki
Optimisations when using channel IDs.
2012-06-05Add new example to regexp.conf, thanks to Ville Skyttä.Matti Lehtimäki
2012-05-18Add missing feature to README.Matti Lehtimäki
2012-05-13Bug fix release.v0.2.1Matti Lehtimäki
2012-05-13Fix linking when --as-needed is used.Matti Lehtimäki
2012-05-13Improve example configuration files. Version 0.2.0.v0.2.0Matti Lehtimäki
2012-05-12Fix variable initialisation bug, thanks to Rolf Ahrenberg.Matti Lehtimäki
2012-05-12Fix ordering of cloned EPG events and purging old event.Matti Lehtimäki
Further optimisations of event handling thread, thanks to Rolf Ahrenberg.
2012-05-12Fix event handling thread, thanks to Rolf Ahrenberg.Matti Lehtimäki
2012-05-12Support for ignoring and copying EPG data. Bug fixes.Matti Lehtimäki
Fix character set conversion for selected channels. Fix and improve Makefile (thanks to Ville Skyttä and Rolf Ahrenberg). Fix compiling with g++-4.7.
2012-05-06Fix compiling with g++-4.7. Fix and improve Makefile.Matti Lehtimäki
2012-05-05Improve error logging. Make character list for menu editing modifiable ↵v0.1.0Matti Lehtimäki
through translation files. New version number.
2012-05-05Improve README. Comment out all lines in example files. Add support for help ↵Matti Lehtimäki
texts in setup menu.
2012-05-05Several bugs fixes. Code cleanup. Update history.Matti Lehtimäki
2012-05-04Fix last commit.Matti Lehtimäki
2012-05-03Add support for character set conversions. Add support for stripping HTML ↵Matti Lehtimäki
entities. Restructure code.
2012-04-14Version 0.0.6.v0.0.6Matti Lehtimäki
2012-04-14Fix null-pointer error.Matti Lehtimäki
2012-04-14Fix plugin version. Makefile improvements.Matti Lehtimäki
2012-04-13Remove incorrect file.v0.0.5Matti Lehtimäki
2012-04-13Add support for channel IDs. Cleaning up code.Matti Lehtimäki