Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
configure.ac
data/Makefile.am
data/icons/Makefile.am
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b9b466bc1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-07 (Wed, 07 Dec 2016)
------------------
This commit was generated by Migit
3
data/pictures/Makefile.am
Normal file
@@ -0,0 +1,3 @@
|
||||
SUBDIRS = \
|
||||
backgrounds \
|
||||
screensaver
|
BIN
data/pictures/backgrounds/1280x720/mp3.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
data/pictures/backgrounds/1280x720/radiomode.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
data/pictures/backgrounds/1280x720/scan.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
data/pictures/backgrounds/1280x720/shutdown.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
data/pictures/backgrounds/1280x720/start.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
10
data/pictures/backgrounds/Makefile.am
Normal file
@@ -0,0 +1,10 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
resolution = 1280x720
|
||||
|
||||
install_DATA = \
|
||||
$(resolution)/mp3.jpg \
|
||||
$(resolution)/radiomode.jpg \
|
||||
$(resolution)/scan.jpg \
|
||||
$(resolution)/shutdown.jpg \
|
||||
$(resolution)/start.jpg
|
BIN
data/pictures/screensaver/1280x720/mp3-0.jpg
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-1.jpg
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-2.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-3.jpg
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-4.jpg
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-5.jpg
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-6.jpg
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
data/pictures/screensaver/1280x720/mp3-7.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
13
data/pictures/screensaver/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
resolution = 1280x720
|
||||
|
||||
install_DATA = \
|
||||
$(resolution)/mp3-0.jpg \
|
||||
$(resolution)/mp3-1.jpg \
|
||||
$(resolution)/mp3-2.jpg \
|
||||
$(resolution)/mp3-3.jpg \
|
||||
$(resolution)/mp3-4.jpg \
|
||||
$(resolution)/mp3-5.jpg \
|
||||
$(resolution)/mp3-6.jpg \
|
||||
$(resolution)/mp3-7.jpg
|