|
1 /* |
|
2 * Copyright (c) 2002 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 * Logs 'Detail' view menu items (Logs.APP). |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 |
|
22 // INCLUDES |
|
23 #include <logseng.loc> |
|
24 |
|
25 // CONSTANTS |
|
26 |
|
27 // MACROS |
|
28 |
|
29 // RESOURCE DEFINITIONS |
|
30 |
|
31 /** |
|
32 * Note displayed after number is copied to the clipboard. |
|
33 */ |
|
34 RESOURCE DIALOG r_number_copied_to_cb_note |
|
35 { |
|
36 flags = EGeneralQueryFlags; |
|
37 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
38 items = |
|
39 { |
|
40 DLG_LINE |
|
41 { |
|
42 type = EAknCtNote; |
|
43 id = EGeneralNote; |
|
44 control = AVKON_NOTE |
|
45 { |
|
46 layout = EGeneralLayout; |
|
47 singular_label = qtn_logs_note_copy_done; |
|
48 animation = R_QGN_NOTE_INFO_ANIM; |
|
49 }; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |
|
54 /** |
|
55 * Detail view event type texts |
|
56 */ |
|
57 RESOURCE TBUF r_logs_et_call_text |
|
58 { |
|
59 buf = qtn_logs_litext_com_voice; |
|
60 } |
|
61 |
|
62 /** |
|
63 * Detail view event type texts |
|
64 */ |
|
65 RESOURCE TBUF r_logs_et_data_text |
|
66 { |
|
67 buf = qtn_logs_litext_com_data; |
|
68 } |
|
69 |
|
70 /** |
|
71 * Detail view event type texts |
|
72 */ |
|
73 RESOURCE TBUF r_logs_et_sms_text |
|
74 { |
|
75 buf = qtn_logs_litext_com_sms; |
|
76 } |
|
77 |
|
78 /** |
|
79 * Detail view event type texts |
|
80 */ |
|
81 RESOURCE TBUF r_logs_et_packet_text |
|
82 { |
|
83 buf = qtn_logs_litext_com_packet; |
|
84 } |
|
85 |
|
86 /** |
|
87 * Detail view event type texts |
|
88 */ |
|
89 RESOURCE TBUF r_logs_et_fax_text |
|
90 { |
|
91 buf = qtn_logs_litext_com_fax; |
|
92 } |
|
93 |
|
94 /** |
|
95 * Detail view event type texts |
|
96 */ |
|
97 RESOURCE TBUF r_logs_dir_in_text |
|
98 { |
|
99 buf = qtn_dlogs_dir_in; |
|
100 } |
|
101 |
|
102 /** |
|
103 * Detail view event type texts |
|
104 */ |
|
105 RESOURCE TBUF r_logs_dir_out_text |
|
106 { |
|
107 buf = qtn_dlogs_dir_out; |
|
108 } |
|
109 |
|
110 /** |
|
111 * Detail view event type texts |
|
112 */ |
|
113 RESOURCE TBUF r_logs_dir_missed_text |
|
114 { |
|
115 buf = qtn_dlogs_dir_missed; |
|
116 } |
|
117 |
|
118 /** |
|
119 * Detail view private number |
|
120 */ |
|
121 RESOURCE TBUF r_dlogs_details_private_number |
|
122 { |
|
123 buf = qtn_dlogs_con_private_num; |
|
124 } |
|
125 |
|
126 /** |
|
127 * Detail view unknown number |
|
128 */ |
|
129 RESOURCE TBUF r_dlogs_details_unknown_number |
|
130 { |
|
131 buf = qtn_dlogs_con_unknown; |
|
132 } |
|
133 |
|
134 |
|
135 /** |
|
136 * Detail view payphone number |
|
137 */ |
|
138 RESOURCE TBUF r_dlogs_details_payphone_number |
|
139 { |
|
140 buf = qtn_dlogs_con_payphone; |
|
141 } |
|
142 |
|
143 /** |
|
144 * Detail view operator service number |
|
145 */ |
|
146 RESOURCE TBUF r_logs_details_oper_serv |
|
147 { |
|
148 buf = qtn_logs_con_oper_serv; |
|
149 } |
|
150 |
|
151 /** |
|
152 * Detail view csd number |
|
153 */ |
|
154 RESOURCE TBUF r_logs_details_csd_number |
|
155 { |
|
156 buf = qtn_logs_con_cs_access; |
|
157 } |
|
158 |
|
159 /** |
|
160 * Logs "Detail" view OK options list menu bar. |
|
161 */ |
|
162 RESOURCE MENU_BAR r_logs_log_detail_ok_menubar |
|
163 { |
|
164 titles = |
|
165 { |
|
166 MENU_TITLE { menu_pane = r_common_savetopbk_submenu; }, |
|
167 MENU_TITLE { menu_pane = r_common_event_menu_edit_calls; }, |
|
168 MENU_TITLE { menu_pane = r_common_send_message_submenu; }, |
|
169 MENU_TITLE { menu_pane = r_common_poc_submenu; }, |
|
170 MENU_TITLE { menu_pane = r_common_callui_submenu; }, |
|
171 MENU_TITLE { menu_pane = r_common_show_my_address_menu; } |
|
172 }; |
|
173 } |
|
174 |
|
175 |
|
176 /** |
|
177 * Logs 'Detail' view menubar. |
|
178 */ |
|
179 RESOURCE MENU_BAR r_logs_log_detail_menubar |
|
180 { |
|
181 titles = |
|
182 { |
|
183 MENU_TITLE { menu_pane = r_logs_system_menu_bottom; }, |
|
184 MENU_TITLE { menu_pane = r_common_show_my_address_menu; }, |
|
185 MENU_TITLE { menu_pane = r_common_event_menu_edit_calls; }, |
|
186 MENU_TITLE { menu_pane = r_common_savetopbk_submenu; }, |
|
187 MENU_TITLE { menu_pane = r_common_menu_open_phonebook; }, |
|
188 MENU_TITLE { menu_pane = r_common_send_message_submenu; }, |
|
189 MENU_TITLE { menu_pane = r_common_poc_submenu; }, |
|
190 MENU_TITLE { menu_pane = r_common_callui_submenu; } |
|
191 }; |
|
192 } |
|
193 |
|
194 /** |
|
195 * Logs 'detail' view definition. |
|
196 */ |
|
197 RESOURCE AVKON_VIEW r_logs_detail_view |
|
198 { |
|
199 menubar = r_logs_log_detail_menubar; |
|
200 cba = r_common_options_back_context; |
|
201 toolbar = r_common_toolbar; //View specific toolbar |
|
202 } |
|
203 |
|
204 /** |
|
205 * Detail view event type texts |
|
206 */ |
|
207 RESOURCE TBUF r_logs_et_video_text |
|
208 { |
|
209 buf = qtn_logs_litext_com_video; |
|
210 } |
|
211 |
|
212 |
|
213 /** |
|
214 * Detail view event type texts |
|
215 */ |
|
216 RESOURCE TBUF r_logs_et_mms_text |
|
217 { |
|
218 buf = qtn_logs_litext_com_mms; |
|
219 } |
|
220 |
|
221 /** |
|
222 * Detail view event type texts |
|
223 */ |
|
224 RESOURCE TBUF r_logs_et_wlan_text |
|
225 { |
|
226 buf = qtn_logs_litext_com_wlan; |
|
227 } |
|
228 |
|
229 /** |
|
230 * Detail view event type texts |
|
231 */ |
|
232 RESOURCE TBUF r_logs_et_poc_text |
|
233 { |
|
234 buf = qtn_poc_call; |
|
235 } |
|
236 |
|
237 /** |
|
238 * Detail view event type texts |
|
239 */ |
|
240 RESOURCE TBUF r_logs_et_voip_text |
|
241 { |
|
242 buf = qtn_logs_litext_com_voip; |
|
243 } |
|
244 |
|
245 /** |
|
246 * Detail view event type texts |
|
247 */ |
|
248 RESOURCE TBUF r_logs_et_poc_info_text |
|
249 { |
|
250 buf = qtn_poc_info_call; |
|
251 } |
|
252 |
|
253 /** |
|
254 * Detail view event type text (used also as prompt instead of number in Edit/address-functionality) |
|
255 */ |
|
256 RESOURCE TBUF r_logs_et_poc_addr |
|
257 { |
|
258 buf = qtn_dlogs_lihd_poc_addr; |
|
259 } |
|
260 |
|
261 /** |
|
262 * Detail view event type texts |
|
263 */ |
|
264 RESOURCE TBUF r_logs_et_voip_call_from |
|
265 { |
|
266 buf = qtn_voip_call_from; |
|
267 } |
|
268 |
|
269 /** |
|
270 * Detail view event type texts |
|
271 */ |
|
272 RESOURCE TBUF r_logs_et_voip_call_to |
|
273 { |
|
274 buf = qtn_voip_call_to; |
|
275 } |
|
276 |
|
277 /** |
|
278 * Detail view's copy address menu option for sip uri |
|
279 */ |
|
280 RESOURCE TBUF r_dlogs_cmd_copy_address |
|
281 { |
|
282 buf = qtn_dlogs_cmd_copy_address; |
|
283 } |
|
284 |
|
285 |
|
286 |
|
287 // End of File |