icons: move some icons into own sub-directory

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0780c5c969
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-25 (Mon, 25 Mar 2019)

Origin message was:
------------------
- icons: move some icons into own sub-directory

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-25 22:21:21 +01:00
parent e9f10a7f0e
commit aed2c13a08
24 changed files with 25 additions and 20 deletions

View File

@@ -339,6 +339,7 @@ data/icons/radar/Makefile
data/icons/slider/Makefile
data/icons/status/Makefile
data/icons/status/ca/Makefile
data/icons/status/camd/Makefile
data/icons/status/channel/Makefile
data/icons/status/info/Makefile
data/icons/status/markers/Makefile

View File

@@ -1,5 +1,6 @@
SUBDIRS = \
ca \
camd \
channel \
info \
markers \

View File

@@ -4,9 +4,6 @@ install_DATA = \
biss_green.png \
biss_white.png \
biss_yellow.png \
cccam_green.png \
ci+_green.png \
ci+_grey.png \
conax_green.png \
conax_white.png \
conax_yellow.png \
@@ -16,37 +13,21 @@ install_DATA = \
d_green.png \
d_white.png \
d_yellow.png \
dec_card.png \
dec_fta.png \
dec_int.png \
dec_na.png \
dec_net.png \
doscam_green.png \
doscam_yellow.png \
gbox_green.png \
ird_green.png \
ird_white.png \
ird_yellow.png \
mgcamd_green.png \
nagra_green.png \
nagra_white.png \
nagra_yellow.png \
ncam_green.png \
nds_green.png \
nds_white.png \
nds_yellow.png \
newcs_green.png \
oscam_green.png \
oscam_yellow.png \
osemu_green.png \
osemu_yellow.png \
powervu_green.png \
powervu_white.png \
powervu_yellow.png \
seca_green.png \
seca_white.png \
seca_yellow.png \
srv_green.png \
tan_green.png \
tan_white.png \
tan_yellow.png \

View File

@@ -0,0 +1,22 @@
installdir = $(ICONSDIR)
install_DATA = \
cccam_green.png \
ci+_green.png \
ci+_grey.png \
dec_card.png \
dec_fta.png \
dec_int.png \
dec_na.png \
dec_net.png \
doscam_green.png \
doscam_yellow.png \
gbox_green.png \
mgcamd_green.png \
ncam_green.png \
ncam_yellow.png \
newcs_green.png \
oscam_green.png \
oscam_yellow.png \
osemu_green.png \
osemu_yellow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -1055,7 +1055,7 @@ void CInfoViewerBB::paint_cam_icons()
if ( getpidof(icon_name[i]) ) {
buf.str("");
buf << icon_name[i] << "_green";
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
if(strstr(icon_name[i], "doscam") || strstr(icon_name[i], "ncam") || strstr(icon_name[i], "oscam") || strstr(icon_name[i], "osemu")) {
if(camCI && useCI && filter_channels) {
buf.str("");
buf << icon_name[i] << "_yellow";