mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
icons: add missing tv and radio markers
This commit is contained in:
@@ -3,4 +3,7 @@ installdir = $(ICONSDIR)
|
||||
install_DATA = \
|
||||
checkmark.png \
|
||||
important.png \
|
||||
marker_lock.png \
|
||||
marker_radio.png \
|
||||
marker_tv.png \
|
||||
warning.png
|
||||
|
BIN
data/icons/status/markers/marker_radio.png
Normal file
BIN
data/icons/status/markers/marker_radio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 842 B |
BIN
data/icons/status/markers/marker_tv.png
Normal file
BIN
data/icons/status/markers/marker_tv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 B |
@@ -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"
|
||||
|
Reference in New Issue
Block a user