icons: add missing tv and radio markers

Origin commit data
------------------
Branch: ni/coolstream
Commit: 22d92ebb94
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
2018-01-03 22:35:02 +01:00
committed by vanhofen
parent 44c436af73
commit e9b94ee79b
4 changed files with 6 additions and 0 deletions

View File

@@ -3,4 +3,7 @@ installdir = $(ICONSDIR)
install_DATA = \
checkmark.png \
important.png \
marker_lock.png \
marker_radio.png \
marker_tv.png \
warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

View File

@@ -91,6 +91,7 @@
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_KEYBINDING "keybinding"
#define NEUTRINO_ICON_LOCK "lock"
#define NEUTRINO_ICON_LOCK_MARKER "marker_lock"
#define NEUTRINO_ICON_LOCK_PASSIVE "lock_passive"
#define NEUTRINO_ICON_HIDDEN "hidden"
#define NEUTRINO_ICON_MOUNTED "mounted"
@@ -105,6 +106,7 @@
#define NEUTRINO_ICON_REW "mp_b-skip"
#define NEUTRINO_ICON_FF "mp_f-skip"
#define NEUTRINO_ICON_QUESTION "question"
#define NEUTRINO_ICON_RADIO_MARKER "marker_radio"
#define NEUTRINO_ICON_RADIOTEXTGET "radiotextget"
#define NEUTRINO_ICON_RADIOTEXTWAIT "radiotextwait"
#define NEUTRINO_ICON_RADIOTEXTOFF "radiotextoff"
@@ -119,6 +121,7 @@
#define NEUTRINO_ICON_TUNER_2 "tuner_2"
#define NEUTRINO_ICON_TUNER_3 "tuner_3"
#define NEUTRINO_ICON_TUNER_4 "tuner_4"
#define NEUTRINO_ICON_TV_MARKER "marker_tv"
#define NEUTRINO_ICON_UPDATE "softupdate"
#define NEUTRINO_ICON_UPNP "upnp"
#define NEUTRINO_ICON_VIDEO "video"