icons: add marker icons for dialog and status

Required for package manager
This commit is contained in:
2023-03-07 10:34:01 +01:00
parent d647451879
commit 8f9585b01f
6 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ installdir = $(ICONSDIR)
install_DATA = \
marker_dialog_off.png \
marker_dialog_ok.png \
marker_dialog_ok_apply.png \
marker_download_later.png \
marker_epg.png \
marker_hd.png \
@@ -18,6 +19,7 @@ install_DATA = \
marker_streaming.png \
marker_timeshift.png \
marker_timeshift_gray.png \
marker_user_busy.png \
marker_tv.png \
marker_uhd.png \
marker_update_available.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -307,9 +307,11 @@
/* status */
#define NEUTRINO_ICON_MARKER_DIALOG_OK "marker_dialog_ok"
#define NEUTRINO_ICON_MARKER_DIALOG_OK_APPLY "marker_dialog_ok_apply"
#define NEUTRINO_ICON_MARKER_DIALOG_OFF "marker_dialog_off"
#define NEUTRINO_ICON_MARKER_DOWNLOAD_LATER "marker_download_later"
#define NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE "marker_update_available"
#define NEUTRINO_ICON_MARKER_USER_BUSY "marker_user_busy"
/* activity */
#define NEUTRINO_ICON_LOADER "hourglass"