mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
add some more quidpip stuff (still NOT working)
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user