From 6b61af99d6288f7fc244c09ee4fc44079127a3a1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 16:07:47 +0100 Subject: [PATCH] icons.h: small re-sort Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f5ed9878a93d8f0ec2a12584b76f1aebadd8c953 Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - icons.h: small re-sort ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/icons.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index 8af325c3a..c7ad1c359 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -71,6 +71,11 @@ #define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive" #define NEUTRINO_ICON_BUTTON_STOP "btn_stop" +#define NEUTRINO_ICON_BUTTON_LONGPRESS "longpress" + +#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE "mute_zap_green" +#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_INACTIVE "mute_zap_gray" + #define NEUTRINO_ICON_BLUE "icon_blue" #define NEUTRINO_ICON_GREEN "icon_green" #define NEUTRINO_ICON_RED "icon_red" @@ -169,9 +174,6 @@ #define NEUTRINO_ICON_SLIDER_BLUE "slider_blue" #define NEUTRINO_ICON_SLIDER_ALPHA "slider_alpha" -#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE "mute_zap_green" -#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_INACTIVE "mute_zap_gray" - /* menu hints */ #define NEUTRINO_ICON_HINT_DEFAULT "hint_default" #define NEUTRINO_ICON_HINT_BACK "hint_back" @@ -198,6 +200,7 @@ #define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio" #define NEUTRINO_ICON_HINT_MOVIE "hint_movie" #define NEUTRINO_ICON_HINT_PICVIEW "hint_picview" +#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay" #define NEUTRINO_ICON_HINT_MB "hint_mb" #define NEUTRINO_ICON_HINT_FILEPLAY "hint_fileplay" @@ -241,6 +244,9 @@ #define NEUTRINO_ICON_HINT_RESTORE "hint_restore" #define NEUTRINO_ICON_HINT_FACTORY "hint_factory" +/* plugins */ +#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin" + /* filetypes */ #define NEUTRINO_ICON_FILE "file" #define NEUTRINO_ICON_FOLDER "folder" @@ -271,18 +277,10 @@ #define NEUTRINO_ICON_REC "rec" #define NEUTRINO_ICON_REC_GRAY "rec_gray" -/* plugins */ -#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin" - /* opkg manager */ #define NEUTRINO_ICON_CHECKMARK "checkmark" #define NEUTRINO_ICON_WARNING "warning" -/* misc */ -#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay" - -#define NEUTRINO_ICON_BUTTON_LONGPRESS "longpress" - //NI #define NEUTRINO_ICON_HINT_IMAGELOGO "hint_imagelogo" #define NEUTRINO_ICON_HINT_VTXT "hint_vtxt"