icons: add gray marker icons for timeshift and record

Origin commit data
------------------
Commit: 492e4dfe5e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- icons: add gray marker icons for timeshift and record
This commit is contained in:
vanhofen
2018-01-04 16:07:46 +01:00
parent a959a7e758
commit a8396cc299
4 changed files with 4 additions and 0 deletions

View File

@@ -8,9 +8,11 @@ install_DATA = \
marker_pip.png \ marker_pip.png \
marker_radio.png \ marker_radio.png \
marker_record.png \ marker_record.png \
marker_record_gray.png \
marker_scrambled.png \ marker_scrambled.png \
marker_streaming.png \ marker_streaming.png \
marker_timeshift.png \ marker_timeshift.png \
marker_timeshift_gray.png \
marker_tv.png \ marker_tv.png \
marker_zap.png \ marker_zap.png \
warning.png warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View File

@@ -262,9 +262,11 @@
#define NEUTRINO_ICON_MARKER_PIP "marker_pip" #define NEUTRINO_ICON_MARKER_PIP "marker_pip"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio" #define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record" #define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#define NEUTRINO_ICON_MARKER_RECORD_GRAY "marker_record_gray"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled" #define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming" #define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift" #define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift"
#define NEUTRINO_ICON_MARKER_TIMESHIFT_GRAY "marker_timeshift_gray"
#define NEUTRINO_ICON_MARKER_TV "marker_tv" #define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap" #define NEUTRINO_ICON_MARKER_ZAP "marker_zap"