application/data/PodcastShowsView.ra
branchnewlist
changeset 350 9c4fd008e20f
parent 349 4538abb763e4
child 352 31f9864a37ac
equal deleted inserted replaced
349:4538abb763e4 350:9c4fd008e20f
    72                 states =
    72                 states =
    73                     {
    73                     {
    74                     AVKON_BUTTON_STATE
    74                     AVKON_BUTTON_STATE
    75                         {
    75                         {
    76                         bmpfile = APPICON;
    76                         bmpfile = APPICON;
    77                         bmpid = EMbmPodcastReload_all;
    77                         bmpid = EMbmPodcastUpdate_all;
    78                         bmpmask = EMbmPodcastReload_all_mask;
    78                         bmpmask = EMbmPodcastUpdate_all_mask;
    79                         //txt = STRING_r_update_feed_short_cmd;
    79                         //txt = STRING_r_update_feed_short_cmd;
    80                         helptxt = STRING_r_update_all_feeds_cmd;
    80                         helptxt = STRING_r_update_all_feeds_cmd;
    81                         }  
    81                         }  
    82                     };
    82                     };
    83                 };
    83                 };
    91                 states =
    91                 states =
    92                     {
    92                     {
    93                     AVKON_BUTTON_STATE
    93                     AVKON_BUTTON_STATE
    94                         {
    94                         {
    95                         bmpfile = APPICON;
    95                         bmpfile = APPICON;
    96                         bmpid = EMbmPodcastReload;
    96                         bmpid = EMbmPodcastUpdate;
    97                         bmpmask = EMbmPodcastReload_mask;
    97                         bmpmask = EMbmPodcastUpdate_mask;
    98                         //txt = STRING_r_update_feed_short_cmd;
    98                         //txt = STRING_r_update_feed_short_cmd;
    99                         helptxt = STRING_r_update_feed_cmd;
    99                         helptxt = STRING_r_update_feed_cmd;
   100                         }  
   100                         }  
   101                     };
   101                     };
   102                 };
   102                 };
   110                     states =
   110                     states =
   111                         {
   111                         {
   112                         AVKON_BUTTON_STATE
   112                         AVKON_BUTTON_STATE
   113                             {
   113                             {
   114                             bmpfile = APPICON;
   114                             bmpfile = APPICON;
   115                             bmpid = EMbmPodcastCancel;
   115                             bmpid = EMbmPodcastUpdate_cancel;
   116                             bmpmask = EMbmPodcastCancel_mask;
   116                             bmpmask = EMbmPodcastUpdate_cancel_mask;
   117                             //txt = STRING_r_cancel_update_all_feeds_short_cmd;
   117                             //txt = STRING_r_cancel_update_all_feeds_short_cmd;
   118                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   118                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   119                            }  
   119                            }  
   120                         };
   120                         };
   121                     };
   121                     };
   160 						}  
   160 						}  
   161 					};
   161 					};
   162 				};
   162 				};
   163 			},
   163 			},
   164 		TBAR_CTRL
   164 		TBAR_CTRL
       
   165 				 {
       
   166 				 type = EAknCtButton;
       
   167 				 id = EPodcastDownloadAll;
       
   168 				 control = AVKON_BUTTON
       
   169 					 {
       
   170 					 states =
       
   171 						 {
       
   172 						 AVKON_BUTTON_STATE
       
   173 							 {
       
   174 							 bmpfile = APPICON;
       
   175 							 bmpid = EMbmPodcastDownload_all;
       
   176 							 bmpmask = EMbmPodcastDownload_all_mask;
       
   177 							 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   178 							 helptxt = STRING_r_download_all_shows;
       
   179 							}  
       
   180 						 };
       
   181 					 };
       
   182 				 },
       
   183 		TBAR_CTRL
   165 			{
   184 			{
   166 			type = EAknCtButton;
   185 			type = EAknCtButton;
   167 			id = EPodcastMarkAsPlayed;
   186 			id = EPodcastMarkAsPlayed;
   168 			control = AVKON_BUTTON
   187 			control = AVKON_BUTTON
   169 				{
   188 				{
   170 				states =
   189 				states =
   171 					{
   190 					{
   172 					AVKON_BUTTON_STATE
   191 					AVKON_BUTTON_STATE
   173 						{
   192 						{
   174 						bmpfile = APPICON;
   193 						bmpfile = APPICON;
   175 						bmpid = EMbmPodcastMarkold;
   194 						bmpid = EMbmPodcastMark_old;
   176 						bmpmask = EMbmPodcastMarkold_mask;
   195 						bmpmask = EMbmPodcastMark_old_mask;
   177 						//txt = STRING_r_view_mark_as_played_cmd_short;
   196 						//txt = STRING_r_view_mark_as_played_cmd_short;
   178 						helptxt = STRING_r_view_mark_as_played_cmd_short;
   197 						helptxt = STRING_r_view_mark_as_played_cmd_short;
   179 						}  
   198 						}  
   180 					};
   199 					};
   181 				};
   200 				};
   189 					states =
   208 					states =
   190 						{
   209 						{
   191 						AVKON_BUTTON_STATE
   210 						AVKON_BUTTON_STATE
   192 							{
   211 							{
   193 							bmpfile = APPICON;
   212 							bmpfile = APPICON;
   194 							bmpid = EMbmPodcastMarknew;
   213 							bmpid = EMbmPodcastMark_new;
   195 							bmpmask = EMbmPodcastMarknew_mask;
   214 							bmpmask = EMbmPodcastMark_new_mask;
   196 							//txt = STRING_r_view_mark_as_unplayed_cmd_short;
   215 							//txt = STRING_r_view_mark_as_unplayed_cmd_short;
   197 							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
   216 							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
   198 							}  
   217 							}  
   199 						};
   218 						};
   200 					};
   219 					};
   208 		{
   227 		{
   209 			STYLUS_POPUP_MENU_ITEM
   228 			STYLUS_POPUP_MENU_ITEM
   210 				{
   229 				{
   211 					txt = STRING_r_view_show_info_cmd;
   230 					txt = STRING_r_view_show_info_cmd;
   212 					command = EPodcastShowInfo;
   231 					command = EPodcastShowInfo;
       
   232 				},
       
   233 			STYLUS_POPUP_MENU_ITEM
       
   234 				{
       
   235 					txt = STRING_r_view_mark_as_unplayed_cmd_short;
       
   236 					command = EPodcastMarkAsUnplayed;
       
   237 				},
       
   238 			STYLUS_POPUP_MENU_ITEM
       
   239 				{
       
   240 					txt = STRING_r_view_mark_as_played_cmd_short;
       
   241 					command = EPodcastMarkAsPlayed;
   213 				}
   242 				}
       
   243 
   214 		};
   244 		};
   215 	}
   245 	}
   216 
   246 
   217 RESOURCE DIALOG r_show_info_note
   247 RESOURCE DIALOG r_show_info_note
   218 {
   248 {