summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-29 16:38:57 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-29 16:38:57 +0200
commit3ccaa83310d1a66bfe60db0302356df7ac0cc78b (patch)
tree3da44a7070a85d36674f367932426a7e2b8b08ee
parente8324c873cd18c2c038c3d01a62a264ee042a9d5 (diff)
downloadskin-flat-3ccaa83310d1a66bfe60db0302356df7ac0cc78b.tar.gz
skin-flat-3ccaa83310d1a66bfe60db0302356df7ac0cc78b.tar.bz2
remove symbols references, change white theme name
-rw-r--r--HISTORY4
-rw-r--r--displaychannel.c3
-rw-r--r--displaymenu.c3
-rw-r--r--displayvolume.c1
-rw-r--r--themes/flat-white.theme2
5 files changed, 3 insertions, 10 deletions
diff --git a/HISTORY b/HISTORY
index 2b365c2..f88327e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,5 @@
VDR Plugin 'skinflat' Revision History
---------------------------------------
-2013-XX-XX: Version 0.0.1
-- Erste Version \ No newline at end of file
+2013-29-07: Version 0.0.1
+- Erste Version
diff --git a/displaychannel.c b/displaychannel.c
index 8607f54..c7501dd 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -1,6 +1,3 @@
-#include "symbols/audio.xpm"
-#include "symbols/dolbydigital.xpm"
-
#include "displaychannel.h"
cFlatDisplayChannel::cFlatDisplayChannel(bool WithInfo) {
diff --git a/displaymenu.c b/displaymenu.c
index f71fa33..02eec41 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -1,8 +1,5 @@
#include "displaymenu.h"
-#include "symbols/arrowdown.xpm"
-#include "symbols/arrowup.xpm"
-
cFlatDisplayMenu::cFlatDisplayMenu(void) {
CreateFullOsd();
TopBarCreate();
diff --git a/displayvolume.c b/displayvolume.c
index 4575fc6..7e4eab9 100644
--- a/displayvolume.c
+++ b/displayvolume.c
@@ -1,4 +1,3 @@
-#include "symbols/mute.xpm"
#include "displayvolume.h"
cFlatDisplayVolume::cFlatDisplayVolume(void) {
diff --git a/themes/flat-white.theme b/themes/flat-white.theme
index bfcea97..c5cc734 100644
--- a/themes/flat-white.theme
+++ b/themes/flat-white.theme
@@ -1,4 +1,4 @@
-Description = Default
+Description = white
clrTopBarBg = 90CCCCCC
clrTopBarFont = FF222222
clrTopBarDateTimeFont = FF222222