From 4df61fcc16983f71ca5ab1d539840f7d04b9d48f Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sun, 15 May 2005 12:48:00 +0200 Subject: Release version 0.0.8 - Added Navigation through channel in a way like with ordinary VDR. Use the Left/Right keys to select channel groups, OK to choose one or the number keys to directly enter a channel number. All this only works with enabled info window. - Extended the info window to contain more information. The amount of information shown can be chosen through the setup menu. This directly affects the height of the info window. - Using the info window to show vdr messages if they occur. - Changed the manner the moving of the PiP window works. Now move mode is enabled or disabled by pressing the green button. In move mode, the cursor keys can be used to move the PiP window. - Added some more predefined PiP window sizes. You have to reset your size in setup menu. - Added support for ffmpeg 0.4.9 (should work with 0.4.8, too) - Updated finnish translations (thanks to Rolf Ahrenberg) - Cleaned up, dropped support for vdr versions older than 1.3.8 --- osdpip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdpip.c') diff --git a/osdpip.c b/osdpip.c index fba1df9..6b73dde 100644 --- a/osdpip.c +++ b/osdpip.c @@ -19,7 +19,7 @@ extern "C" #include -static const char *VERSION = "0.0.7.2"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "OSD Picture-in-Picture"; static const char *MAINMENUENTRY = "Picture-in-Picture"; -- cgit v1.2.3