From 324200dfd7d70324fe15329100140d98bb1f9b17 Mon Sep 17 00:00:00 2001 From: Seth ProductEngine Date: Thu, 9 Aug 2012 00:00:25 +0300 Subject: CHUI-120 WIP Added notifications about newly invited chat participants. --- indra/newview/skins/default/xui/en/floater_im_session.xml | 6 ++++++ indra/newview/skins/default/xui/en/notifications.xml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index 4abe4d6941..2b63430106 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -34,6 +34,12 @@ + + + + +When you add a person to an existing conversation, a new conversation will be created. All participants will receive new conversation notifications. + confirm + + + Date: Fri, 10 Aug 2012 02:51:56 +0300 Subject: CHUI-120 WIP Different notifications about single and multiple chat participants invited. The notification about starting a new conversation now applies only to P2P chat. Some code refactoring and clean up. --- indra/newview/skins/default/xui/en/floater_im_session.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index 2b63430106..de8d5f22fd 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -35,11 +35,14 @@ name="return_icon" value="Conv_toolbar_arrow_sw"/> + name="participant_added" + value="[NAME] was invited to the conversation.[NEW_WINDOW]"/> + name="multiple_participants_added" + value="[NAME] were invited to the conversation.[NEW_WINDOW]"/> + Date: Thu, 16 Aug 2012 04:55:48 +0300 Subject: CHUI-120 WIP Notifications about added chat participants should be sent to the conference when those participants actually join. - Removed notifying existing P2P participants about ad hoc conference staring in a new window. Now the notifications should arrive in that new window. - Fixed "Cancel" button which had no effect in adding P2P participants notification. --- indra/newview/skins/default/xui/en/floater_im_session.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index de8d5f22fd..15d3dc30ae 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -36,13 +36,10 @@ value="Conv_toolbar_arrow_sw"/> + value="[NAME] was invited to the conversation."/> - + value="[NAME] were invited to the conversation."/>