application/data/PodcastShowsView.ra
branch3rded
changeset 390 d7abecc9d189
parent 262 81bb9210fd4c
equal deleted inserted replaced
345:702ba9ffe210 390:d7abecc9d189
    34     {
    34     {
    35     items =
    35     items =
    36         {
    36         {
    37 		MENU_ITEM
    37 		MENU_ITEM
    38 			{
    38 			{
       
    39 			command = EPodcastUpdateAllFeeds;
       
    40 			txt = STRING_r_update_all_feeds_cmd;
       
    41 			},
       
    42 		MENU_ITEM
       
    43 			{
    39 			command = EPodcastUpdateFeed;
    44 			command = EPodcastUpdateFeed;
    40 			txt = STRING_r_update_feed_cmd;
    45 			txt = STRING_r_update_feed_cmd;
    41 			},
    46 			},
    42 		MENU_ITEM
    47 		MENU_ITEM
    43 			{
    48 			{
    51 			cascade = r_shows_show_menu;
    56 			cascade = r_shows_show_menu;
    52 			},
    57 			},
    53 		MENU_ITEM
    58 		MENU_ITEM
    54 			{
    59 			{
    55 			command = EPodcastMarkAllPlayed;
    60 			command = EPodcastMarkAllPlayed;
    56 			txt = STRING_r_view_mark_all_played_cmd;
    61 			txt = STRING_r_view_mark_all_played_cmd_short;
       
    62 			},
       
    63 		MENU_ITEM
       
    64 			{
       
    65 			command = EPodcastDownloadAll;
       
    66 			txt = STRING_r_download_all_shows;
    57 			},
    67 			},
    58 		MENU_ITEM
    68 		MENU_ITEM
    59 			{
    69 			{
    60 			command = EPodcastHelp;
    70 			command = EPodcastHelp;
    61 			txt = STRING_r_view_help;
    71 			txt = STRING_r_view_help;
    71 RESOURCE MENU_PANE r_shows_show_menu
    81 RESOURCE MENU_PANE r_shows_show_menu
    72 	{
    82 	{
    73 	items =	{
    83 	items =	{
    74 	MENU_ITEM
    84 	MENU_ITEM
    75 		{
    85 		{
       
    86 			txt = STRING_r_view_show_info_cmd;
       
    87 			command = EPodcastShowInfo;
       
    88 		},
       
    89 	MENU_ITEM
       
    90 		{
    76 		command = EPodcastMarkAsPlayed;
    91 		command = EPodcastMarkAsPlayed;
    77 		txt = STRING_r_view_mark_as_played_cmd_short;
    92 		txt = STRING_r_view_mark_as_played_cmd_short;
    78 		},
    93 		},
    79 	MENU_ITEM
    94 	MENU_ITEM
    80 		{
    95 		{
    81 		command = EPodcastMarkAsUnplayed;
    96 		command = EPodcastMarkAsUnplayed;
    82 		txt = STRING_r_view_mark_as_unplayed_cmd_short;
    97 		txt = STRING_r_view_mark_as_unplayed_cmd_short;
    83 		},
    98 		},
    84 	MENU_ITEM
    99 	MENU_ITEM
    85 		{
   100 		{
    86 		command = EPodcastDeleteShow;
   101 		command = EPodcastDownloadShow;
    87 		txt = STRING_r_view_delete_show_cmd;
   102 		txt = STRING_r_view_download_show_cmd;
    88 		},
   103 		},
    89 	MENU_ITEM
   104 	MENU_ITEM
    90 		{
   105 		{
    91 			txt = STRING_r_view_show_info_cmd;
   106 		command = EPodcastDeleteShow;
    92 			command = EPodcastShowInfo;
   107 		txt = STRING_r_view_delete_show_cmd;
    93 		}
   108 		}
    94 	};
   109 	};
    95 	}
   110 	}
    96 
       
    97 
   111 
    98 RESOURCE DIALOG r_show_info_note
   112 RESOURCE DIALOG r_show_info_note
    99 {
   113 {
   100    flags = EAknDialogGenericQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
   114    flags = EAknDialogGenericQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
   101    buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
   115    buttons = R_AVKON_SOFTKEYS_OK_EMPTY;