From eebfdf1a3d737db58e6d2d3c6945584dd5e5054f Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Mon, 5 Apr 2010 12:31:58 +0200 Subject: 2010-04-05: Version 0.1.1 - Moved "General / Show progressbar" to "Logos & Symbols / Show progressbar in lists". - Fixed gcc 4.3 compiler warnings. - Show "Parental Rating" and "Contents" in EPG and recording details (requires at least VDR 1.7.11). - Show estimated bitrate and recording format (TS/PES) in recording's details. - Show subtitle tracks in EPG and recording details. - Changed defaults for setup options. - Don't define CLEAR_BUG_WORKAROUND by default. - Added new setup option "Colored status symbols in EPG details". - Added new theme "bgw" (Submitted by jlacvdr @gmail.com). - Added new setup option "Round corners". - Display cut length and size of recordings in recording's details (based on skinelchi-0.2.1). - Fixed calculation of channel info OSD areas. - Check for valid OSD width and height and font size and width. - Added VDR's default fonts to the TrueTypeFont selector. - Unselectable rows in menu OSD starting with "---" will be formated as headlines if "Show symbols in lists" is set. - New "elapsed/remaining" option for "Show remaining/elapsed time" setting. - New "active only" option for "Show status symbols" setting. - Added setup option for minimal info area width. - Restructured setup menu. --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 25f8258..9913743 100644 --- a/config.h +++ b/config.h @@ -107,11 +107,13 @@ public: int showSymbolsReplay; int showSymbolsMsgs; int showSymbolsAudio; + int showColSymbolsDetails; int showListSymbols; int showProgressbar; int cacheSize; int useChannelId; int showInfo; + int minInfoWidth; int showRemaining; int showMarker; int singleArea; @@ -144,6 +146,7 @@ public: int showScrollbar; int showSignalInfo; int showCaMode; + int drawRoundCorners; FontInfo allFonts[FONT_NUMFONTS]; }; -- cgit v1.2.3