phonebookui/Phonebook2/remotecontactlookup/engine/data/engine.rss
branchRCL_3
changeset 32 2828b4d142c0
parent 23 5586b4d2ec3e
child 39 a6539d1e8e43
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    81 RESOURCE MENU_PANE r_rcl_search_result_dialog_menu_pane
    81 RESOURCE MENU_PANE r_rcl_search_result_dialog_menu_pane
    82         {
    82         {
    83         items =
    83         items =
    84                 {
    84                 {
    85         MENU_ITEM { command = ERclCmdSaveToContacts; txt = qtn_rcl_opt_save_contact; flags = EEikMenuItemSpecific;},
    85         MENU_ITEM { command = ERclCmdSaveToContacts; txt = qtn_rcl_opt_save_contact; flags = EEikMenuItemSpecific;},
       
    86         
       
    87         // Stylus Popup menu items for Call and Send actions (in Options Menu they are submenu items)
       
    88         MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_stylus_popup_voice_call; flags = EEikMenuItemSpecific;},
       
    89         MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_stylus_popup_video_call; flags = EEikMenuItemSpecific;},
       
    90         MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_stylus_popup_msg; flags = EEikMenuItemSpecific;},
       
    91         MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_stylus_popup_bcard; flags = EEikMenuItemSpecific;},
       
    92         MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_stylus_popup_email; flags = EEikMenuItemSpecific;},
       
    93         
    86 		MENU_ITEM { command = ERclCmdViewDetails; txt = qtn_rcl_opt_details; flags = EEikMenuItemAction; },
    94 		MENU_ITEM { command = ERclCmdViewDetails; txt = qtn_rcl_opt_details; flags = EEikMenuItemAction; },
    87 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; flags = EEikMenuItemSpecific;},		
    95 		MENU_ITEM { command = ERclCmdAddAsRecipient; txt = qtn_rcl_opt_add_recipient; flags = EEikMenuItemAction;},		
    88 		MENU_ITEM { command = ERclCmdNewSearchPrefilled; txt = qtn_rcl_opt_new_search; },
    96 		MENU_ITEM { command = ERclCmdNewSearchPrefilled; txt = qtn_rcl_opt_new_search; },
    89 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_call_menu_pane; txt = qtn_rcl_opt_call; flags = EEikMenuItemSpecific; },
    97 		MENU_ITEM { command = ERclCmdCall; cascade = r_rcl_call_menu_pane; txt = qtn_rcl_opt_call; flags = EEikMenuItemAction; },
    90 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_send_menu_pane; txt = qtn_rcl_opt_send; flags = EEikMenuItemSpecific; },
    98 		MENU_ITEM { command = ERclCmdSend; cascade = r_rcl_send_menu_pane; txt = qtn_rcl_opt_send; flags = EEikMenuItemAction; },
    91 		MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
    99 		MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; },
    92 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }	
   100 		MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }	
    93 		};
   101 		};
    94 	}
   102 	}
    95 
   103 
       
   104 
    96 //
   105 //
    97 // ---------------------------------------------------------------------------
   106 // ---------------------------------------------------------------------------
    98 // Menu sub pane for call options
   107 // Menu sub pane for call options
    99 // ---------------------------------------------------------------------------
   108 // ---------------------------------------------------------------------------
   100 //
   109 //
   101 
   110 
   102 RESOURCE MENU_PANE r_rcl_call_menu_pane
   111 RESOURCE MENU_PANE r_rcl_call_menu_pane
   103 	{
   112 	{
   104 	items =
   113 	items =
   105 	       {
   114 	       {
   106 	       MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; flags = EEikMenuItemSpecific;},
   115 	       MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; flags = EEikMenuItemAction;},
   107 	       MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; flags = EEikMenuItemSpecific;},
   116 	       MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; flags = EEikMenuItemAction;},
   108 	       MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip; flags = EEikMenuItemSpecific;}
   117 	       MENU_ITEM { command = ERclCmdVoip; txt = qtn_rcl_opt_voip; flags = EEikMenuItemAction;}
   109 	       };
   118 	       };
   110 	}
   119 	}
   111 
   120 
   112 //
   121 //
   113 // ---------------------------------------------------------------------------
   122 // ---------------------------------------------------------------------------
   117 
   126 
   118 RESOURCE MENU_PANE r_rcl_send_menu_pane
   127 RESOURCE MENU_PANE r_rcl_send_menu_pane
   119 	{
   128 	{
   120 	items =
   129 	items =
   121 	        {
   130 	        {
   122 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; flags = EEikMenuItemSpecific;},
   131 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; flags = EEikMenuItemAction;},
   123 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; flags = EEikMenuItemSpecific;},
   132 		MENU_ITEM { command = ERclCmdSendBusinessCard; txt = qtn_rcl_opt_bcard; flags = EEikMenuItemAction;},
   124 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; flags = EEikMenuItemSpecific;},
   133 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; flags = EEikMenuItemAction;},
   125 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; flags = EEikMenuItemSpecific;},		
   134 		MENU_ITEM { command = ERclCmdSendMeetingReq; txt = qtn_rcl_opt_mreq; flags = EEikMenuItemAction;},		
   126 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; flags = EEikMenuItemSpecific;}
   135 		MENU_ITEM { command = ERclCmdSendAudioMsg; txt = qtn_rcl_opt_audio; flags = EEikMenuItemAction;}
   127 	       	};
   136 	       	};
   128 	}
   137 	}
   129 
   138 
   130 //
   139 //
   131 // ---------------------------------------------------------------------------
   140 // ---------------------------------------------------------------------------
   187 //
   196 //
   188 
   197 
   189 RESOURCE MENU_PANE r_rcl_result_info_dialog_context_menu_pane
   198 RESOURCE MENU_PANE r_rcl_result_info_dialog_context_menu_pane
   190 	{
   199 	{
   191 	items =
   200 	items =
   192 	        {
   201         {
   193                 MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_rcl_opt_copy_detail; }, 
   202         MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_stylus_popup_voice_call; },
   194 	        MENU_ITEM { command = ERclCmdVoiceCall; txt = qtn_rcl_opt_voice_call; },
   203         MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_stylus_popup_video_call; },
   195 	        MENU_ITEM { command = ERclCmdVideoCall; txt = qtn_rcl_opt_video_call; },
   204 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_stylus_popup_msg; },	
   196 		MENU_ITEM { command = ERclCmdSendMsg; txt = qtn_rcl_opt_msg; },	
   205 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_stylus_popup_email; },
   197 		MENU_ITEM { command = ERclCmdSendEmail; txt = qtn_rcl_opt_email; }					
   206 		MENU_ITEM { command = ERclCmdCopyDetail; txt = qtn_rcl_opt_copy_detail; }			
   198 		};
   207 		};
   199 	}
   208 	}
   200 
   209 
   201 //
   210 //
   202 // ---------------------------------------------------------------------------
   211 // ---------------------------------------------------------------------------
   255 
   264 
   256 RESOURCE MENU_BAR r_rcl_search_result_dialog_menu_bar
   265 RESOURCE MENU_BAR r_rcl_search_result_dialog_menu_bar
   257         {
   266         {
   258 	titles = 
   267 	titles = 
   259 	       { 
   268 	       { 
   260 	       MENU_TITLE { menu_pane = r_rcl_search_result_dialog_menu_pane; } 
   269 	       MENU_TITLE { menu_pane = r_rcl_search_result_dialog_menu_pane; }
   261 	       };
   270 	       };
   262 	}
   271 	}
   263 
   272 
   264 //
   273 //
   265 // ---------------------------------------------------------------------------
   274 // ---------------------------------------------------------------------------