diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-11-05 01:18:12 +0100 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-11-05 01:18:12 +0100 |
commit | 204d2c6bac6cb134f73e39ee450c3e56a15ee06c (patch) | |
tree | 8165b843af9daebbe13870b828b60120130ec260 /control.h | |
parent | d04ad65095872e60613282b584ee10013ea18f44 (diff) | |
download | vdr-plugin-block-204d2c6bac6cb134f73e39ee450c3e56a15ee06c.tar.gz vdr-plugin-block-204d2c6bac6cb134f73e39ee450c3e56a15ee06c.tar.bz2 |
Release of Version 0.1.0
New features / Bugfixes:
-Feature: block.conf format and path changed
-Feature: Whitelist function
-Feature: New Setup Option 'Fuzzy Fallback' (see whitelist section above)
-Feature: Duplicate entries are not allowed anymore!
-Feature: New key handling in the plugins setup
-Feature: 'New' jumps to an existing 'New entry'
-Feature: Parental Guidance and main menu entry
-Feature: In Parental Guidance mode replay may be blocked
-Feature: Consideration of empty or no EPG data
-Feature: Italian translation added (thanks to Diego Pierotto)
-Feature: Added list sorting.
-Feature: Changes are applied immediately.
-Bugfix: In rare cases shows were not blocked. Fixed.
-Bugfix: Zap direction
-Bugfix: Changing the zap direction on block events to 'down' should now work (again).
-Bugfix: Unwanted behaviour if OSD is open
-Bugfix: Syslog spams on channels with no or empty EPG
please see HISTORY and README for more details
Diffstat (limited to 'control.h')
-rw-r--r-- | control.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ #ifndef VDR_BLOCK_CONTROL_H #define VDR_BLOCK_CONTROL_H -#include <stdint.h> #include <vdr/player.h> class cControlBlock : public cControl { |