summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-11-05 01:09:35 +0100
committerMidas <vdrportal_midas@gmx.de>2010-11-05 01:09:35 +0100
commitff03def766c15182ffcada0d2e6b57d154bcd0c2 (patch)
tree8b79bc3bfff07d946aa9febc4fac47ea4b07cbd5 /setup.h
parentf55dac3011baefcb9a92d9fc046a72afe08bf9ec (diff)
downloadvdr-plugin-block-ff03def766c15182ffcada0d2e6b57d154bcd0c2.tar.gz
vdr-plugin-block-ff03def766c15182ffcada0d2e6b57d154bcd0c2.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 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index fc5f38e..bf683ff 100644
--- a/setup.h
+++ b/setup.h
@@ -18,6 +18,7 @@ private:
cEventsBlock mEventsData;
cSetupBlock mSetupData;
const char *DetectionMethods[2];
+ const char *FuzzyFallsback[2];
protected:
virtual void Store(void);
@@ -29,6 +30,7 @@ protected:
eOSState Edit(void);
eOSState New(void);
eOSState Delete(void);
+ eOSState SetListProperty(void);
public:
cMenuSetupBlock();