diff --git a/indra/newview/app_settings/keys.ini b/indra/newview/app_settings/keys.ini index bf9c94a09..eebb5dc33 100644 --- a/indra/newview/app_settings/keys.ini +++ b/indra/newview/app_settings/keys.ini @@ -52,6 +52,7 @@ FIRST_PERSON F SHIFT toggle_fly FIRST_PERSON SPACE NONE stop_moving FIRST_PERSON ENTER NONE start_chat +FIRST_PERSON DIVIDE NONE start_gesture FIRST_PERSON / NONE start_gesture FIRST_PERSON LEFT SHIFT slide_left @@ -89,6 +90,7 @@ THIRD_PERSON F SHIFT toggle_fly THIRD_PERSON SPACE NONE stop_moving THIRD_PERSON ENTER NONE start_chat +THIRD_PERSON DIVIDE NONE start_gesture THIRD_PERSON / NONE start_gesture THIRD_PERSON LEFT NONE turn_left @@ -201,6 +203,7 @@ EDIT S NONE move_backward EDIT E NONE spin_over EDIT C NONE spin_under EDIT ENTER NONE start_chat +EDIT DIVIDE NONE start_gesture EDIT / NONE start_gesture EDIT PAD_ENTER NONE start_chat EDIT PAD_DIVIDE NONE start_gesture @@ -330,6 +333,7 @@ SITTING PAD_ENTER CTL_ALT_SHIFT start_chat SITTING PAD_DIVIDE CTL_ALT_SHIFT start_gesture SITTING ENTER NONE start_chat +SITTING DIVIDE NONE start_gesture SITTING / NONE start_gesture # Avatar editing camera controls @@ -346,6 +350,7 @@ EDIT_AVATAR DOWN NONE edit_avatar_move_backward EDIT_AVATAR PGUP NONE edit_avatar_spin_over EDIT_AVATAR PGDN NONE edit_avatar_spin_under EDIT_AVATAR ENTER NONE start_chat +EDIT_AVATAR DIVIDE NONE start_gesture EDIT_AVATAR / NONE start_gesture EDIT_AVATAR PAD_LEFT NONE edit_avatar_spin_cw EDIT_AVATAR PAD_RIGHT NONE edit_avatar_spin_ccw diff --git a/indra/newview/ascentprefssys.cpp b/indra/newview/ascentprefssys.cpp index 66a8d7e72..88a3361fc 100644 --- a/indra/newview/ascentprefssys.cpp +++ b/indra/newview/ascentprefssys.cpp @@ -226,11 +226,12 @@ void LLPrefsAscentSys::refreshValues() mCmdMapToKeepPos = gSavedSettings.getBOOL("AscentMapToKeepPos"); mCmdLineTP2 = gSavedSettings.getString("AscentCmdLineTP2"); - //Privacy ----------------------------------------------------------------------------- + //Security ---------------------------------------------------------------------------- mBroadcastViewerEffects = gSavedSettings.getBOOL("BroadcastViewerEffects"); mDisablePointAtAndBeam = gSavedSettings.getBOOL("DisablePointAtAndBeam"); mPrivateLookAt = gSavedSettings.getBOOL("PrivateLookAt"); mShowLookAt = gSavedSettings.getBOOL("AscentShowLookAt"); + mQuietSnapshotsToDisk = gSavedSettings.getBOOL("QuietSnapshotsToDisk"); mRevokePermsOnStandUp = gSavedSettings.getBOOL("RevokePermsOnStandUp"); mDisableClickSit = gSavedSettings.getBOOL("DisableClickSit"); mDisplayScriptJumps = gSavedSettings.getBOOL("AscentDisplayTotalScriptJumps"); @@ -330,11 +331,12 @@ void LLPrefsAscentSys::cancel() gSavedSettings.setBOOL("AscentMapToKeepPos", mCmdMapToKeepPos); gSavedSettings.setString("AscentCmdLineTP2", mCmdLineTP2); - //Privacy ----------------------------------------------------------------------------- + //Security ---------------------------------------------------------------------------- gSavedSettings.setBOOL("BroadcastViewerEffects", mBroadcastViewerEffects); gSavedSettings.setBOOL("DisablePointAtAndBeam", mDisablePointAtAndBeam); gSavedSettings.setBOOL("PrivateLookAt", mPrivateLookAt); gSavedSettings.setBOOL("AscentShowLookAt", mShowLookAt); + gSavedSettings.setBOOL("QuietSnapshotsToDisk", mQuietSnapshotsToDisk); gSavedSettings.setBOOL("RevokePermsOnStandUp", mRevokePermsOnStandUp); gSavedSettings.setBOOL("DisableClickSit", mDisableClickSit); gSavedSettings.setBOOL("AscentDisplayTotalScriptJumps", mDisplayScriptJumps); diff --git a/indra/newview/skins/default/xui/en-us/panel_friends.xml b/indra/newview/skins/default/xui/en-us/panel_friends.xml index 28aa426e1..da9dec4ef 100644 --- a/indra/newview/skins/default/xui/en-us/panel_friends.xml +++ b/indra/newview/skins/default/xui/en-us/panel_friends.xml @@ -1,81 +1,35 @@ Multiple friends... - - - - - - - - - - + + + + + + + + + + - - - + - -