diff -r 000000000000 -r 094583676ce7 wvuing/wvuiave/AppRss/CAChatListViewNG.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wvuing/wvuiave/AppRss/CAChatListViewNG.rss Thu Dec 17 08:41:52 2009 +0200 @@ -0,0 +1,370 @@ +/* +* Copyright (c) 2002-2005 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 of chat list view +* +*/ + + +//---------------------------------------------------- +// +// r_chatclient_chatlist_view +// View-resource definition for chatlist-view +// +//---------------------------------------------------- +// +RESOURCE AVKON_VIEW r_chatclient_chatlist_view + { + hotkeys=r_chatclient_hotkeys; + menubar=r_chatclient_menubar_chatlist_view; + cba=R_AVKON_SOFTKEYS_SELECTION_LIST; + } + + +//---------------------------------------------------- +// +// r_chatclient_menubar_chatlist_view +// Menubar definition for chatlist-view +// +//---------------------------------------------------- +// +RESOURCE MENU_BAR r_chatclient_menubar_chatlist_view +{ + titles= + { + MENU_TITLE { menu_pane=r_chatclient_general_menu; }, + MENU_TITLE { menu_pane=r_chatclient_chatlist_view_menu; } + }; +} + + +RESOURCE TBUF r_chatclient_clist_sn_prompt { buf = qtn_chat_dataq_join_prtx_sn ;} +RESOURCE DIALOG r_chatclient_clist_sn_query + { + flags = EGeneralQueryFlags; + buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + //itemflags=EEikDlgItemTakesEnterKey; + control= AVKON_DATA_QUERY + { + layout = EDataLayout; + label = qtn_chat_dataq_join_prtx_sn; + control=EDWIN + { + flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; + maxlength=10; + width=16; + lines=1; + default_case = EAknEditorLowerCase; + }; + }; + } + }; + } +//---------------------------------------------------- +// +// r_chatclient_chatlist_view_menu +// Items for menupane in chatlist-view +// +//---------------------------------------------------- +// +RESOURCE MENU_PANE r_chatclient_chatlist_view_menu +{ + items= + { + MENU_ITEM { command = EChatClientChatListViewCmdJoin; + txt = qtn_chat_clist_om_open; + }, + MENU_ITEM { command = EChatClientChatListEnterChatGroup; + txt = qtn_chat_clist_om_enter; + }, + MENU_ITEM { command = EChatClientChatViewCreateNewChat; + txt = qtn_chat_clist_om_new; + }, + + MENU_ITEM { command = EChatClientChatListLeave; + txt = qtn_chat_clist_cgr_sm_leave; + }, + + MENU_ITEM { command = EChatClientChatListOptions; + cascade = r_chatclient_chatlist_sub_menu; + txt = qtn_chat_clist_om_cgr; + }, + + MENU_ITEM { command = EChatClientChatListSearch; + txt = qtn_chat_clist_om_search; + }, + MENU_ITEM { command=EChatClientMainViewCmdChangeStatus; txt = qtn_chat_friend_change_status; }, + MENU_ITEM { command=EChatClientMainViewCmdLogin; txt = qtn_chat_main_om_login; }, + MENU_ITEM { command=EChatClientMainViewCmdLogout; txt = qtn_chat_main_om_logout; }, + + MENU_ITEM { command = EChatClientChatListSettings; + txt = qtn_chat_settings; + } + }; +} + +RESOURCE MENU_PANE r_chatclient_chatlist_sub_menu +{ + items= + { + MENU_ITEM { command = EChatClientChatListFavor; + txt = qtn_chat_om_save_favor; + }, + MENU_ITEM { command = EChatClientChatListRmv; + txt = qtn_chat_clist_cgr_sm_rmv; + }, + MENU_ITEM { command = EChatClientChatListPart; + txt = qtn_chat_clist_cgr_sm_part; + }, + MENU_ITEM { command = EChatClientChatListInfo; + txt = qtn_chat_clist_cgr_sm_info; + }, + MENU_ITEM { command = EChatClientChatListEdit; + txt = qtn_chat_clist_cgr_sm_pedit; + } + }; +} + + +RESOURCE TBUF r_qtn_chat_clist_wait_saving { buf = qtn_chat_clist_wait_saving; } +RESOURCE TBUF r_qtn_gen_chat_note_processing { buf = qtn_gen_note_processing; } +RESOURCE TBUF r_qtn_chat_group_leaving { buf = qtn_chat_group_leaving; } + + +RESOURCE TBUF RSC_CHAT_JOIN_WAIT { buf = qtn_chat_wnote_connecting; } + +RESOURCE TBUF r_chatlist_view_info_title { buf = qtn_chat_info_heading; } +RESOURCE TBUF r_chatlist_view_info_numb_parti { buf = qtn_chat_info_numb_parti;} +RESOURCE TBUF r_chatlist_view_info_whis_yes { buf = qtn_chat_proper_whis_yes; } +RESOURCE TBUF r_chatlist_view_info_whis_no { buf = qtn_chat_proper_whis_no; } + +RESOURCE TBUF r_chatlist_view_info_gid { buf = qtn_chat_info_gid; } +RESOURCE TBUF r_chatlist_view_info_top { buf = qtn_chat_info_top; } +RESOURCE TBUF r_chatlist_view_info_numb { buf = qtn_chat_info_numb; } +RESOURCE TBUF r_chatlist_view_info_admin { buf = qtn_chat_info_admin; } +RESOURCE TBUF r_chatlist_view_info_banned { buf = qtn_chat_info_banned; } +RESOURCE TBUF r_chatlist_view_info_whis { buf = qtn_chat_info_al_whis; } + +RESOURCE TBUF r_chatlist_view_join_error { buf = qtn_chat_join_note_error; } + +RESOURCE TBUF r_chatclient_chatlist_enter_chatgroup { buf = qtn_chat_clist_enter;} +RESOURCE DIALOG r_chatclient_chatlist_chatgroup_query + { + flags = EGeneralQueryFlags; + buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + control= AVKON_DATA_QUERY + { + layout = EDataLayout; + label = qtn_chat_clist_enter; + control=EDWIN + { + flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; + maxlength=50; + width=16; + lines=1; + default_case = EAknEditorLowerCase; + avkon_flags = EAknEditorFlagLatinInputModesOnly; + }; + }; + } + }; + } + +RESOURCE TBUF RSC_CHAT_DELETE_CONFIRMATION { buf = qtn_query_common_conf_delete; } + +//Prompt for delete chat group query +RESOURCE TBUF r_delete_chatgroup_prompt { buf = qtn_chat_query_conf_rmv; } + +RESOURCE DIALOG r_generic_yes_no_confirmation_query + { + flags=EGeneralQueryFlags; + buttons=R_AVKON_SOFTKEYS_YES_NO__YES; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + control= AVKON_CONFIRMATION_QUERY + { + layout = EConfirmationQueryLayout; + }; + } + }; + } + +RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_chat_invite_list_query + { + items = + { + AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE + { + control = AVKON_LIST_QUERY_CONTROL + { + listtype = EAknCtSingleGraphicPopupMenuListBox; + listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST + { + + }; + heading = qtn_chat_invite_prtx; + }; + } + }; + } + +//---------------------------------------------------------- +// +// r_chat_invite_cba_buttons +// Resource definition for CBA when querying invitation +// +//---------------------------------------------------------- +RESOURCE CBA r_chat_invite_cba_buttons + { + buttons = + { + CBA_BUTTON {id=EAknSoftkeyDone; txt = text_softkey_ok; }, + CBA_BUTTON {id=EAknSoftkeyCancel; txt = text_softkey_cancel; }, + CBA_BUTTON {id=EAknSoftkeyDone; txt = text_softkey_ok; } + }; + } + +//---------------------------------------------------------- +// +// r_chat_invite_cba_buttons_send +// Resource definition for CBA when querying invitation +// +//---------------------------------------------------------- +RESOURCE CBA r_chat_invite_cba_buttons_send + { + buttons = + { + CBA_BUTTON { id = EAknSoftkeyDone; txt = text_softkey_send; }, + CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, + CBA_BUTTON { id = EAknSoftkeyDone; txt = text_softkey_send; } + }; + } + +RESOURCE TBUF r_chat_invite_msg_dq { buf = qtn_chat_invite_msg_dq;} + +RESOURCE DIALOG r_chat_invite_message_query + { + flags = EEikDialogFlagWait|EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | EEikDialogFlagNoShadow; + buttons=r_chat_invite_cba_buttons; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + itemflags=EEikDlgItemTakesEnterKey; + control= AVKON_DATA_QUERY + { + layout = EDataLayout; + label = qtn_chat_invite_msg_dq; + control=EDWIN + { + flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; + maxlength=50; + width=16; + lines=1; + default_input_mode=EAknEditorTextInputMode; + }; + }; + } + }; + } + +RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_chat_created_groups_query + { + items = + { + AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE + { + control = AVKON_LIST_QUERY_CONTROL + { + listtype = EAknCtSingleGraphicPopupMenuListBox; + listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST + { + + }; + heading = qtn_chat_prtx_delete_groups; + }; + } + }; + } + +RESOURCE TBUF r_qtn_chat_empty_group_list { buf = qtn_chat_empty_group_list; } + +// private group alignment +RESOURCE TBUF r_chatclient_chatlist_create_group_name { buf = qtn_chat_create_group_name;} +RESOURCE DIALOG r_chatclient_chatlist_create_group_name_query + { + flags = EGeneralQueryFlags; + buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + control= AVKON_DATA_QUERY + { + layout = EDataLayout; + label = qtn_chat_create_group_name; + control=EDWIN + { + flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable; + maxlength=50; + width=16; + lines=1; + default_case = EAknEditorLowerCase; + }; + }; + } + }; + } + +RESOURCE TBUF r_chat_creating_chat_group { buf = qtn_chat_creating_chat_group;} +RESOURCE TBUF r_qtn_chat_invite_sending_many { buf = qtn_chat_invite_sending_many; } +RESOURCE TBUF r_qtn_chat_cancel_group_creation { buf = qtn_chat_cancel_group_creation; } +RESOURCE TBUF r_qtn_chat_group_creation_cancelled { buf = qtn_chat_group_creation_cancelled; } + +RESOURCE DIALOG r_chat_generic_cancel_confirmation_query + { + flags=EGeneralQueryFlags; + buttons=R_AVKON_SOFTKEYS_YES_NO__YES; + items= + { + DLG_LINE + { + type=EAknCtQuery; + id=EGeneralQuery; + control= AVKON_CONFIRMATION_QUERY + { + layout = EConfirmationQueryLayout; + }; + } + }; + }