Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
This commit is contained in:
@@ -692,16 +692,18 @@ void LLPanelPermissions::refresh()
|
||||
getChild<LLUICtrl>("B:")->setValue("B: " + perm_string);
|
||||
getChildView("B:")->setVisible( TRUE);
|
||||
|
||||
/*
|
||||
perm_string = mask_to_string(owner_mask_on);
|
||||
if (!supports_export && owner_mask_on & PERM_EXPORT) // Hide Export when not available
|
||||
perm_string.erase(perm_string.find_last_of("E"));
|
||||
//getChild<LLUICtrl>("O:")->setValue("O: " + perm_string);
|
||||
//getChildView("O:")->setVisible( TRUE);
|
||||
getChild<LLUICtrl>("O:")->setValue("O: " + perm_string);
|
||||
getChildView("O:")->setVisible( TRUE);
|
||||
*/
|
||||
|
||||
getChild<LLUICtrl>("G:")->setValue("G: " + mask_to_string(group_mask_on));
|
||||
getChildView("G:")->setVisible( TRUE);
|
||||
|
||||
perm_string = mask_to_string(owner_mask_on);
|
||||
perm_string = mask_to_string(everyone_mask_on);
|
||||
if (!supports_export && everyone_mask_on & PERM_EXPORT) // Hide Export when not available
|
||||
perm_string.erase(perm_string.find_last_of("E"));
|
||||
getChild<LLUICtrl>("E:")->setValue("E: " + perm_string);
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<string name="unavailable_text_label">Text chat is not available for this call.</string>
|
||||
<string name="inventory_item_offered">Inventory item offered</string>
|
||||
<flyout_button bottom="-37" height="20" label="Profile" left="5" name="instant_message_flyout" width="80" list_position="below">
|
||||
<!--flyout_button_item label="Request Teleport" name="request_teleport_item" value="3"/-->
|
||||
<flyout_button_item label="Request Teleport" name="request_teleport_item" value="3"/>
|
||||
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
||||
</flyout_button>
|
||||
<string name="ding on" value="Ding on new messages (On)"/>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<flyout_button bottom="-20" follows="right|top" halign="center" height="20" label="Profile" left="280" name="instant_message_flyout" width="80" list_position="below">
|
||||
<flyout_button_item label="History" name="history_btn" value="1"/>
|
||||
<flyout_button_item label="Offer Teleport" name="profile_tele_btn" value="2"/>
|
||||
<!--flyout_button_item label="Request Teleport" name="request_teleport_item" value="3"/-->
|
||||
<flyout_button_item label="Request Teleport" name="request_teleport_item" value="3"/>
|
||||
<flyout_button_item label="Pay" name="pay_item" value="4"/>
|
||||
<flyout_button_item label="Invite To Group" name="group_invite_item" value="5"/>
|
||||
</flyout_button>
|
||||
|
||||
@@ -48,10 +48,10 @@
|
||||
<on_click function="List.OfferTeleport"/>
|
||||
<on_enable function="List.EnableAnySelected"/>
|
||||
</menu_item_call>
|
||||
<!--menu_item_call label="Request Teleport" name="Request Teleport">
|
||||
<menu_item_call label="Request Teleport" name="Request Teleport">
|
||||
<on_click function="List.RequestTeleport"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call-->
|
||||
</menu_item_call>
|
||||
<menu_item_separator/>
|
||||
<menu_item_call label="Mute/Unmute" name="Mute/Unmute">
|
||||
<on_click function="List.Mute"/>
|
||||
|
||||
@@ -284,9 +284,9 @@
|
||||
mouse_opaque="true" name="Offer Teleport..." width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="lure" />
|
||||
</menu_item_call>
|
||||
<!--menu_item_call label="Request Teleport..." name="Request Teleport...">
|
||||
<menu_item_call label="Request Teleport..." name="Request Teleport...">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="request_lure" />
|
||||
</menu_item_call-->
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="Start Conference Chat" left="0"
|
||||
mouse_opaque="true" name="Conference Chat" width="128">
|
||||
<on_click filter="" function="Inventory.BeginIMSession" userdata="selected" />
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
<on_click function="Radar.TeleportTo"/>
|
||||
<on_enable function="List.EnableSingleSelected"/>
|
||||
</menu_item_call>
|
||||
<!--menu_item_call label="Request Teleport" name="Request Teleport">
|
||||
<menu_item_call label="Request Teleport" name="Request Teleport">
|
||||
<on_click function="List.RequestTeleport"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call-->
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Track/Untrack" name="Track/Untrack">
|
||||
<on_click function="Radar.Track"/>
|
||||
<on_enable function="List.EnableSingleSelected"/>
|
||||
|
||||
@@ -112,7 +112,7 @@ The following wildcards are available to enhance your autoresponses: #n for user
|
||||
<check_box control_name="AntiSpamScripts" height="16" label="Scripts" name="Scripts" bottom_delta="0" left_delta="120"/>
|
||||
<check_box control_name="AntiSpamTeleports" height="16" label="Teleport Offers" name="Teleport Offers" bottom_delta="0" left_delta="120"/>
|
||||
<check_box control_name="AntiSpamGroupNotices" height="16" label="Group Notices" name="Group Notices" bottom_delta="0" left_delta="120"/>
|
||||
<!--check_box control_name="AntiSpamTeleportRequests" height="16" label="Teleport Requests" name="Teleport Requests" left="14" bottom_delta="-20"/-->
|
||||
<check_box control_name="AntiSpamTeleportRequests" height="16" label="Teleport Requests" name="Teleport Requests" left="14" bottom_delta="-20"/>
|
||||
<text name="Except those from:" left="21" bottom_delta="-10">Except those from:</text>
|
||||
<check_box control_name="AntiSpamNotMine" height="16" label="My objects" name="My objects" left="25" bottom_delta="-23"/>
|
||||
<check_box control_name="AntiSpamNotFriends" height="16" label="My friends" name="My friends" bottom_delta="0" left_delta="120"/>
|
||||
|
||||
Reference in New Issue
Block a user