- icons: rename and sort new marker icons

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent edffe18be6
commit 28d4e97a34
8 changed files with 29 additions and 27 deletions

View File

@@ -89,9 +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_MARKER "marker_hidden"
#define NEUTRINO_ICON_MOUNTED "mounted"
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
@@ -104,7 +102,6 @@
#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"
@@ -114,13 +111,11 @@
#define NEUTRINO_ICON_SETTINGS "settings"
#define NEUTRINO_ICON_SHELL "shell"
#define NEUTRINO_ICON_STREAMING "streaming"
#define NEUTRINO_ICON_STREAMING_MARKER "marker_streaming"
#define NEUTRINO_ICON_TIMER "timer"
#define NEUTRINO_ICON_TUNER_1 "tuner_1"
#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"
@@ -132,7 +127,6 @@
#define NEUTRINO_ICON_AUTO_SHIFT_GRAY "ats_gray"
#define NEUTRINO_ICON_NUMERIC_PAD "numericpad"
#define NEUTRINO_ICON_SCRAMBLED "ca"
#define NEUTRINO_ICON_SCRAMBLED_MARKER "marker_scrambled"
#define NEUTRINO_ICON_SCRAMBLED2 "ca2"
#define NEUTRINO_ICON_SCRAMBLED2_GREY "ca2_gray"
#define NEUTRINO_ICON_BOOKMARK_MANAGER "bookmarkmanager"
@@ -163,7 +157,6 @@
#define NEUTRINO_ICON_RESOLUTION_HD "res_hd"
#define NEUTRINO_ICON_RESOLUTION_SD "res_sd"
#define NEUTRINO_ICON_PERSONALIZE "personalize"
#define NEUTRINO_ICON_RECORDING_EVENT_MARKER "rec_event_marker"
#define NEUTRINO_ICON_ZAP "zap"
#define NEUTRINO_ICON_PIP "pip"
#define NEUTRINO_ICON_STAR_ON "star-on"
@@ -256,6 +249,15 @@
#define NEUTRINO_ICON_MP3 "mp3"
#define NEUTRINO_ICON_PICTURE "picture"
/* markers */
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_RECORDING_EVENT "rec_event_marker"
/* plugins */
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"