add some more quidpip stuff (still NOT working)

This commit is contained in:
BPanther
2021-10-15 20:00:18 +02:00
committed by Thilo Graf
parent 4aa47464c1
commit a686f3bb03
10 changed files with 15 additions and 1 deletions

View File

@@ -157,6 +157,7 @@
#define NEUTRINO_ICON_HINT_APLAY "hint_aplay"
#define NEUTRINO_ICON_HINT_AVINPUTMODE "hint_avinputmode"
#define NEUTRINO_ICON_HINT_AVINPUTMODE_PIP "hint_avinputmode_pip"
#define NEUTRINO_ICON_HINT_QUADPIP "hint_quadpip"
#define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio"
#define NEUTRINO_ICON_HINT_MOVIE "hint_movie"
#define NEUTRINO_ICON_HINT_PICVIEW "hint_picview"

View File

@@ -274,6 +274,7 @@ void CNeutrinoApp::InitMenuMain()
#if ENABLE_PIP && ENABLE_QUADPIP
CMenuForwarder *quadpip = new CMenuForwarder(LOCALE_QUADPIP, true, NULL, new CQuadPiPSetup(), NULL, CRCInput::RC_nokey);
quadpip->setHint(NEUTRINO_ICON_HINT_QUADPIP, LOCALE_MENU_HINT_QUADPIP);
personalize.addItem(MENU_MAIN, quadpip/*, &g_settings.personalize[SNeutrinoSettings::P_MAIN_QUADPIP]*/);
#endif

View File

@@ -1600,6 +1600,7 @@ typedef enum
LOCALE_MENU_HINT_PROGRESSBAR_TIMESCALE_RED,
LOCALE_MENU_HINT_PROGRESSBAR_TIMESCALE_YELLOW,
LOCALE_MENU_HINT_PROTECTION,
LOCALE_MENU_HINT_QUADPIP,
LOCALE_MENU_HINT_RADIOMODE,
LOCALE_MENU_HINT_REBOOT,
LOCALE_MENU_HINT_RECORD_ALREADY_FOUND_CHECK,

View File

@@ -1600,6 +1600,7 @@ const char * locale_real_names[] =
"menu.hint_progressbar_timescale_red",
"menu.hint_progressbar_timescale_yellow",
"menu.hint_protection",
"menu.hint_quadpip",
"menu.hint_radiomode",
"menu.hint_reboot",
"menu.hint_record_already_found_check",