icons: add marker icons for timeshift and zap events

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

Origin message was:
------------------
- icons: add marker icons for timeshift and zap events
This commit is contained in:
vanhofen
2018-01-04 16:07:46 +01:00
parent ee48ee7c7d
commit 08d8a7799d
4 changed files with 4 additions and 0 deletions

View File

@@ -9,5 +9,7 @@ install_DATA = \
marker_record.png \ marker_record.png \
marker_scrambled.png \ marker_scrambled.png \
marker_streaming.png \ marker_streaming.png \
marker_timeshift.png \
marker_tv.png \ marker_tv.png \
marker_zap.png \
warning.png warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

View File

@@ -263,7 +263,9 @@
#define NEUTRINO_ICON_MARKER_RECORD "marker_record" #define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#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_TV "marker_tv" #define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap"
/* plugins */ /* plugins */
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin" #define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"