mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
icons: add marker icons for dialog and status
Required for package manager
This commit is contained in:
@@ -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 |
BIN
data/icons/status/markers/marker_dialog_ok_apply.png
Normal file
BIN
data/icons/status/markers/marker_dialog_ok_apply.png
Normal file
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 |
BIN
data/icons/status/markers/marker_user_busy.png
Normal file
BIN
data/icons/status/markers/marker_user_busy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
@@ -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"
|
||||
|
Reference in New Issue
Block a user