From 304f5920045b1d55f093b2a7bb19162de1d2d4db Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 28 Jan 2015 17:58:50 +0100 Subject: [PATCH 1/3] some more nopacity optimizations - thanx@utility --- HISTORY | 1 + skins/nopacity/setup.xml | 43 +++++++++++++++++++ skins/nopacity/themes/darkred/theme.xml | 2 +- skins/nopacity/themes/default/theme.xml | 2 +- skins/nopacity/xmlfiles/displaychannel.xml | 14 +++--- .../nopacity/xmlfiles/displaymenuchannels.xml | 2 +- .../xmlfiles/displaymenudetailepg.xml | 2 +- .../xmlfiles/displaymenudetailrecording.xml | 2 +- .../xmlfiles/displaymenudetailtext.xml | 2 +- skins/nopacity/xmlfiles/displaymenumain.xml | 2 +- .../xmlfiles/displaymenurecordings.xml | 2 +- .../xmlfiles/displaymenuschedules.xml | 2 +- skins/nopacity/xmlfiles/displaymenusetup.xml | 2 +- skins/nopacity/xmlfiles/displaymenutimers.xml | 2 +- skins/nopacity/xmlfiles/displaymessage.xml | 6 +-- skins/nopacity/xmlfiles/displayreplay.xml | 8 ++-- skins/nopacity/xmlfiles/displayvolume.xml | 2 +- .../plug-weatherforecast-weatherforecast.xml | 2 +- ...rforecast-weatherforecastdetailcurrent.xml | 2 +- ...herforecast-weatherforecastdetaildaily.xml | 2 +- ...erforecast-weatherforecastdetailhourly.xml | 2 +- 21 files changed, 74 insertions(+), 30 deletions(-) create mode 100644 skins/nopacity/setup.xml diff --git a/HISTORY b/HISTORY index 6e37536..c62b6b4 100644 --- a/HISTORY +++ b/HISTORY @@ -192,3 +192,4 @@ Version 0.2.1 - fixed bug that global tokens were not parsed correctly - added finnish translation +- some more nopacity optimizations - thanx@utility diff --git a/skins/nopacity/setup.xml b/skins/nopacity/setup.xml new file mode 100644 index 0000000..7252c47 --- /dev/null +++ b/skins/nopacity/setup.xml @@ -0,0 +1,43 @@ + + + + + + + 1 + 1 + 300 + 20 + + + + + + Show Poster when switching channel + Poster beim Umschalten anzeigen + + + Show Weather in infobar + Wetter in Infobar anzeigen + + + Fade time in ms (needs VDR restart) + Einblendzeit in ms (erfordert VDR Neustart) + + + Transpareny channel, replay and volume (needs VDR restart) + Transparenz bei Kanal,Wiedergabe und Lautstärke (erfordert VDR Neustart) + + + diff --git a/skins/nopacity/themes/darkred/theme.xml b/skins/nopacity/themes/darkred/theme.xml index 7ba4794..56b7df4 100644 --- a/skins/nopacity/themes/darkred/theme.xml +++ b/skins/nopacity/themes/darkred/theme.xml @@ -11,6 +11,7 @@ 99FFFFFF FF000000 FF3D0000 + FF3D0000 FF2B0000 FF858585 B0000000 @@ -23,6 +24,5 @@ 00000000 - 300 diff --git a/skins/nopacity/themes/default/theme.xml b/skins/nopacity/themes/default/theme.xml index ec3898e..82c075c 100644 --- a/skins/nopacity/themes/default/theme.xml +++ b/skins/nopacity/themes/default/theme.xml @@ -11,6 +11,7 @@ 99FFFFFF FF000000 FF8EAB21 + FF8EAB21 FF4C5C11 FF858585 B012273F @@ -23,6 +24,5 @@ 00000000 - 300 diff --git a/skins/nopacity/xmlfiles/displaychannel.xml b/skins/nopacity/xmlfiles/displaychannel.xml index aabe707..354e1a7 100644 --- a/skins/nopacity/xmlfiles/displaychannel.xml +++ b/skins/nopacity/xmlfiles/displaychannel.xml @@ -4,7 +4,7 @@ - + @@ -47,7 +47,7 @@ - + @@ -195,10 +195,10 @@ {isbanner} true if image is a banner, false if it is a poster --> - + - + @@ -211,14 +211,14 @@ {error} true if message is a error message --> - + - - + + diff --git a/skins/nopacity/xmlfiles/displaymenuchannels.xml b/skins/nopacity/xmlfiles/displaymenuchannels.xml index b90ece5..8a0ff34 100644 --- a/skins/nopacity/xmlfiles/displaymenuchannels.xml +++ b/skins/nopacity/xmlfiles/displaymenuchannels.xml @@ -3,7 +3,7 @@ - + diff --git a/skins/nopacity/xmlfiles/displaymenudetailepg.xml b/skins/nopacity/xmlfiles/displaymenudetailepg.xml index 32e7c17..a49ad36 100644 --- a/skins/nopacity/xmlfiles/displaymenudetailepg.xml +++ b/skins/nopacity/xmlfiles/displaymenudetailepg.xml @@ -12,7 +12,7 @@ - + - + - - + + diff --git a/skins/nopacity/xmlfiles/displayreplay.xml b/skins/nopacity/xmlfiles/displayreplay.xml index cb6fd90..e77fc20 100644 --- a/skins/nopacity/xmlfiles/displayreplay.xml +++ b/skins/nopacity/xmlfiles/displayreplay.xml @@ -4,7 +4,7 @@ - + @@ -204,14 +204,14 @@ {error} true if message is a error message --> - + - - + + diff --git a/skins/nopacity/xmlfiles/displayvolume.xml b/skins/nopacity/xmlfiles/displayvolume.xml index 8fa20c6..6c54ee9 100644 --- a/skins/nopacity/xmlfiles/displayvolume.xml +++ b/skins/nopacity/xmlfiles/displayvolume.xml @@ -14,7 +14,7 @@ --> - + diff --git a/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecast.xml b/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecast.xml index 08a10e3..521db36 100644 --- a/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecast.xml +++ b/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecast.xml @@ -6,7 +6,7 @@ - + diff --git a/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecastdetailcurrent.xml b/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecastdetailcurrent.xml index 8aa3d4f..ae9c2a6 100644 --- a/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecastdetailcurrent.xml +++ b/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecastdetailcurrent.xml @@ -15,7 +15,7 @@ - + - + 0 1 1 @@ -21,11 +11,8 @@ 10 16 1 - + - Show DVB device info when switching channel @@ -43,24 +30,24 @@ Näytä ikonit päävalikossa - Fade time in ms (needs VDR restart) - Einblendzeit in ms (erfordert VDR Neustart) - Häivytyksen kesto [ms] (uud.käynnistys) + Fade time in ms + Einblendzeit in ms + Häivytyksen kesto [ms] - Items in main menu (needs VDR restart) - Elemente im Hauptmenü (erfordert VDR Neustart) - Valinnat päävalikossa (uud.käynnistys) + Items in main menu + Elemente im Hauptmenü + Valinnat päävalikossa - Items in schedules, timers, ... menus (needs VDR restart) - Elemente in Programm, Timer, ... Menüs (erfordert VDR Neustart) - Valinnat alivalikoissa (uud.käynnistys) + Items in schedules, timers, ... menus + Elemente in Programm, Timer, ... Menüs + Valinnat alivalikoissa - Items in default list menu (needs VDR restart) - Elemente im Standard ListenMenü (erfordert VDR Neustart) - Valinnat valikkolistoissa (uud.käynnistys) + Items in default list menu + Elemente im Standard ListenMenü + Valinnat valikkolistoissa Show shorttexts in schedules menus diff --git a/skins/metrixhd/setup.xml b/skins/metrixhd/setup.xml index 034d0c0..abaf1c6 100644 --- a/skins/metrixhd/setup.xml +++ b/skins/metrixhd/setup.xml @@ -2,29 +2,16 @@ - - + 0 0 - + - - Fade time in ms (needs VDR restart) - Einblendzeit in ms (erfordert VDR Neustart) - Häivytyksen kesto [ms] (uud.käynnistys) + Fade time in ms + Einblendzeit in ms + Häivytyksen kesto [ms] Show DVB device info when switching channel diff --git a/skins/nopacity/setup.xml b/skins/nopacity/setup.xml index 7252c47..6482021 100644 --- a/skins/nopacity/setup.xml +++ b/skins/nopacity/setup.xml @@ -2,26 +2,13 @@ - - + 1 1 300 20 - + - Show Poster when switching channel @@ -32,12 +19,12 @@ Wetter in Infobar anzeigen - Fade time in ms (needs VDR restart) - Einblendzeit in ms (erfordert VDR Neustart) + Fade time in ms + Einblendzeit in ms - Transpareny channel, replay and volume (needs VDR restart) - Transparenz bei Kanal,Wiedergabe und Lautstärke (erfordert VDR Neustart) + Transpareny channel, replay and volume + Transparenz bei Kanal,Wiedergabe und Lautstärke diff --git a/skinskeleton/setup.xml b/skinskeleton/setup.xml index a0e5a97..c73d6d4 100644 --- a/skinskeleton/setup.xml +++ b/skinskeleton/setup.xml @@ -5,15 +5,20 @@ - - + +