From 95977e11c0a5c1170351f2fafe400519d7b1086b Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 24 Apr 2009 14:32:32 +0200 Subject: 2009-04-25: Version 0.1.0 - Fixed: Calculating width of events' start times in channel info OSD (Reported by tomglx @vdr-poprtal.de). - Changed: pause scrolling when text has scrolled all to the left in scroll behaviour "to the left" (Reported by Andreas Brugger). - Reworked: (simplified) font loading/caching. - Updated Italian translation (Provided by Diego Pierotto). - Removed: ENABLE_COPYFONT define. - Changed: Reduced number of font recreations (Reported by balta @vdr-portal.de). - Added: more CA systems to text mappings in channel info OSD (Submitted by free-x @vdr-portal.de). - Added: symbol in channel info OSD if current channel has subtitles. - Changed: background colors for the DarkBlue theme (Submitted by zulu @vdr-portal.de). - Added: New option "Show CA system as text". - Changed: Reduced number of locks while drawing to OSD which increases display speed especially in menu OSD. - Added: show signal strength and signal-to-noise ratio in channel info OSD (can be disabled by setting SKINENIGMA_DISABLE_SIGNALINFO to 1). - Fixed: compiler error with certain gcc versions (Reported by C-3PO @ vdr-portal.de). - Changed: smooth scrolling text (based on skinelchi by Christoph Haubrich ). - Removed: SKINENIGMA_DISABLE_ANIMATED_TEXT define. - Changed: Replace "/" by "~" in channel logo names. - Added: new setting "Show scrollbar in menu". - Added: Override VDR's SetTabs() to adopt column widths in menu OSD to selected font size. - Added: Support subtitle tracks in tracks OSD: logo will only be shown if icons/subtitle/subtitle.xpm exists. - Fixed: missing logo in tracks OSD while using single area. - Minor bugfixes and enhancements. - Requires at least VDR v1.6.0. --- patches/vdr-1.4.5-no_trans_found.diff | 11 ----------- patches/vdr-1.4.5-no_trans_found.txt | 26 -------------------------- 2 files changed, 37 deletions(-) delete mode 100644 patches/vdr-1.4.5-no_trans_found.diff delete mode 100644 patches/vdr-1.4.5-no_trans_found.txt (limited to 'patches') diff --git a/patches/vdr-1.4.5-no_trans_found.diff b/patches/vdr-1.4.5-no_trans_found.diff deleted file mode 100644 index 8e890cc..0000000 --- a/patches/vdr-1.4.5-no_trans_found.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- i18n.c.orig 2007-01-31 11:54:21.000000000 +0100 -+++ i18n.c 2007-01-31 11:54:40.000000000 +0100 -@@ -6201,7 +6201,7 @@ - } - p = Phrases; - } -- esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]); -+//AM esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]); - } - const char *p = strchr(s, '$'); - return p ? p + 1 : s; diff --git a/patches/vdr-1.4.5-no_trans_found.txt b/patches/vdr-1.4.5-no_trans_found.txt deleted file mode 100644 index 279e6d4..0000000 --- a/patches/vdr-1.4.5-no_trans_found.txt +++ /dev/null @@ -1,26 +0,0 @@ -WHO ---- -Andreas Mair (andreas AT vdr DASH developer DOT org) - -WHAT ------ -This patch removes the "no translation found for" warnings in the VDR log. - -WHY ----- -This might be useful if you have enabled the symbols in the main menu -because in that case EnigmaNG has to compare every main menu entry with -a localized text to find out what symbol has to be shown. - -FOR ---- -This patch has been tested with vanilla VDR 1.4.5 but should apply to other -releases too. Anyway, it's not hard to fix reject... - -HOW ---- -Change to VDR source directory and run -vdr-1.4.5$ patch