- icons: rename color buttons; avoid german names

Conflicts:
	data/icons/buttons/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>

Note for last cherry-picks with icon rename:
It would make more sense to rename consequently all the other icons with prefixes like btn_*.*, header_*.* etc. ... means
prefixes matching to groups: buttons, header etc.
For some groups, this has already been done
but at the moment that is not enough.
This commit is contained in:
svenhoefer
2021-10-16 23:45:21 +02:00
committed by Thilo Graf
parent 44e7a95042
commit 56bd12bac1
7 changed files with 9 additions and 8 deletions

View File

@@ -11,9 +11,10 @@ install_DATA = \
7.png \ 7.png \
8.png \ 8.png \
9.png \ 9.png \
blau.png \
btn_backward.png \ btn_backward.png \
btn_blue.png \
btn_forward.png \ btn_forward.png \
btn_green.png \
btn_option_off_active.png \ btn_option_off_active.png \
btn_option_off_inactive.png \ btn_option_off_inactive.png \
btn_option_on_active.png \ btn_option_on_active.png \
@@ -22,14 +23,15 @@ install_DATA = \
btn_play.png \ btn_play.png \
btn_record_active.png \ btn_record_active.png \
btn_record_inactive.png \ btn_record_inactive.png \
btn_red.png \
btn_stop.png \ btn_stop.png \
btn_timer.png \ btn_timer.png \
btn_yellow.png \
down.png \ down.png \
dummy.png \ dummy.png \
dummy_small.png \ dummy_small.png \
epg.png \ epg.png \
gelb.png \ epg_small.png \
gruen.png \
help.png \ help.png \
help_small.png \ help_small.png \
home.png \ home.png \
@@ -46,5 +48,4 @@ install_DATA = \
ok.png \ ok.png \
power.png \ power.png \
right.png \ right.png \
rot.png \
up.png up.png

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -26,10 +26,10 @@
#define NEUTRINO_ICON_BUTTON_DUMMY "dummy" #define NEUTRINO_ICON_BUTTON_DUMMY "dummy"
#define NEUTRINO_ICON_BUTTON_DUMMY_SMALL "dummy_small" #define NEUTRINO_ICON_BUTTON_DUMMY_SMALL "dummy_small"
#define NEUTRINO_ICON_BUTTON_BLUE "blau" #define NEUTRINO_ICON_BUTTON_BLUE "btn_blue"
#define NEUTRINO_ICON_BUTTON_GREEN "gruen" #define NEUTRINO_ICON_BUTTON_GREEN "btn_green"
#define NEUTRINO_ICON_BUTTON_RED "rot" #define NEUTRINO_ICON_BUTTON_RED "btn_red"
#define NEUTRINO_ICON_BUTTON_YELLOW "gelb" #define NEUTRINO_ICON_BUTTON_YELLOW "btn_yellow"
#define NEUTRINO_ICON_BUTTON_MENU "menu" #define NEUTRINO_ICON_BUTTON_MENU "menu"
#define NEUTRINO_ICON_BUTTON_MENU_SMALL "menu_small" #define NEUTRINO_ICON_BUTTON_MENU_SMALL "menu_small"