logsui/group/LogsEventListView.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:13:53 +0300
branchRCL_3
changeset 7 b3431bff8c19
parent 0 e686773b3f54
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*     Resource file for the application view "log".
*
*/


//  RESOURCE IDENTIFIER

//  INCLUDES

//  CONSTANTS

//  MACROS

//  RESOURCE DEFINITIONS

/**
 * Logs 'event list' view menu items. 
 */
RESOURCE MENU_PANE r_logs_event_list_menu_details
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogsCmdMenuDetails;
            txt = qtn_logs_cmd_details;
            flags = EEikMenuItemAction;
            }
        };
    }

RESOURCE MENU_PANE r_logs_event_list_menu_clear_list
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogsCmdMenuClearList;
            txt = qtn_logs_cmd_clear_list;
            }
        };
    }

RESOURCE MENU_PANE r_logs_event_list_menu_filter
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogsCmdMenuFilter;
            txt = qtn_logs_cmd_filter;
            }
        };
    }

/**
 * Logs 'event list' view menubar.
 */
RESOURCE MENU_BAR r_logs_log_event_list_menubar
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_logs_system_menu_bottom; },
        MENU_TITLE { menu_pane = r_common_show_my_address_menu; }, 
        MENU_TITLE { menu_pane = r_common_event_menu_edit_calls; },
        MENU_TITLE { menu_pane = r_common_savetopbk_submenu; },  
        MENU_TITLE { menu_pane = r_common_menu_open_phonebook; }, 
        MENU_TITLE { menu_pane = r_logs_event_list_menu_filter; },
        MENU_TITLE { menu_pane = r_logs_event_list_menu_clear_list; },
        MENU_TITLE { menu_pane = r_common_send_message_submenu; }, 
        MENU_TITLE { menu_pane = r_common_poc_submenu; },   
        MENU_TITLE { menu_pane = r_common_callui_submenu; },
        MENU_TITLE { menu_pane = r_logs_event_list_menu_details; }
        };
    }

/**
 * Logs 'event list' view definition.
 */
RESOURCE AVKON_VIEW r_logs_event_list_view
    {
    menubar = r_logs_log_event_list_menubar;
    cba = r_common_options_exit_view; 
    }

/**
 *  Clear list query's definition
 */
RESOURCE DIALOG r_clear_list_confirmation_query
    {
    flags = EGeneralQueryFlags;
    buttons = R_AVKON_SOFTKEYS_YES_NO;
    items =
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_CONFIRMATION_QUERY
                {
                layout = EConfirmationLayout;
                label = qtn_logs_query_clear_log_list;
                };
            }
        };
    }

/**
 * Event list view's "Fetching data..." text when event are under fetching.
 */
RESOURCE TBUF r_logs_eventview_fetching_text
    {
    buf = qtn_logs_wait_fetching_data;
    }

/**
 * Event list view's "empty" text when there is no listbox created.
 */
RESOURCE TBUF r_logs_eventview_no_data_text
    {
    buf = qtn_log_no_events;
    }

/**
 * When event list view if empty due to filter selection.
 */
RESOURCE TBUF r_logs_eventview_no_data_dtfs_text
    {
    buf = qtn_log_no_events_filter;
    }

/**
 * The options menu command "View" used when MSK label is enabled
 */
RESOURCE TBUF r_qtn_logs_cmd_view
    {
    buf = qtn_logs_cmd_view;
    }

// End of File