Merge remote-tracking branch 'tuxbox/master'
Origin commit data
------------------
Branch: ni/coolstream
Commit: a409047714
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-22 (Sun, 22 Jan 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
93
configure.ac
@@ -297,65 +297,82 @@ AC_SUBST(BLURAY_LIBS)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
data/Makefile
|
||||
data/fonts/Makefile
|
||||
data/icons/Makefile
|
||||
data/icons/buttons/Makefile
|
||||
data/icons/filetypes/Makefile
|
||||
data/icons/headers/Makefile
|
||||
data/icons/hints/Makefile
|
||||
data/icons/locale/Makefile
|
||||
data/icons/movieplayer/Makefile
|
||||
data/icons/radar/Makefile
|
||||
data/icons/slider/Makefile
|
||||
data/icons/status/Makefile
|
||||
data/icons/status/ca/Makefile
|
||||
data/icons/status/channel/Makefile
|
||||
data/icons/status/markers/Makefile
|
||||
data/icons/status/various/Makefile
|
||||
data/icons/various/Makefile
|
||||
data/inetradio/Makefile
|
||||
data/initial/Makefile
|
||||
data/iso-codes/Makefile
|
||||
data/lcd/Makefile
|
||||
data/lcd/clock/Makefile
|
||||
data/lcd/icons/Makefile
|
||||
data/license/Makefile
|
||||
data/locale/Makefile
|
||||
data/neutrino-scripts/Makefile
|
||||
data/pictures/Makefile
|
||||
data/pictures/backgrounds/Makefile
|
||||
data/pictures/screensaver/Makefile
|
||||
data/scripts/Makefile
|
||||
data/themes/Makefile
|
||||
data/y-web/Makefile
|
||||
data/y-web/images/Makefile
|
||||
data/y-web/languages/Makefile
|
||||
data/y-web/scripts/Makefile
|
||||
data/y-web/styles/Makefile
|
||||
lib/Makefile
|
||||
lib/libconfigfile/Makefile
|
||||
lib/connection/Makefile
|
||||
lib/jsoncpp/Makefile
|
||||
lib/libconfigfile/Makefile
|
||||
lib/libcoolstream/Makefile
|
||||
lib/libdvbsub/Makefile
|
||||
lib/libeventserver/Makefile
|
||||
lib/libiw/Makefile
|
||||
lib/libmd5sum/Makefile
|
||||
lib/libnet/Makefile
|
||||
lib/xmltree/Makefile
|
||||
lib/jsoncpp/Makefile
|
||||
lib/libtuxtxt/Makefile
|
||||
lib/libupnpclient/Makefile
|
||||
lib/luaclient/Makefile
|
||||
lib/sectionsdclient/Makefile
|
||||
lib/timerdclient/Makefile
|
||||
lib/libcoolstream/Makefile
|
||||
lib/libtuxtxt/Makefile
|
||||
lib/libdvbsub/Makefile
|
||||
lib/libupnpclient/Makefile
|
||||
lib/libiw/Makefile
|
||||
lib/luaclient/Makefile
|
||||
src/lcddisplay/Makefile
|
||||
src/nhttpd/Makefile
|
||||
src/nhttpd/web/Makefile
|
||||
src/nhttpd/web/images/Makefile
|
||||
src/nhttpd/web/scripts/Makefile
|
||||
src/nhttpd/web/languages/Makefile
|
||||
src/nhttpd/web/styles/Makefile
|
||||
src/nhttpd/tuxboxapi/Makefile
|
||||
src/nhttpd/yhttpd_core/Makefile
|
||||
src/nhttpd/yhttpd_mods/Makefile
|
||||
src/nhttpd/nhttpd.conf
|
||||
lib/xmltree/Makefile
|
||||
src/Makefile
|
||||
src/daemonc/Makefile
|
||||
src/driver/pictureviewer/Makefile
|
||||
src/driver/audiodec/Makefile
|
||||
src/driver/Makefile
|
||||
src/driver/audiodec/Makefile
|
||||
src/driver/pictureviewer/Makefile
|
||||
src/eitd/Makefile
|
||||
src/gui/Makefile
|
||||
src/gui/bedit/Makefile
|
||||
src/gui/components/Makefile
|
||||
src/gui/lua/Makefile
|
||||
src/gui/moviebrowser/Makefile
|
||||
src/gui/widget/Makefile
|
||||
src/lcddisplay/Makefile
|
||||
src/nhttpd/Makefile
|
||||
src/nhttpd/nhttpd.conf
|
||||
src/nhttpd/tuxboxapi/Makefile
|
||||
src/nhttpd/yhttpd_core/Makefile
|
||||
src/nhttpd/yhttpd_mods/Makefile
|
||||
src/system/Makefile
|
||||
src/system/mtdutils/Makefile
|
||||
src/system/mtdutils/lib/Makefile
|
||||
data/Makefile
|
||||
data/fonts/Makefile
|
||||
data/icons/Makefile
|
||||
data/inetradio/Makefile
|
||||
data/initial/Makefile
|
||||
data/iso-codes/Makefile
|
||||
data/lcd/Makefile
|
||||
data/lcd/icons/Makefile
|
||||
data/lcd/clock/Makefile
|
||||
data/license/Makefile
|
||||
data/locale/Makefile
|
||||
data/neutrino-scripts/Makefile
|
||||
data/scripts/Makefile
|
||||
data/themes/Makefile
|
||||
src/eitd/Makefile
|
||||
src/timerd/Makefile
|
||||
src/zapit/Makefile
|
||||
src/zapit/data/Makefile
|
||||
src/zapit/lib/Makefile
|
||||
src/zapit/src/Makefile
|
||||
src/zapit/data/Makefile
|
||||
])
|
||||
|
@@ -1,4 +1,16 @@
|
||||
SUBDIRS = fonts icons inetradio initial iso-codes license locale scripts themes neutrino-scripts
|
||||
SUBDIRS = \
|
||||
fonts \
|
||||
icons \
|
||||
inetradio \
|
||||
initial \
|
||||
iso-codes \
|
||||
license \
|
||||
locale \
|
||||
neutrino-scripts \
|
||||
pictures \
|
||||
scripts \
|
||||
themes \
|
||||
y-web
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
SUBDIRS += lcd
|
||||
|
@@ -1,279 +1,11 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
locale = \
|
||||
locale/deutsch.png \
|
||||
locale/english.png
|
||||
|
||||
locale_unmaintained = \
|
||||
locale/unmaintained/bayrisch.png \
|
||||
locale/unmaintained/bosanski.png \
|
||||
locale/unmaintained/ch-baslerdeutsch.png \
|
||||
locale/unmaintained/ch-berndeutsch.png \
|
||||
locale/unmaintained/czech.png \
|
||||
locale/unmaintained/francais.png \
|
||||
locale/unmaintained/italiano.png \
|
||||
locale/unmaintained/nederlands.png \
|
||||
locale/unmaintained/polski.png \
|
||||
locale/unmaintained/portugues.png \
|
||||
locale/unmaintained/russkij.png \
|
||||
locale/unmaintained/slovak.png \
|
||||
locale/unmaintained/suomi.png \
|
||||
locale/unmaintained/svenska.png
|
||||
|
||||
install_DATA = $(locale)
|
||||
install_DATA += $(locale_unmaintained)
|
||||
|
||||
install_DATA += \
|
||||
0.png \
|
||||
1.png \
|
||||
16_9.png \
|
||||
16_9_gray.png \
|
||||
2.png \
|
||||
3.png \
|
||||
4.png \
|
||||
5.png \
|
||||
6.png \
|
||||
7.png \
|
||||
8.png \
|
||||
9.png \
|
||||
ats.png \
|
||||
ats_gray.png \
|
||||
audio.png \
|
||||
audioplay.png \
|
||||
biss_green.png \
|
||||
biss_white.png \
|
||||
biss_yellow.png \
|
||||
blau.png \
|
||||
bookmarkmanager.png \
|
||||
border_lr.png \
|
||||
border_ul.png \
|
||||
btn_backward.png \
|
||||
btn_forward.png \
|
||||
btn_pause.png \
|
||||
btn_play.png \
|
||||
btn_record_active.png \
|
||||
btn_record_inactive.png \
|
||||
btn_stop.png \
|
||||
ca.png \
|
||||
ca2.png \
|
||||
ca2_gray.png \
|
||||
checkmark.png \
|
||||
colors.png \
|
||||
conax_green.png \
|
||||
conax_white.png \
|
||||
conax_yellow.png \
|
||||
cw_green.png \
|
||||
cw_white.png \
|
||||
cw_yellow.png \
|
||||
d_green.png \
|
||||
d_white.png \
|
||||
d_yellow.png \
|
||||
dd.png \
|
||||
dd_avail.png \
|
||||
dd_gray.png \
|
||||
down.png \
|
||||
dummy.png \
|
||||
dummy_small.png \
|
||||
error.png \
|
||||
epg.png \
|
||||
features.png \
|
||||
file.png \
|
||||
folder.png \
|
||||
games.png \
|
||||
gelb.png \
|
||||
gruen.png \
|
||||
help.png \
|
||||
help_small.png \
|
||||
hidden.png \
|
||||
hint_a_pic.png \
|
||||
hint_adzap.png \
|
||||
hint_aplay.png \
|
||||
hint_audio.png \
|
||||
hint_back.png \
|
||||
hint_bedit.png \
|
||||
hint_ci.png \
|
||||
hint_dboxinfo.png \
|
||||
hint_delete.png \
|
||||
hint_extended.png \
|
||||
hint_fileplay.png \
|
||||
hint_games.png \
|
||||
hint_hdd.png \
|
||||
hint_imageinfo.png \
|
||||
hint_inetradio.png \
|
||||
hint_info.png \
|
||||
hint_keys.png \
|
||||
hint_language.png \
|
||||
hint_manage.png \
|
||||
hint_mb.png \
|
||||
hint_media.png \
|
||||
hint_movie.png \
|
||||
hint_network.png \
|
||||
hint_next.png \
|
||||
hint_osd.png \
|
||||
hint_personalize.png \
|
||||
hint_picview.png \
|
||||
hint_plugin.png \
|
||||
hint_protection.png \
|
||||
hint_radiomode.png \
|
||||
hint_reboot.png \
|
||||
hint_recording.png \
|
||||
hint_reload.png \
|
||||
hint_restart.png \
|
||||
hint_save.png \
|
||||
hint_scan.png \
|
||||
hint_scripts.png \
|
||||
hint_service.png \
|
||||
hint_settings.png \
|
||||
hint_shutdown.png \
|
||||
hint_sleeptimer.png \
|
||||
hint_streaminfo.png \
|
||||
hint_swupdate.png \
|
||||
hint_timers.png \
|
||||
hint_tvmode.png \
|
||||
hint_tvradio_switch.png \
|
||||
hint_vfd.png \
|
||||
hint_video.png \
|
||||
hint_ytplay.png \
|
||||
home.png \
|
||||
icon_green.png \
|
||||
icon_movieplayer.png \
|
||||
icon_red.png \
|
||||
icon_yellow.png \
|
||||
icon_ytplay.png \
|
||||
important.png \
|
||||
info.png \
|
||||
info_small.png \
|
||||
information.png \
|
||||
ird_green.png \
|
||||
ird_white.png \
|
||||
ird_yellow.png \
|
||||
keybinding.png \
|
||||
language.png \
|
||||
lcd.png \
|
||||
left.png \
|
||||
local.png \
|
||||
lock.png \
|
||||
lock_passive.png \
|
||||
mainmenue.png \
|
||||
menu.png \
|
||||
menu_small.png \
|
||||
mounted.png \
|
||||
movie.png \
|
||||
mp_b-skip.png \
|
||||
mp_f-skip.png \
|
||||
mp_pause.png \
|
||||
mp_play.png \
|
||||
mp_play_repeat_all.png \
|
||||
mp_play_repeat_track.png \
|
||||
mp3.jpg \
|
||||
mp3.png \
|
||||
mp3-0.jpg \
|
||||
mp3-1.jpg \
|
||||
mp3-2.jpg \
|
||||
mp3-3.jpg \
|
||||
mp3-4.jpg \
|
||||
mp3-5.jpg \
|
||||
mp3-6.jpg \
|
||||
mp3-7.jpg \
|
||||
multimedia.png \
|
||||
mute.png \
|
||||
mute_small.png \
|
||||
mute_zap_gray.png \
|
||||
mute_zap_green.png \
|
||||
nagra_green.png \
|
||||
nagra_white.png \
|
||||
nagra_yellow.png \
|
||||
nds_green.png \
|
||||
nds_white.png \
|
||||
nds_yellow.png \
|
||||
network.png \
|
||||
not_mounted.png \
|
||||
notyet.png \
|
||||
numericpad.png \
|
||||
ok.png \
|
||||
personalize.png \
|
||||
pip.png \
|
||||
power.png \
|
||||
powervu_green.png \
|
||||
powervu_white.png \
|
||||
powervu_yellow.png \
|
||||
radar.pal \
|
||||
radar_red.pal \
|
||||
radar0.raw \
|
||||
radar1.raw \
|
||||
radar2.raw \
|
||||
radar3.raw \
|
||||
radar4.raw \
|
||||
radar5.raw \
|
||||
radar6.raw \
|
||||
radar7.raw \
|
||||
radar8.raw \
|
||||
radar9.raw \
|
||||
radiomode.jpg \
|
||||
radiotextget.png \
|
||||
radiotextoff.png \
|
||||
radiotextwait.png \
|
||||
rclock.png \
|
||||
rec.png \
|
||||
rec_event_marker.png \
|
||||
rec_gray.png \
|
||||
recording.png \
|
||||
res_000.png \
|
||||
res_1080.png \
|
||||
res_1280.png \
|
||||
res_1440.png \
|
||||
res_1920.png \
|
||||
res_288.png \
|
||||
res_352.png \
|
||||
res_382.png \
|
||||
res_480.png \
|
||||
res_528.png \
|
||||
res_544.png \
|
||||
res_576.png \
|
||||
res_704.png \
|
||||
res_720.png \
|
||||
res_hd.png \
|
||||
res_sd.png \
|
||||
right.png \
|
||||
rot.png \
|
||||
scan.jpg \
|
||||
seca_green.png \
|
||||
seca_white.png \
|
||||
seca_yellow.png \
|
||||
settings.png \
|
||||
shell.png \
|
||||
shutdown.jpg \
|
||||
softupdate.png \
|
||||
star-off.png \
|
||||
star-on.png \
|
||||
start.jpg \
|
||||
streaming.png \
|
||||
subt.png \
|
||||
subt_gray.png \
|
||||
timer.png \
|
||||
tmdb.png \
|
||||
tuner_1.png \
|
||||
tuner_2.png \
|
||||
tuner_3.png \
|
||||
tuner_4.png \
|
||||
up.png \
|
||||
upnp.png \
|
||||
via_green.png \
|
||||
via_white.png \
|
||||
via_yellow.png \
|
||||
video.png \
|
||||
volume.png \
|
||||
volumebody.png \
|
||||
volumeslider2.png \
|
||||
volumeslider2alpha.png \
|
||||
volumeslider2blue.png \
|
||||
volumeslider2green.png \
|
||||
volumeslider2red.png \
|
||||
vtxt.png \
|
||||
vtxt_gray.png \
|
||||
warning.png \
|
||||
x_green.png \
|
||||
x_white.png \
|
||||
x_yellow.png \
|
||||
zap.png
|
||||
|
||||
SUBDIRS = \
|
||||
buttons \
|
||||
filetypes \
|
||||
headers \
|
||||
hints \
|
||||
locale \
|
||||
movieplayer \
|
||||
radar \
|
||||
slider \
|
||||
status \
|
||||
various
|
||||
|
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
42
data/icons/buttons/Makefile.am
Normal file
@@ -0,0 +1,42 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
install_DATA = \
|
||||
0.png \
|
||||
1.png \
|
||||
2.png \
|
||||
3.png \
|
||||
4.png \
|
||||
5.png \
|
||||
6.png \
|
||||
7.png \
|
||||
8.png \
|
||||
9.png \
|
||||
blau.png \
|
||||
btn_backward.png \
|
||||
btn_forward.png \
|
||||
btn_pause.png \
|
||||
btn_play.png \
|
||||
btn_record_active.png \
|
||||
btn_record_inactive.png \
|
||||
btn_stop.png \
|
||||
down.png \
|
||||
dummy.png \
|
||||
dummy_small.png \
|
||||
gelb.png \
|
||||
gruen.png \
|
||||
help.png \
|
||||
help_small.png \
|
||||
home.png \
|
||||
info.png \
|
||||
info_small.png \
|
||||
left.png \
|
||||
menu.png \
|
||||
menu_small.png \
|
||||
mute_small.png \
|
||||
mute_zap_gray.png \
|
||||
mute_zap_green.png \
|
||||
ok.png \
|
||||
power.png \
|
||||
right.png \
|
||||
rot.png \
|
||||
up.png
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 620 B After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 992 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
6
data/icons/filetypes/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
install_DATA = \
|
||||
file.png \
|
||||
folder.png \
|
||||
movie.png
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
31
data/icons/headers/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
install_DATA = \
|
||||
audio.png \
|
||||
bookmarkmanager.png \
|
||||
colors.png \
|
||||
error.png \
|
||||
features.png \
|
||||
games.png \
|
||||
icon_green.png \
|
||||
icon_movieplayer.png \
|
||||
icon_red.png \
|
||||
icon_yellow.png \
|
||||
icon_ytplay.png \
|
||||
information.png \
|
||||
keybinding.png \
|
||||
language.png \
|
||||
lcd.png \
|
||||
mainmenue.png \
|
||||
mp3.png \
|
||||
multimedia.png \
|
||||
network.png \
|
||||
personalize.png \
|
||||
recording.png \
|
||||
settings.png \
|
||||
shell.png \
|
||||
softupdate.png \
|
||||
streaming.png \
|
||||
timer.png \
|
||||
upnp.png \
|
||||
video.png
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 827 B After Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 772 B After Width: | Height: | Size: 772 B |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
52
data/icons/hints/Makefile.am
Normal file
@@ -0,0 +1,52 @@
|
||||
installdir = $(ICONSDIR)
|
||||
|
||||
install_DATA = \
|
||||
hint_a_pic.png \
|
||||
hint_adzap.png \
|
||||
hint_aplay.png \
|
||||
hint_audio.png \
|
||||
hint_back.png \
|
||||
hint_bedit.png \
|
||||
hint_ci.png \
|
||||
hint_dboxinfo.png \
|
||||
hint_delete.png \
|
||||
hint_extended.png \
|
||||
hint_fileplay.png \
|
||||
hint_games.png \
|
||||
hint_hdd.png \
|
||||
hint_imageinfo.png \
|
||||
hint_inetradio.png \
|
||||
hint_info.png \
|
||||
hint_keys.png \
|
||||
hint_language.png \
|
||||
hint_manage.png \
|
||||
hint_mb.png \
|
||||
hint_media.png \
|
||||
hint_movie.png \
|
||||
hint_network.png \
|
||||
hint_next.png \
|
||||
hint_osd.png \
|
||||
hint_personalize.png \
|
||||
hint_picview.png \
|
||||
hint_plugin.png \
|
||||
hint_protection.png \
|
||||
hint_radiomode.png \
|
||||
hint_reboot.png \
|
||||
hint_recording.png \
|
||||
hint_reload.png \
|
||||
hint_restart.png \
|
||||
hint_save.png \
|
||||
hint_scan.png \
|
||||
hint_scripts.png \
|
||||
hint_service.png \
|
||||
hint_settings.png \
|
||||
hint_shutdown.png \
|
||||
hint_sleeptimer.png \
|
||||
hint_streaminfo.png \
|
||||
hint_swupdate.png \
|
||||
hint_timers.png \
|
||||
hint_tvmode.png \
|
||||
hint_tvradio_switch.png \
|
||||
hint_vfd.png \
|
||||
hint_video.png \
|
||||
hint_ytplay.png
|