logsui/group/StmView.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 //NAME    CLSW  // From Series 60 Stm View
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include "LogsConstants.hrh"
       
    26 
       
    27 
       
    28 //RESOURCE RSS_SIGNATURE { }
       
    29 
       
    30 /**
       
    31  *  STM Call Info title
       
    32  */
       
    33 RESOURCE TBUF r_stm_title_text_call_info
       
    34     {
       
    35     buf = qtn_logs_stm_call_info_note;
       
    36     }
       
    37 
       
    38 /**
       
    39  * Call Info's name text
       
    40  */
       
    41 RESOURCE TBUF r_stm_dll_name_text
       
    42     {
       
    43     buf = qtn_logs_stm_call_info_name;
       
    44     }
       
    45 
       
    46 /**
       
    47  * Call Info's telephone text
       
    48  */
       
    49 RESOURCE TBUF r_stm_dll_telephone_text
       
    50     {
       
    51     buf = qtn_logs_stm_call_info_number;
       
    52     }
       
    53 
       
    54 /**
       
    55  * Call Info's time text
       
    56  */
       
    57 RESOURCE TBUF r_stm_dll_time_text
       
    58     {
       
    59     buf = qtn_logs_stm_call_info_time;
       
    60     }
       
    61 
       
    62 /**
       
    63  * Call Info's date text
       
    64  */
       
    65 RESOURCE TBUF r_stm_dll_date_text
       
    66     {
       
    67     buf = qtn_logs_stm_call_info_date;
       
    68     }
       
    69 
       
    70 /**
       
    71  *  Use number query's definition
       
    72  */
       
    73 RESOURCE DIALOG r_stm_use_number_query
       
    74     {
       
    75     flags= EGeneralQueryFlags; 
       
    76     buttons = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL;
       
    77     items=
       
    78         {
       
    79         DLG_LINE
       
    80             {
       
    81             type = EAknCtQuery;
       
    82             id = EGeneralQuery;
       
    83             control = AVKON_DATA_QUERY
       
    84                 {
       
    85                 layout = EPhoneLayout;
       
    86                 label = text_stm_use_number_popup_text;
       
    87                 control = EDWIN
       
    88                     {
       
    89                     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable |
       
    90                             EEikEdwinNoAutoSelection;
       
    91                     numeric_keymap = EAknEditorStandardNumberModeKeymap;
       
    92                     allowed_input_modes = EAknEditorNumericInputMode; 
       
    93                     default_input_mode = EAknEditorNumericInputMode;
       
    94                     special_character_table = 0;
       
    95                     maxlength = KLogsPhoneNumberMaxLen;  
       
    96                     lines = 1;
       
    97                     };
       
    98                 };
       
    99             }
       
   100         };
       
   101     }
       
   102 
       
   103 /**
       
   104  *  Use address query's definition
       
   105  */
       
   106 RESOURCE DIALOG r_stm_use_address_query
       
   107     {
       
   108     flags = EGeneralQueryFlags;
       
   109     buttons = R_AVKON_SOFTKEYS_CALL_CANCEL__CALL; /*Fix for  EYSI-6ZB3YE, old: R_AVKON_SOFTKEYS_CALL_CANCEL;*/
       
   110     items =
       
   111         {
       
   112         DLG_LINE
       
   113             {
       
   114             type = EAknCtQuery;         //Avkon.hrh
       
   115             id = EGeneralQuery;
       
   116             control = AVKON_DATA_QUERY
       
   117                 {
       
   118                 layout = EDataLayout; 
       
   119                 label =  qtn_voip_use_address_query;  
       
   120                 control = EDWIN
       
   121                     {
       
   122                     flags = EEikEdwinNoAutoSelection;
       
   123                     numeric_keymap = EAknEditorAlphanumericNumberModeKeymap; 
       
   124                     allowed_input_modes = EAknEditorAllInputModes; 
       
   125                     default_input_mode = EAknEditorTextInputMode;
       
   126                     special_character_table = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG;
       
   127                     maxlength = KLogsSipUriMaxLen;                     
       
   128                     width = 6;
       
   129                     lines = 1;
       
   130                     };
       
   131                 };
       
   132             }
       
   133         };
       
   134     }
       
   135 
       
   136 
       
   137 /**
       
   138  *  STM's all views' menu bar
       
   139  */
       
   140 RESOURCE MENU_BAR r_stm_common_menubar
       
   141     {
       
   142     titles =
       
   143         {
       
   144         MENU_TITLE { menu_pane = r_logs_system_menu_bottom; },
       
   145         MENU_TITLE { menu_pane = r_common_event_menu_delete_events; },
       
   146         MENU_TITLE { menu_pane = r_common_show_my_address_menu; },
       
   147         MENU_TITLE { menu_pane = r_common_event_menu_edit_calls; },
       
   148         MENU_TITLE { menu_pane = r_common_savetopbk_submenu; },
       
   149         MENU_TITLE { menu_pane = r_common_menu_open_phonebook; },  
       
   150         MENU_TITLE { menu_pane = r_common_send_message_submenu; },
       
   151         MENU_TITLE { menu_pane = r_common_poc_submenu; },
       
   152         MENU_TITLE { menu_pane = r_common_callui_submenu; }
       
   153         };
       
   154     }
       
   155 
       
   156 
       
   157 /**
       
   158  *  STM common view definition
       
   159  */
       
   160 RESOURCE AVKON_VIEW r_stm_common_view
       
   161     {
       
   162     menubar = r_stm_common_menubar;
       
   163     cba = r_common_options_back_context; 
       
   164     }
       
   165 
       
   166 /**
       
   167  * Exit CBA button when recents view started externally
       
   168  */
       
   169 RESOURCE TBUF r_stm_exit_cba_button
       
   170     {
       
   171     buf = text_softkey_exit;
       
   172     }
       
   173 
       
   174 /**
       
   175  * Exit CBA button when recents view started externally
       
   176  */
       
   177 RESOURCE TBUF r_stm_back_cba_button
       
   178     {
       
   179     buf = text_softkey_back;
       
   180     }
       
   181 
       
   182 /**
       
   183  * Write message menu option text
       
   184  */
       
   185 RESOURCE TBUF r_stm_write_msg
       
   186     {
       
   187     buf = qtn_logs_opt_write_message;
       
   188     }
       
   189 
       
   190 /**
       
   191  * Write sms message menu option text
       
   192  */
       
   193 RESOURCE TBUF r_stm_write_sms_msg
       
   194     {
       
   195     buf = qtn_logs_opt_send_sms;
       
   196     }
       
   197 
       
   198 /**
       
   199  * Write mms message menu option text
       
   200  */
       
   201 RESOURCE TBUF r_stm_write_mms_msg
       
   202     {
       
   203     buf = qtn_logs_opt_send_mms;
       
   204     }
       
   205 
       
   206 
       
   207 /**
       
   208  * My address text
       
   209  */
       
   210 RESOURCE TBUF r_stm_my_address
       
   211     {
       
   212     buf = qtn_stm_my_address;
       
   213     }
       
   214 
       
   215 
       
   216 /**
       
   217  * Voip address copied text
       
   218  */
       
   219 RESOURCE TBUF r_voip_address_copied
       
   220     {
       
   221     buf = qtn_voip_address_copied;
       
   222     }
       
   223 
       
   224 /**
       
   225  * Poc address copied text
       
   226  */
       
   227 RESOURCE TBUF r_poc_address_copied
       
   228     {
       
   229     buf = qtn_poc_address_copied;
       
   230     }
       
   231 
       
   232 /**
       
   233  * Prompt for "Use address" editing query 
       
   234  */
       
   235 RESOURCE TBUF r_logs_addr_prompt
       
   236     {
       
   237     buf = qtn_voip_use_address_query;
       
   238     }
       
   239 
       
   240 // End of File