icons: add missing tv and radio markers

This commit is contained in:
2018-01-03 15:12:08 +01:00
parent 1d56d479a7
commit 4a27a43e8c
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

@@ -89,6 +89,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"
@@ -103,6 +104,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"
@@ -117,6 +119,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"