summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2008-03-09 09:39:06 +0100
committerAndreas Mair <amair.sob@googlemail.com>2008-03-09 09:39:06 +0100
commit7b34d920b0043281d7877d1e0ece8642d27f212d (patch)
treec3fb775627f5889beca307e407fcb95b4e6b7342 /symbols
parent40650ddcf7b4142790b786e50f315dade90e8678 (diff)
downloadvdr-plugin-skinenigmang-7b34d920b0043281d7877d1e0ece8642d27f212d.tar.gz
vdr-plugin-skinenigmang-7b34d920b0043281d7877d1e0ece8642d27f212d.tar.bz2
2008-03-09: Version 0.0.6v0.0.6
- Added scrollbar in menu lists when compiled with VDR >= v1.5.15. - Fixed: VDR didn't responde anymore if the font used for lists was too small (<11px) and the marker in front of the active list item has been turned on. - Added workaround to fix chrashes (hopefully) for VDR 1.4.x and patched fonts. - Updated French translation (Submitted by Patrice Staudt). - Updated Dutch translation (Submitted by Johan Schuring). - Updated Spanish translation (Submitted by Bittor Corl). - Updated Finnish translation (Submitted by Rolf Ahrenberg). - Fixed crash in EPG details when using epgsearch if channel isn't found. - Updated Italian translation (Provided by Gringo). - Fix TrueTypeFonts support when compiled with VDR >= v1.5.4. - Use WeekDayNameFull() in VDR >= v1.5.5. - Use "Full Title Width" setting also for Tracks and Replay OSD. - Optionally scroll current event's title and subtitle in channel info. - New setup option "Show status symbols" (Suggested by chrisz @vdr-portal.de). - Moved to the new i18n system introduced in VDR 1.5.7; fully backwards compatible due to Udo Richter's po2i18n.pl. - Optionally show current WSS mode as symbol (if Avards is running). - Draw "Dolby Digital" and "MONO" indicator in language flags. - Hide inactive status symbols. - Removed date from OSDs: tracks, volume - Added status symbols in replay OSD. - Draw line right to logos in Tracks and Replay OSD as it's done in other OSDs too. - Added channel info OSD for "Info on channel switch = no" VDR option (Reported by Pat @vdr-portal.de). - Removed compile time dependencies to plugin services. - Renamed SKINENIGMA_HAVE_EPGSEARCH define to SKINENIGMA_USE_PLUGIN_EPGSEARCH. - Disable i18n support for VDR >= v1.5.7. - Added Turkish to translation array (for VDR >= v1.5.2). - Use group name for logos even if channel logos are searched for by channel id. - Fixed problems when compiling with VDR v1.5.7+ (Reported by Matthias Fechner). - Fixed problems with certain images (Submitted by pinky666 @vdr-portal.de). - Fixed crash if using display of repeatings in EPG details and reelchannelscan plugin is loaded. - New setup option for location of messages in menu OSD.
Diffstat (limited to 'symbols')
-rw-r--r--symbols/small/v_16_9.xpm23
-rw-r--r--symbols/small/v_4_3.xpm23
-rw-r--r--symbols/small/v_l14_9.xpm23
-rw-r--r--symbols/small/v_l16_9.xpm23
-rw-r--r--symbols/small/v_l_16_9.xpm23
-rw-r--r--symbols/small/v_unknown.xpm23
6 files changed, 138 insertions, 0 deletions
diff --git a/symbols/small/v_16_9.xpm b/symbols/small/v_16_9.xpm
new file mode 100644
index 0000000..c8152a4
--- /dev/null
+++ b/symbols/small/v_16_9.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_16_9_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};
diff --git a/symbols/small/v_4_3.xpm b/symbols/small/v_4_3.xpm
new file mode 100644
index 0000000..d837607
--- /dev/null
+++ b/symbols/small/v_4_3.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_4_3_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};
diff --git a/symbols/small/v_l14_9.xpm b/symbols/small/v_l14_9.xpm
new file mode 100644
index 0000000..1e204aa
--- /dev/null
+++ b/symbols/small/v_l14_9.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_l14_9_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" .... .... ",
+" .... .... ",
+" .... .... ",
+" .... .... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};
diff --git a/symbols/small/v_l16_9.xpm b/symbols/small/v_l16_9.xpm
new file mode 100644
index 0000000..2a5540e
--- /dev/null
+++ b/symbols/small/v_l16_9.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_l16_9_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ..... ..... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};
diff --git a/symbols/small/v_l_16_9.xpm b/symbols/small/v_l_16_9.xpm
new file mode 100644
index 0000000..83a0784
--- /dev/null
+++ b/symbols/small/v_l_16_9.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_l_16_9_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" .... .... ",
+" .... .... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};
diff --git a/symbols/small/v_unknown.xpm b/symbols/small/v_unknown.xpm
new file mode 100644
index 0000000..0bac452
--- /dev/null
+++ b/symbols/small/v_unknown.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static char * v_unknown_xpm[] = {
+"27 18 2 1",
+" c None",
+". c #B9C000",
+" ",
+" ",
+" ....................... ",
+" ....................... ",
+" .. .. ",
+" .. .... .. ",
+" .. .. .. ",
+" .. .. .. ",
+" .. .. .. ",
+" .. .. .. ",
+" .. .. .. ",
+" .. .. ",
+" .. .. .. ",
+" .. .. .. ",
+" ....................... ",
+" ....................... ",
+" ",
+" "};