mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
*neutrino: rework clock and radio/tv switch functionality
- move clock function from red button (main menu) into features menu - ...so it's customizable in all user menus - switching between tv and radio only with red button (main menu) depend of current mode - add timerlist into main menu git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1985 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -250,6 +250,8 @@ typedef enum
|
||||
LOCALE_CI_SETTINGS,
|
||||
LOCALE_CI_TIMEOUT,
|
||||
LOCALE_CI_WAITING,
|
||||
LOCALE_CLOCK_SWITCH_OFF,
|
||||
LOCALE_CLOCK_SWITCH_ON,
|
||||
LOCALE_COLORCHOOSER_ALPHA,
|
||||
LOCALE_COLORCHOOSER_BLUE,
|
||||
LOCALE_COLORCHOOSER_GREEN,
|
||||
|
@@ -250,6 +250,8 @@ const char * locale_real_names[] =
|
||||
"ci.settings",
|
||||
"ci.timeout",
|
||||
"ci.waiting",
|
||||
"clock_switch_off",
|
||||
"clock_switch_on",
|
||||
"colorchooser.alpha",
|
||||
"colorchooser.blue",
|
||||
"colorchooser.green",
|
||||
|
@@ -506,9 +506,10 @@ struct SNeutrinoSettings
|
||||
ITEM_TECHINFO = 13,
|
||||
ITEM_REMOTE = 14,
|
||||
ITEM_PLUGIN = 15,
|
||||
ITEM_IMAGEINFO,
|
||||
ITEM_BOXINFO,
|
||||
ITEM_CAM,
|
||||
ITEM_IMAGEINFO = 16,
|
||||
ITEM_BOXINFO = 17,
|
||||
ITEM_CAM = 18,
|
||||
ITEM_CLOCK = 19,
|
||||
#if 0
|
||||
ITEM_MOVIEPLAYER_TS,
|
||||
ITEM_RESTART_CAMD,
|
||||
|
Reference in New Issue
Block a user