mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
icons: add webtv and xmltv hint icons
Origin commit data
------------------
Commit: 310e3f43d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-23 (Sun, 23 Sep 2018)
Origin message was:
------------------
- icons: add webtv and xmltv hint icons
This commit is contained in:
@@ -61,4 +61,6 @@ install_DATA = \
|
||||
hint_vfd.png \
|
||||
hint_video.png \
|
||||
hint_vtxt.png \
|
||||
hint_webtv.png \
|
||||
hint_xmltv.png \
|
||||
hint_ytplay.png
|
||||
|
BIN
data/icons/hints/hint_webtv.png
Normal file
BIN
data/icons/hints/hint_webtv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 B |
BIN
data/icons/hints/hint_xmltv.png
Normal file
BIN
data/icons/hints/hint_xmltv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 633 B |
@@ -102,12 +102,12 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
|
||||
|
||||
CWebTVSetup wsetup;
|
||||
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "show_menu", CRCInput::RC_yellow);
|
||||
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_WEBTV_SETUP);
|
||||
mf->setHint(NEUTRINO_ICON_HINT_WEBTV, LOCALE_MENU_HINT_WEBTV_SETUP);
|
||||
mediaSetup->addItem(mf);
|
||||
|
||||
CXMLTVSetup xmltvsetup;
|
||||
mf = new CMenuForwarder(LOCALE_XMLTV_HEAD, true, NULL, &xmltvsetup, "show_menu", CRCInput::RC_blue);
|
||||
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_XMLTV_SETUP);
|
||||
mf->setHint(NEUTRINO_ICON_HINT_XMLTV, LOCALE_MENU_HINT_XMLTV_SETUP);
|
||||
mediaSetup->addItem(mf);
|
||||
|
||||
mediaSetup->addItem(new CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, LOCALE_MAINMENU_MOVIEPLAYER));
|
||||
|
@@ -154,6 +154,8 @@
|
||||
#define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio"
|
||||
#define NEUTRINO_ICON_HINT_MOVIE "hint_movie"
|
||||
#define NEUTRINO_ICON_HINT_PICVIEW "hint_picview"
|
||||
#define NEUTRINO_ICON_HINT_WEBTV "hint_webtv"
|
||||
#define NEUTRINO_ICON_HINT_XMLTV "hint_xmltv"
|
||||
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
||||
|
||||
#define NEUTRINO_ICON_HINT_MB "hint_mb"
|
||||
|
Reference in New Issue
Block a user