From 57e0533f20b14e208e41e56f80fd15b3d18f90f1 Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 8 Oct 2007 20:36:03 +0200 Subject: Version 1.0 - it is now possible to cancel a moving-between-filesystems-process - applied changes for MainMenuHooksPatch - added MainMenuHooksPatch to contrib/-dir; removed old one, which is now obsolete - free disk space is shown for the filesystem of the current directory (can be switched of in plugin's setup menu) - added support for hidding PIN-protected recordings in co-work with PIN-Plugin - added queue for moving recordings between filesystems - added cutter queue - added #ifdef's to switch of font patching for vdr >= 1.5.3 - added setup option to switch of font patching --- mymenusetup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mymenusetup.h') diff --git a/mymenusetup.h b/mymenusetup.h index 740cd25..8332b93 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -16,6 +16,8 @@ class mySetup int ReturnToPlugin; int LimitBandwidth; int UseVDRsRecInfoMenu; + int PatchFont; + int FileSystemFreeMB; }; extern mySetup mysetup; @@ -36,6 +38,8 @@ class myMenuSetup:public cMenuSetupPage int returntoplugin; int limitbandwidth; int usevdrsrecinfomenu; + int patchfont; + int filesystemfreemb; protected: virtual void Store(); public: -- cgit v1.2.3