From 202bb5622bc0509888961b8881136cf1ec5b3a69 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 5 Jan 2018 00:52:58 +0100 Subject: [PATCH] - icons.h: some more re-sorts to get more structure Conflicts: src/gui/widget/icons.h Signed-off-by: Thilo Graf --- src/gui/widget/icons.h | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index 48598f695..13561847a 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -102,21 +102,17 @@ #define NEUTRINO_ICON_UPDATE "softupdate" #define NEUTRINO_ICON_UPNP "upnp" #define NEUTRINO_ICON_VIDEO "video" -#define NEUTRINO_ICON_NUMERIC_PAD "numericpad" #define NEUTRINO_ICON_BOOKMARK_MANAGER "bookmarkmanager" -#define NEUTRINO_ICON_BORDER_UL "border_ul" -#define NEUTRINO_ICON_BORDER_LR "border_lr" #define NEUTRINO_ICON_MAINMENU "mainmenue" #define NEUTRINO_ICON_LANGUAGE "language" #define NEUTRINO_ICON_NETWORK "network" #define NEUTRINO_ICON_LCD "lcd" -#define NEUTRINO_ICON_VOLUME "volume" #define NEUTRINO_ICON_PERSONALIZE "personalize" -#define NEUTRINO_ICON_STAR_ON "star-on" -#define NEUTRINO_ICON_STAR_OFF "star-off" -#define NEUTRINO_ICON_TMDB "tmdb" #define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer" +/* volumebar */ +#define NEUTRINO_ICON_VOLUME "volume" + /* sliders */ #define NEUTRINO_ICON_SLIDER_BODY "slider_body" #define NEUTRINO_ICON_SLIDER_INACTIVE "slider_inactive" @@ -276,6 +272,18 @@ #define NEUTRINO_ICON_MUTED "muted" #define NEUTRINO_ICON_RCLOCK "rclock" +#define NEUTRINO_ICON_BORDER_UL "border_ul" +#define NEUTRINO_ICON_BORDER_LR "border_lr" +#define NEUTRINO_ICON_NUMERIC_PAD "numericpad" + +#define NEUTRINO_ICON_STAR_ON "star-on" +#define NEUTRINO_ICON_STAR_OFF "star-off" +#define NEUTRINO_ICON_STARS_BG "stars_bg" //NI +#define NEUTRINO_ICON_STARS "stars" //NI + +#define NEUTRINO_ICON_IMDB "imdb" +#define NEUTRINO_ICON_TMDB "tmdb" + /* opkg manager */ #define NEUTRINO_ICON_CHECKMARK "checkmark" #define NEUTRINO_ICON_WARNING "warning"