mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
icons: add marker icons for dialog and status
Required for package manager
Origin commit data
------------------
Commit: 31f6873b8d
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
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 \
|
||||
|
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 |
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 |
@@ -310,9 +310,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