Skip to content
Snippets Groups Projects
Commit 9d035155 authored by eli_linden's avatar eli_linden
Browse files

sync with viewer-development

parent cd51c7e0
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,14 @@ ...@@ -42,6 +42,14 @@
function="CheckControl" function="CheckControl"
parameter="NearbyListShowIcons" /> parameter="NearbyListShowIcons" />
</menu_item_check> </menu_item_check>
<menu_item_check name ="view_map" label="View Map">
<menu_item_check.on_check
function="CheckControl"
parameter="NearbyListShowMap" />
<menu_item_check.on_click
function="ToggleControl"
parameter="NearbyListShowMap" />
</menu_item_check>
<menu_item_separator layout="topleft" /> <menu_item_separator layout="topleft" />
<menu_item_call name="show_blocked_list" label="Show Blocked Residents &amp; Objects"> <menu_item_call name="show_blocked_list" label="Show Blocked Residents &amp; Objects">
<menu_item_call.on_click function="SideTray.ShowPanel" userdata="panel_block_list_sidetray" /> <menu_item_call.on_click function="SideTray.ShowPanel" userdata="panel_block_list_sidetray" />
......
...@@ -53,9 +53,6 @@ ...@@ -53,9 +53,6 @@
name="list_attachments" name="list_attachments"
top="0" top="0"
width="311"> width="311">
<flat_list_view.no_items_text
value="No attachments worn" />
</flat_list_view>
</accordion_tab> </accordion_tab>
<accordion_tab <accordion_tab
layout="topleft" layout="topleft"
......
...@@ -87,7 +87,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -87,7 +87,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
width="319"> width="319">
<panel <panel
background_opaque="true" background_opaque="true"
background_visible="true" background_visible="true"
bg_alpha_color="DkGray" bg_alpha_color="DkGray"
bg_opaque_color="DkGray" bg_opaque_color="DkGray"
follows="all" follows="all"
...@@ -99,28 +99,54 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -99,28 +99,54 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
name="nearby_panel" name="nearby_panel"
top="0" top="0"
width="313"> width="313">
<net_map <layout_stack
bg_color="NetMapBackgroundColor" clip="false"
follows="top|left|right" follows="all"
layout="topleft" height="355"
left="3" layout="topleft"
mouse_opaque="false" mouse_opaque="false"
name="Net Map" orientation="vertical"
width="305" width="313">
height="140" <layout_panel
top="5"/> height="142"
<avatar_list
allow_select="true"
follows="top|left|bottom|right"
height="211"
ignore_online_status="true"
layout="topleft" layout="topleft"
left="3" mouse_opaque="false"
multi_select="true" user_resize="false"
name="avatar_list" visibility_control="NearbyListShowMap"
top="145" width="313">
width="306" /> <net_map
<panel bg_color="NetMapBackgroundColor"
follows="all"
height="140"
layout="topleft"
left="3"
mouse_opaque="false"
name="Net Map"
top="4"
width="305"/>
</layout_panel>
<layout_panel
height="213"
layout="topleft"
min_height="100"
mouse_opaque="false"
user_resize="false"
width="313">
<avatar_list
allow_select="true"
follows="all"
height="211"
ignore_online_status="true"
layout="topleft"
left="3"
keep_one_selected="false"
multi_select="true"
name="avatar_list"
top="2"
width="306" />
</layout_panel>
</layout_stack>
<panel
background_visible="true" background_visible="true"
follows="left|right|bottom" follows="left|right|bottom"
height="27" height="27"
......
...@@ -123,8 +123,8 @@ ...@@ -123,8 +123,8 @@
function="Pref.setControlFalse" function="Pref.setControlFalse"
parameter="MuteAmbient" /> parameter="MuteAmbient" />
</slider> </slider>
<button <button
control_name="MuteAmbient" control_name="MuteAmbient"
disabled_control="MuteAudio" disabled_control="MuteAudio"
follows="top|left" follows="top|left"
height="16" height="16"
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
function="Pref.setControlFalse" function="Pref.setControlFalse"
parameter="MuteSounds" /> parameter="MuteSounds" />
</slider> </slider>
<button <button
control_name="MuteSounds" control_name="MuteSounds"
disabled_control="MuteAudio" disabled_control="MuteAudio"
follows="top|left" follows="top|left"
...@@ -169,7 +169,10 @@ ...@@ -169,7 +169,10 @@
left_pad="5" left_pad="5"
name="mute_audio" name="mute_audio"
tab_stop="false" tab_stop="false"
width="16" /> width="16">
<button.commit_callback
function="Pref.SetSounds"/>
</button>
<slider <slider
control_name="AudioLevelMusic" control_name="AudioLevelMusic"
disabled_control="MuteAudio" disabled_control="MuteAudio"
...@@ -332,7 +335,17 @@ ...@@ -332,7 +335,17 @@
label="Play media attached to other avatars" label="Play media attached to other avatars"
left="25" left="25"
width="230"/> width="230"/>
<check_box
name="gesture_audio_play_btn"
control_name="EnableGestureSounds"
disabled_control="MuteAudio"
value="true"
follows="left|bottom|right"
height="15"
tool_tip="Check this to hear sounds from gestures"
label="Play sounds from gestures"
top_pad="1"
left="25"/>
<text <text
type="string" type="string"
length="1" length="1"
......
...@@ -2101,6 +2101,8 @@ Returns a string with the requested data about the region ...@@ -2101,6 +2101,8 @@ Returns a string with the requested data about the region
<string name="InvFolder Friends">Friends</string> <string name="InvFolder Friends">Friends</string>
<string name="InvFolder All">All</string> <string name="InvFolder All">All</string>
<string name="no_attachments">No attachments worn</string>
<!-- inventory FVBridge --> <!-- inventory FVBridge -->
<!-- This is used in llpanelinventory.cpp when constructing a context menu for an item for Sale --> <!-- This is used in llpanelinventory.cpp when constructing a context menu for an item for Sale -->
<string name="Buy">Buy</string> <string name="Buy">Buy</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment