aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-24 15:17:39 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-24 15:17:39 +0100
commit1398385cff4a4fc4d770afa1e9d1f6d560431b23 (patch)
tree0b79de66b9a7d16ac8df84bab5024f460d8ca0d5 /data
parent4d01a8b971e7631cf999d4773891cce657b9aa27 (diff)
downloadenigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.tar.gz
enigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.zip
add support for event progressbar per service in channelselection
default this is disabled.. you can enable it in the Usage config this fixes bug #486 (patch by Dr.Best)
Diffstat (limited to 'data')
-rw-r--r--data/setup.xml1
-rwxr-xr-xdata/skin_default/Makefile.am1
-rw-r--r--data/skin_default/celserviceeventprogressbar.pngbin0 -> 1056 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/data/setup.xml b/data/setup.xml
index 92bbc0f1..705eaf33 100644
--- a/data/setup.xml
+++ b/data/setup.xml
@@ -34,6 +34,7 @@
<item level="1" text="Action on short powerbutton press">config.usage.on_short_powerpress</item>
<item level="0" text="Infobar timeout">config.usage.infobar_timeout</item>
<item level="1" text="12V output" requires="12V_Output">config.usage.output_12V</item>
+ <item level="0" text="Show event-progress in channel selection">config.usage.show_event_progress_in_servicelist</item>
<item level="2" text="Show infobar on channel change">config.usage.show_infobar_on_zap</item>
<item level="2" text="Show infobar on skip forward/backward">config.usage.show_infobar_on_skip</item>
<item level="2" text="Show infobar on event change">config.usage.show_infobar_on_event_change</item>
diff --git a/data/skin_default/Makefile.am b/data/skin_default/Makefile.am
index 85bb800d..6038c2e9 100755
--- a/data/skin_default/Makefile.am
+++ b/data/skin_default/Makefile.am
@@ -23,6 +23,7 @@ dist_install_DATA = \
b_tl.png \
b_t.png \
b_tr.png \
+ celserviceeventprogressbar.png \
div-h.png \
div-v.png \
epg_more.png \
diff --git a/data/skin_default/celserviceeventprogressbar.png b/data/skin_default/celserviceeventprogressbar.png
new file mode 100644
index 00000000..7bf5c658
--- /dev/null
+++ b/data/skin_default/celserviceeventprogressbar.png
Binary files differ