diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_people.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 598 |
1 files changed, 308 insertions, 290 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 7b19ab1a1c..6152dd1587 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -1,22 +1,21 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <!-- Side tray panel --> <panel -background_visible="true" follows="all" - height="570" + height="449" label="People" layout="topleft" + left="0" min_height="350" name="people_panel" top="0" - left="0" width="333"> <string name="no_people" value="No people" /> <string name="no_one_near" - value="No-one near" /> + value="No one near" /> <string name="no_friends_online" value="No friends online" /> @@ -24,41 +23,53 @@ background_visible="true" name="no_friends" value="No friends" /> <string - name="no_groups" - value="No groups" /> - <string name="people_filter_label" value="Filter People" /> <string name="groups_filter_label" value="Filter Groups" /> + <!-- + *WORKAROUND: for group_list.no_groups_msg & group_list.no_filtered_groups_msg attributes. + They are not defined as translatable in VLT. See EXT-5931 + --> + <string + name="no_filtered_groups_msg" + value="[secondlife:///app/search/groups Try finding the group in search?]" /> + <string + name="no_groups_msg" + value="[secondlife:///app/search/groups Try searching for some groups to join.]" /> <filter_editor follows="left|top|right" - font="SansSerif" height="23" layout="topleft" - left="15" + left="10" label="Filter" max_length="300" name="filter_input" text_color="Black" + text_pad_left="10" top="3" width="303" /> <tab_container follows="all" - height="500" + height="383" layout="topleft" - left="10" + left="5" name="tabs" tab_min_width="70" tab_height="30" tab_position="top" top_pad="10" - width="313"> - <panel + halign="center" + width="317"> + <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" follows="all" - height="500" - label="Nearby" + height="383" + label="NEARBY" layout="topleft" left="0" help_topic="people_nearby_tab" @@ -67,433 +78,440 @@ background_visible="true" width="313"> <avatar_list allow_select="true" + bg_alpha_color="DkGray2" + bg_opaque_color="DkGray2" follows="all" - height="470" + height="356" ignore_online_status="true" layout="topleft" - left="0" + left="3" multi_select="true" name="avatar_list" top="0" - volume_column_width="20" - width="313" /> + width="307" /> <panel + background_visible="true" follows="left|right|bottom" - height="30" + height="27" label="bottom_panel" layout="topleft" - left="0" + left="3" name="bottom_panel" + top_pad="0" width="313"> <button follows="bottom|left" - tool_tip="Options" - height="18" - image_disabled="OptionsMenu_Disabled" - image_selected="OptionsMenu_Press" - image_unselected="OptionsMenu_Off" + height="25" + image_hover_unselected="Toolbar_Left_Over" + image_overlay="OptionsMenu_Off" + image_selected="Toolbar_Left_Selected" + image_unselected="Toolbar_Left_Off" layout="topleft" - left="10" + left="0" name="nearby_view_sort_btn" - picture_style="true" - top="5" - width="18" /> + tool_tip="Options" + top="1" + width="31" /> + <button + follows="bottom|left" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="AddItem_Off" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" + layout="topleft" + left_pad="1" + name="add_friend_btn" + tool_tip="Add selected Resident to your friends List" + width="31"> + <commit_callback + function="People.addFriend" /> + </button> + <icon + follows="bottom|left" + height="25" + image_name="Toolbar_Right_Off" + layout="topleft" + left_pad="1" + name="dummy_icon" + width="241" + /> </panel> </panel> <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" follows="all" - height="500" - left="0" - top="0" - label="Friends" + height="383" + label="MY FRIENDS" layout="topleft" + left="0" help_topic="people_friends_tab" name="friends_panel" + top="0" width="313"> <accordion + background_visible="true" + bg_alpha_color="DkGray2" + bg_opaque_color="DkGray2" follows="all" - height="470" + height="356" layout="topleft" - left="0" + left="3" name="friends_accordion" top="0" - width="313"> + width="307"> <accordion_tab - can_resize="false" layout="topleft" - height="230" + height="172" min_height="150" name="tab_online" title="Online"> <avatar_list allow_select="true" follows="all" - height="150" + height="172" layout="topleft" left="0" multi_select="true" name="avatars_online" top="0" - width="313" /> + width="307" /> </accordion_tab> <accordion_tab - can_resize="false" layout="topleft" - height="230" + height="173" name="tab_all" title="All"> <avatar_list allow_select="true" follows="all" - height="230" + height="173" layout="topleft" left="0" multi_select="true" name="avatars_all" top="0" - width="313" /> + width="307" /> </accordion_tab> </accordion> <panel + background_visible="true" follows="left|right|bottom" - height="30" + height="27" label="bottom_panel" layout="topleft" - left="0" + left="3" name="bottom_panel" + top_pad="0" width="313"> <button follows="bottom|left" tool_tip="Options" - height="18" - image_disabled="OptionsMenu_Disabled" - image_selected="OptionsMenu_Press" - image_unselected="OptionsMenu_Off" + height="25" + image_hover_unselected="Toolbar_Left_Over" + image_overlay="OptionsMenu_Off" + image_selected="Toolbar_Left_Selected" + image_unselected="Toolbar_Left_Off" layout="topleft" - left="10" + left="0" name="friends_viewsort_btn" - picture_style="true" - top="5" - width="18" /> + top="1" + width="31" /> <button follows="bottom|left" - height="18" - image_selected="AddItem_Press" - image_unselected="AddItem_Off" - image_disabled="AddItem_Disabled" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="AddItem_Off" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" layout="topleft" - left_pad="5" + left_pad="1" name="add_btn" - picture_style="true" - tool_tip="Offer friendship to a resident" - top_delta="0" - width="18" /> + tool_tip="Offer friendship to a Resident" + width="31" /> + <icon + follows="bottom|left" + height="25" + image_name="Toolbar_Middle_Off" + layout="topleft" + left_pad="1" + name="dummy_icon" + width="209" + /> <button follows="bottom|left" - height="18" - image_selected="TrashItem_Press" - image_unselected="TrashItem_Off" - image_disabled="TrashItem_Disabled" + height="25" + image_hover_unselected="Toolbar_Right_Over" + image_overlay="TrashItem_Off" + image_selected="Toolbar_Right_Selected" + image_unselected="Toolbar_Right_Off" layout="topleft" - left_pad="10" - right="-10" + left_pad="1" name="del_btn" - picture_style="true" tool_tip="Remove selected person from your Friends list" - top_delta="0" - width="18" /> + width="31" /> </panel> + <text + follows="all" + height="450" + left="10" + name="no_friends_msg" + top="10" + width="293" + wrap="true"> + To add friends try [secondlife:///app/search/people global search] or use right-click on a Resident to add them as a friend. +If you're looking for people to hang out with, [secondlife:///app/worldmap try the Map]. + </text> </panel> <panel + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" follows="all" - height="500" - label="Groups" - top="0" + height="383" + label="MY GROUPS" layout="topleft" + left="0" help_topic="people_groups_tab" name="groups_panel" + top="0" width="313"> + <!-- + *NOTE: no_groups_msg & group_list attributes are not defined as translatable in VLT. See EXT-5931 + Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild() + --> <group_list + background_visible="true" + bg_alpha_color="DkGray2" + bg_opaque_color="DkGray2" follows="all" - height="470" + height="356" layout="topleft" - left="0" + left="3" name="group_list" + no_filtered_groups_msg="[secondlife:///app/search/groups Try finding the group in search?]" + no_groups_msg="[secondlife:///app/search/groups Try searching for some groups to join.]" top="0" - width="313" /> + width="307" /> <panel - top_pad="0" + background_visible="true" follows="left|right|bottom" - height="30" + height="27" label="bottom_panel" layout="topleft" left="0" name="bottom_panel" + top_pad="0" width="313"> <button follows="bottom|left" tool_tip="Options" - height="18" - image_disabled="OptionsMenu_Disabled" - image_selected="OptionsMenu_Press" - image_unselected="OptionsMenu_Off" + height="25" + image_hover_unselected="Toolbar_Left_Over" + image_overlay="OptionsMenu_Off" + image_selected="Toolbar_Left_Selected" + image_unselected="Toolbar_Left_Off" layout="topleft" - left="10" + left="3" name="groups_viewsort_btn" - picture_style="true" - top="7" - width="18" /> + top="1" + width="31" /> <button follows="bottom|left" - height="18" - image_selected="AddItem_Press" - image_unselected="AddItem_Off" - image_disabled="AddItem_Disabled" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="AddItem_Off" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" layout="topleft" - left_pad="5" + left_pad="1" name="plus_btn" - picture_style="true" tool_tip="Join group/Create new group" - top_delta="0" - width="18" /> + width="31" /> <button follows="bottom|left" - height="10" - image_hover_selected="Activate_Checkmark" - image_selected="Activate_Checkmark" - image_unselected="Activate_Checkmark" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="Activate_Checkmark" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" layout="topleft" - left_pad="24" + left_pad="1" name="activate_btn" - picture_style="true" tool_tip="Activate selected group" - top_delta="5" - width="10" /> - <button - follows="bottom|left" - height="18" - image_selected="TrashItem_Press" - image_unselected="TrashItem_Off" - layout="topleft" - left_pad="10" - right="-10" - name="minus_btn" - picture_style="true" - tool_tip="Leave selected group" - top_delta="-5" - width="18" /> + width="31" /> + <icon + follows="bottom|left" + height="25" + image_name="Toolbar_Right_Off" + layout="topleft" + left_pad="1" + name="dummy_icon" + width="209" + /> </panel> </panel> <panel - top="0" + background_opaque="true" + background_visible="true" + bg_alpha_color="DkGray" + bg_opaque_color="DkGray" follows="all" - height="500" - label="Recent" + height="383" + label="RECENT" layout="topleft" + left="0" help_topic="people_recent_tab" name="recent_panel" + top="0" width="313"> <avatar_list allow_select="true" + background_visible="true" + bg_alpha_color="DkGray2" + bg_opaque_color="DkGray2" follows="all" - height="470" + height="356" layout="topleft" - left="0" + left="3" multi_select="true" name="avatar_list" - top="2" - width="313" /> + show_last_interaction_time="true" + top="0" + width="307" /> <panel background_visible="true" - bevel_style="none" - top_pad="0" follows="left|right|bottom" - height="30" + height="27" label="bottom_panel" layout="topleft" left="0" name="bottom_panel" + top_pad="0" width="313"> <button follows="bottom|left" tool_tip="Options" - height="18" - image_disabled="OptionsMenu_Disabled" - image_selected="OptionsMenu_Press" - image_unselected="OptionsMenu_Off" + height="25" + image_hover_unselected="Toolbar_Left_Over" + image_overlay="OptionsMenu_Off" + image_selected="Toolbar_Left_Selected" + image_unselected="Toolbar_Left_Off" layout="topleft" - left="10" + left="3" name="recent_viewsort_btn" - picture_style="true" - top="7" - width="18" /> + top="1" + width="31" /> + <button + follows="bottom|left" + height="25" + image_hover_unselected="Toolbar_Middle_Over" + image_overlay="AddItem_Off" + image_selected="Toolbar_Middle_Selected" + image_unselected="Toolbar_Middle_Off" + layout="topleft" + left_pad="1" + name="add_friend_btn" + tool_tip="Add selected Resident to your friends List" + width="31"> + <commit_callback + function="People.addFriend" /> + </button> + <icon + follows="bottom|left" + height="25" + image_name="Toolbar_Right_Off" + layout="topleft" + left_pad="1" + name="dummy_icon" + width="241" + /> </panel> </panel> </tab_container> - <layout_stack - animate="false" - border_size="0" - follows="left|right|bottom" - height="25" + <panel + follows="bottom|left" + height="23" layout="topleft" - left="10" + left="8" + top_pad="4" name="button_bar" - orientation="horizontal" width="313"> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + <button + follows="bottom|left" + height="23" + label="Profile" layout="topleft" - left="0" - name="view_profile_btn_panel" - top="-25" - width="65"> - <button - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Profile" - layout="topleft" - name="view_profile_btn" - tool_tip="Show picture, groups, and other residents information" - width="65" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + name="view_profile_btn" + tool_tip="Show picture, groups, and other Residents information" + top="0" + width="70" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="IM" layout="topleft" - left_delta="0" - min_width="85" - name="add_friend_btn_panel" - top_delta="0" - width="50"> - <button - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Add" - layout="topleft" - name="add_friend_btn" - tool_tip="Add selected resident to your friends List" - width="50" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="19" + name="im_btn" + tool_tip="Open instant message session" + width="43" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="Call" layout="topleft" - min_width="80" - name="group_info_btn_panel" - width="80"> - <button - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Group Profile" - layout="topleft" - name="group_info_btn" - tool_tip="Show group information" - width="80" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + name="call_btn" + tool_tip="Call this Resident" + width="51" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="Share" layout="topleft" - min_width="45" - name="chat_btn_panel" - top_delta="0" - width="45"> - <button - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Chat" - layout="topleft" - name="chat_btn" - tool_tip="Open chat session" - width="45" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + name="share_btn" + width="62" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="Teleport" layout="topleft" - min_width="35" - name="im_btn_panel" + name="teleport_btn" + tool_tip="Offer teleport" + width="76" /> + <button + follows="bottom|left" + left="0" top_delta="0" - width="35"> - <button - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="IM" - layout="topleft" - name="im_btn" - tool_tip="Open instant message session" - width="35" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + height="23" + label="Group Profile" layout="topleft" - min_width="40" - name="call_btn_panel" - top_delta="0" - visible="false" - width="40"> - <button - enabled="false" - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Call" - layout="topleft" - name="call_btn" - width="40" /> - </layout_panel> - <layout_panel - default_tab_group="1" - follows="left|top|right" - height="25" + name="group_info_btn" + tool_tip="Show group information" + width="107" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="Group Chat" layout="topleft" - min_width="65" - name="teleport_btn_panel" - top_delta="0" - width="65"> - <button - follows="left|top|right" - font="SansSerifSmall" - height="19" - label="Teleport" - layout="topleft" - name="teleport_btn" - tool_tip="Offer teleport" - width="65" /> - </layout_panel> - <layout_panel - default_tab_group="1" - enabled="false" - follows="left|top|right" - height="25" + name="chat_btn" + tool_tip="Open chat session" + width="100" /> + <button + follows="bottom|left" + left_pad="3" + height="23" + label="Group Call" layout="topleft" - min_width="50" - name="share_btn_panel" - top_delta="0" - visible="false" - width="50"> - <button - enabled="false" - follows="top|left|right" - font="SansSerifSmall" - height="19" - label="Share" - layout="topleft" - name="share_btn" - width="50" /> - </layout_panel> - </layout_stack> + name="group_call_btn" + tool_tip="Call this group" + width="95" /> + </panel> </panel> |