|
1 /* |
|
2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * This file contains all the resources for Phonebook 2 names list view. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // --------------------------------------------------------- |
|
21 // Names List View's lauch CCA menu pane |
|
22 // --------------------------------------------------------- |
|
23 // |
|
24 RESOURCE MENU_PANE r_phonebook2_open_cca |
|
25 { |
|
26 items= |
|
27 { |
|
28 MENU_ITEM |
|
29 { |
|
30 command = EPbk2CmdOpenCca; |
|
31 txt = qtn_phob_opt_entry_open_views; |
|
32 flags = EEikMenuItemAction; |
|
33 } |
|
34 }; |
|
35 } |
|
36 |
|
37 // --------------------------------------------------------- |
|
38 // Names List View's options command for selecting "Add favourites" |
|
39 // --------------------------------------------------------- |
|
40 // |
|
41 RESOURCE MENU_PANE r_phonebook2_select_addfavorites |
|
42 { |
|
43 items= |
|
44 { |
|
45 MENU_ITEM |
|
46 { |
|
47 command = EPbk2CmdAddFavourites; |
|
48 txt = qtn_phob_opt_entry_select_addfavourites; |
|
49 flags = EEikMenuItemAction; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |
|
54 // --------------------------------------------------------- |
|
55 // Names List View's options command for selecting "MyCard" |
|
56 // --------------------------------------------------------- |
|
57 // |
|
58 RESOURCE MENU_PANE r_phonebook2_select_mycard |
|
59 { |
|
60 items= |
|
61 { |
|
62 MENU_ITEM |
|
63 { |
|
64 command = EPbk2CmdSelectMyCard; |
|
65 txt = qtn_phob_opt_entry_select_promotion; |
|
66 flags = EEikMenuItemAction; |
|
67 }, |
|
68 MENU_ITEM |
|
69 { |
|
70 command = EPbk2CmdOpenMyCard; |
|
71 txt = qtn_phob_opt_entry_open_views; |
|
72 flags = EEikMenuItemAction; |
|
73 } |
|
74 }; |
|
75 } |
|
76 |
|
77 // --------------------------------------------------------- |
|
78 // Names List View's add to top contacts selection |
|
79 // --------------------------------------------------------- |
|
80 // |
|
81 RESOURCE MENU_PANE r_phonebook2_add_to_topcontacts |
|
82 { |
|
83 items= |
|
84 { |
|
85 MENU_ITEM |
|
86 { |
|
87 command = EPbk2CmdAddToTopContacts; |
|
88 txt = qtn_phob_opt_add_favourites; |
|
89 flags = EEikMenuItemSpecific; |
|
90 } |
|
91 }; |
|
92 } |
|
93 |
|
94 // --------------------------------------------------------- |
|
95 // Names List View's remove from top contacts selection |
|
96 // --------------------------------------------------------- |
|
97 // |
|
98 RESOURCE MENU_PANE r_phonebook2_remove_from_topcontacts |
|
99 { |
|
100 items= |
|
101 { |
|
102 MENU_ITEM |
|
103 { |
|
104 command = EPbk2CmdRemoveFromTopContacts; |
|
105 txt = qtn_phob_opt_drop_from_favourites; |
|
106 flags = EEikMenuItemSpecific; |
|
107 } |
|
108 }; |
|
109 } |
|
110 |
|
111 // --------------------------------------------------------- |
|
112 // Names List View's move top contacts |
|
113 // --------------------------------------------------------- |
|
114 // |
|
115 /* Patrik 23.10.2008 Removed as agreed by ECE program management. |
|
116 RESOURCE MENU_PANE r_phonebook2_move_topcontacts |
|
117 { |
|
118 items= |
|
119 { |
|
120 MENU_ITEM |
|
121 { |
|
122 command = EPbk2CmdMoveInTopContactsList; |
|
123 txt = qtn_phob_opt_move; |
|
124 } |
|
125 }; |
|
126 }*/ |
|
127 |
|
128 // --------------------------------------------------------- |
|
129 // Names List View's merge contacts |
|
130 // --------------------------------------------------------- |
|
131 // |
|
132 |
|
133 RESOURCE MENU_PANE r_phonebook2_merge_contacts |
|
134 { |
|
135 items= |
|
136 { |
|
137 MENU_ITEM |
|
138 { |
|
139 command = EPbk2CmdMergeContacts; |
|
140 txt = qtn_options_list_merge; |
|
141 } |
|
142 }; |
|
143 } |
|
144 |
|
145 |
|
146 // --------------------------------------------------------- |
|
147 // Names List View's main menu pane for xSPExtensionManager |
|
148 // Empty, used by xSP plugins to add their own menu items to |
|
149 // names list Optiosn menu. |
|
150 // --------------------------------------------------------- |
|
151 // |
|
152 RESOURCE MENU_PANE r_phonebook2_nameslist_main_menu |
|
153 { |
|
154 } |
|
155 |
|
156 // --------------------------------------------------------- |
|
157 // Names List View's create new contact menu pane |
|
158 // --------------------------------------------------------- |
|
159 // |
|
160 RESOURCE MENU_PANE r_phonebook2_nameslist_create_menu |
|
161 { |
|
162 items= |
|
163 { |
|
164 MENU_ITEM |
|
165 { |
|
166 command = EPbk2CmdCreateNew; |
|
167 txt = qtn_phob_opt_entry_create; |
|
168 } |
|
169 }; |
|
170 } |
|
171 |
|
172 #if 0 |
|
173 // --------------------------------------------------------- |
|
174 // Names List View's edit contact menu pane |
|
175 // --------------------------------------------------------- |
|
176 // |
|
177 RESOURCE MENU_PANE r_phonebook2_nameslist_edit_menu |
|
178 { |
|
179 items= |
|
180 { |
|
181 MENU_ITEM |
|
182 { |
|
183 command = EPbk2CmdEditMe; |
|
184 txt = qtn_phob_opt_entry_edit; |
|
185 } |
|
186 }; |
|
187 } |
|
188 #endif |
|
189 |
|
190 // --------------------------------------------------------- |
|
191 // Names List View's delete contact menu pane |
|
192 // --------------------------------------------------------- |
|
193 // |
|
194 RESOURCE MENU_PANE r_phonebook2_nameslist_delete_menu |
|
195 { |
|
196 items= |
|
197 { |
|
198 MENU_ITEM |
|
199 { |
|
200 command = EPbk2CmdDeleteMe; |
|
201 txt = qtn_phob_opt_entry_delete; |
|
202 flags = EEikMenuItemSpecific; |
|
203 } |
|
204 }; |
|
205 } |
|
206 |
|
207 // --------------------------------------------------------- |
|
208 // Names List View's copy menu pane |
|
209 // --------------------------------------------------------- |
|
210 // |
|
211 RESOURCE MENU_PANE r_phonebook2_nameslist_copy_menu |
|
212 { |
|
213 items= |
|
214 { |
|
215 // Copy command |
|
216 MENU_ITEM |
|
217 { |
|
218 command = EPbk2CmdCopy; |
|
219 txt = qtn_phob_opt_copy; |
|
220 } |
|
221 }; |
|
222 } |
|
223 |
|
224 // --------------------------------------------------------- |
|
225 // Names List View's remote contact lookup menu pane |
|
226 // --------------------------------------------------------- |
|
227 // |
|
228 RESOURCE MENU_PANE r_phonebook2_rcl_menu |
|
229 { |
|
230 items= |
|
231 { |
|
232 MENU_ITEM |
|
233 { |
|
234 command = EPbk2CmdRcl; |
|
235 txt = qtn_phob_opt_search_from_remote; |
|
236 } |
|
237 }; |
|
238 } |
|
239 |
|
240 // --------------------------------------------------------- |
|
241 // Names List View's options select option for command item "Search from remote". |
|
242 // --------------------------------------------------------- |
|
243 // |
|
244 RESOURCE MENU_PANE r_phonebook2_select_rcl |
|
245 { |
|
246 items= |
|
247 { |
|
248 MENU_ITEM |
|
249 { |
|
250 command = EPbk2CmdSelectRclCmdItem; |
|
251 txt = qtn_phob_opt_entry_select_rcl; |
|
252 } |
|
253 }; |
|
254 } |
|
255 |
|
256 // --------------------------------------------------------- |
|
257 // Names List View's copy menu pane for context menu |
|
258 // --------------------------------------------------------- |
|
259 // |
|
260 RESOURCE MENU_PANE r_phonebook2_nameslist_copy_context_menu |
|
261 { |
|
262 items= |
|
263 { |
|
264 MENU_ITEM |
|
265 { |
|
266 command = EPbk2CmdCopy; |
|
267 txt = qtn_phob_opt_copy; |
|
268 } |
|
269 }; |
|
270 } |
|
271 |
|
272 |
|
273 // --------------------------------------------------------- |
|
274 // Names List View's send and go to URL menu pane |
|
275 // --------------------------------------------------------- |
|
276 // |
|
277 RESOURCE MENU_PANE r_phonebook2_nameslist_send_url_menu |
|
278 { |
|
279 items = |
|
280 { |
|
281 MENU_ITEM |
|
282 { |
|
283 command = EPbk2CmdGoToURL; |
|
284 txt = qtn_find_go_to_url; |
|
285 flags = EEikMenuItemSpecific; |
|
286 }, |
|
287 MENU_ITEM |
|
288 { |
|
289 command = EPbk2CmdSend; |
|
290 txt = qtn_bcard_opt_send_entry_via; |
|
291 flags = EEikMenuItemSpecific; |
|
292 } |
|
293 }; |
|
294 } |
|
295 |
|
296 // --------------------------------------------------------- |
|
297 // Names List View's context sensitive menu pane |
|
298 // --------------------------------------------------------- |
|
299 // |
|
300 RESOURCE MENU_PANE r_phonebook2_nameslist_context_menu |
|
301 { |
|
302 items= |
|
303 { |
|
304 MENU_ITEM |
|
305 { |
|
306 command = EPbk2CmdCreateNew; |
|
307 txt = qtn_phob_opt_entry_create; |
|
308 } |
|
309 }; |
|
310 } |
|
311 |
|
312 // --------------------------------------------------------- |
|
313 // Names List View's Context sensitive menu pane |
|
314 // when items are marked |
|
315 // --------------------------------------------------------- |
|
316 // |
|
317 RESOURCE MENU_PANE r_phonebook2_nameslist_context_menu_marked_items |
|
318 { |
|
319 items= |
|
320 { |
|
321 MENU_ITEM |
|
322 { |
|
323 command = EPbk2CmdDeleteMe; |
|
324 txt = qtn_phob_opt_entry_delete; |
|
325 } |
|
326 }; |
|
327 } |
|
328 |
|
329 // --------------------------------------------------------- |
|
330 // Names List View's placeholder for menus that launch |
|
331 // views from other memories |
|
332 // --------------------------------------------------------- |
|
333 // |
|
334 RESOURCE MENU_PANE r_phonebook2_nameslist_other_memories_menu_placeholder |
|
335 { |
|
336 items= |
|
337 { |
|
338 MENU_ITEM |
|
339 { |
|
340 // A command id that UI extensions can use as a previous command |
|
341 // when they add items to this menu pane |
|
342 command = EPbk2CmdOtherMemoriesPlaceholderFirst; |
|
343 txt = ""; |
|
344 flags = EEikMenuItemDimmed; |
|
345 } |
|
346 }; |
|
347 } |
|
348 |
|
349 // --------------------------------------------------------- |
|
350 // Names List View's placeholder for backup functionality |
|
351 // --------------------------------------------------------- |
|
352 // |
|
353 RESOURCE MENU_PANE r_phonebook2_nameslist_backup_menu_placeholder |
|
354 { |
|
355 items= |
|
356 { |
|
357 MENU_ITEM |
|
358 { |
|
359 // A command id that UI extensions can use as a previous command |
|
360 // when they add items to this menu pane |
|
361 command = EPbk2CmdBackupPlaceholderFirst; |
|
362 txt = ""; |
|
363 flags = EEikMenuItemDimmed; |
|
364 } |
|
365 }; |
|
366 } |
|
367 |
|
368 // --------------------------------------------------------- |
|
369 // Names List View's dummy context sensitive menu pane for extensions |
|
370 // --------------------------------------------------------- |
|
371 // |
|
372 RESOURCE MENU_PANE r_phonebook2_context_menu_pane_for_extensions |
|
373 { |
|
374 items= |
|
375 { |
|
376 // Intentionally left blank, needed by extensions |
|
377 }; |
|
378 } |
|
379 |
|
380 /// |
|
381 // --------------------------------------------------------- |
|
382 // Names List View's contact specific menu item for call |
|
383 // --------------------------------------------------------- |
|
384 // |
|
385 RESOURCE MENU_PANE r_phonebook2_namelist_call_contact_menu |
|
386 { |
|
387 items= |
|
388 { |
|
389 MENU_ITEM |
|
390 { |
|
391 command = EPbk2CmdCall; |
|
392 txt = qtn_phob_opt_call; |
|
393 flags = EEikMenuItemSpecific; |
|
394 } |
|
395 }; |
|
396 } |
|
397 |
|
398 // --------------------------------------------------------- |
|
399 // Names List View's contact specific menu item for send message |
|
400 // --------------------------------------------------------- |
|
401 // |
|
402 RESOURCE MENU_PANE r_phonebook2_namelist_create_message_menu |
|
403 { |
|
404 items= |
|
405 { |
|
406 MENU_ITEM |
|
407 { |
|
408 command = EPbk2CmdWriteNoQuery; |
|
409 txt = qtn_phob_opt_send_message; |
|
410 flags = EEikMenuItemSpecific; |
|
411 } |
|
412 }; |
|
413 } |
|
414 |
|
415 // --------------------------------------------------------- |
|
416 // Send as business card menu pane |
|
417 // --------------------------------------------------------- |
|
418 // |
|
419 RESOURCE MENU_PANE r_phonebook2_bcard_send_menu |
|
420 { |
|
421 items= |
|
422 { |
|
423 MENU_ITEM |
|
424 { |
|
425 command = EPbk2CmdSend; |
|
426 txt = qtn_bcard_opt_send_entry_via; |
|
427 flags = EEikMenuItemSpecific; |
|
428 } |
|
429 }; |
|
430 } |
|
431 |
|
432 // --------------------------------------------------------- |
|
433 // Mark/unmark menu to be used in CS menus (no submenu) |
|
434 // --------------------------------------------------------- |
|
435 // |
|
436 RESOURCE MENU_PANE r_phonebook2_markable_list_context_menu |
|
437 { |
|
438 items= |
|
439 { |
|
440 MENU_ITEM |
|
441 { |
|
442 command = EAknCmdMark; |
|
443 txt = qtn_options_list_mark_one; |
|
444 }, |
|
445 MENU_ITEM |
|
446 { |
|
447 command = EAknCmdUnmark; |
|
448 txt = qtn_options_list_unmark_one; |
|
449 } |
|
450 }; |
|
451 } |
|
452 // End of File |