mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
plugins: type for listed plugins on blue key is selectable
* add mainmenu items for tools and lua-extensions
(default not visible)
* add usermenu items for tools and lua-extensions
(default off)
Origin commit data
------------------
Branch: ni/coolstream
Commit: f9ad30f183
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Origin message was:
------------------
- plugins: type for listed plugins on blue key is selectable
* add mainmenu items for tools and lua-extensions
(default not visible)
* add usermenu items for tools and lua-extensions
(default off)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -177,7 +177,9 @@ struct SNeutrinoSettings
|
||||
P_MAIN_MEDIA,
|
||||
|
||||
P_MAIN_GAMES,
|
||||
P_MAIN_TOOLS,
|
||||
P_MAIN_SCRIPTS,
|
||||
P_MAIN_LUA,
|
||||
P_MAIN_SETTINGS,
|
||||
P_MAIN_SERVICE,
|
||||
P_MAIN_SLEEPTIMER,
|
||||
@@ -231,6 +233,8 @@ struct SNeutrinoSettings
|
||||
P_FEAT_KEY_VTXT,
|
||||
P_FEAT_KEY_RC_LOCK,
|
||||
|
||||
//plugins type
|
||||
P_UMENU_PLUGIN_TYPE,
|
||||
//user menu
|
||||
P_UMENU_SHOW_CANCEL,
|
||||
|
||||
@@ -658,6 +662,8 @@ struct SNeutrinoSettings
|
||||
ITEM_SCRIPTS = 21,
|
||||
ITEM_YOUTUBE = 22,
|
||||
ITEM_FILEPLAY = 23,
|
||||
ITEM_TOOLS = 24,
|
||||
ITEM_LUA = 25,
|
||||
ITEM_MAX // MUST be always the last in the list
|
||||
} USER_ITEM;
|
||||
std::string usermenu_text[BUTTON_MAX];
|
||||
|
Reference in New Issue
Block a user