diff options
| -rw-r--r-- | indra/cmake/LLSharedLibs.cmake | 44 | ||||
| -rw-r--r-- | indra/newview/skins/default/textures/bottomtray/Snapshot_Off.png | bin | 332 -> 3204 bytes | |||
| -rw-r--r-- | indra/newview/skins/default/textures/textures.xml | 93 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 82 | 
4 files changed, 58 insertions, 161 deletions
| diff --git a/indra/cmake/LLSharedLibs.cmake b/indra/cmake/LLSharedLibs.cmake index 3be22ab401..a8c81609bb 100644 --- a/indra/cmake/LLSharedLibs.cmake +++ b/indra/cmake/LLSharedLibs.cmake @@ -3,29 +3,29 @@  # search_dirs: a list of dirs to search for the dependencies  # dst_path: path to copy deps to, relative to the output location of the target_exe  macro(ll_deploy_sharedlibs_command target_exe search_dirs dst_path)  -	get_target_property(OUTPUT_LOCATION ${target_exe} LOCATION) +  get_target_property(OUTPUT_LOCATION ${target_exe} LOCATION) -	if(DARWIN) -	  get_target_property(IS_BUNDLE ${target_exe} MACOSX_BUNDLE) -	  if(IS_BUNDLE) -		get_filename_component(TARGET_FILE ${OUTPUT_LOCATION} NAME) -		set(OUTPUT_PATH ${OUTPUT_LOCATION}.app/Contents/MacOS) -		set(OUTPUT_LOCATION ${OUTPUT_PATH}/${TARGET_FILE}) -	  endif(IS_BUNDLE) -	else(APPLE) -	  message(FATAL_ERROR "Only darwin currently supported!") -	endif(DARWIN) - -	add_custom_command( -	  TARGET ${target_exe} POST_BUILD -	  COMMAND ${CMAKE_COMMAND}  -	  ARGS -        "-DBIN_NAME=\"${OUTPUT_LOCATION}\"" -		"-DSEARCH_DIRS=\"${search_dirs}\"" -		"-DDST_PATH=\"${OUTPUT_PATH}/${dst_path}\"" -		"-P" -		"${CMAKE_SOURCE_DIR}/cmake/DeploySharedLibs.cmake" -	  ) +  if(DARWIN) +    get_target_property(IS_BUNDLE ${target_exe} MACOSX_BUNDLE) +    if(IS_BUNDLE) +      get_filename_component(TARGET_FILE ${OUTPUT_LOCATION} NAME) +      set(OUTPUT_PATH ${OUTPUT_LOCATION}.app/Contents/MacOS) +      set(OUTPUT_LOCATION ${OUTPUT_PATH}/${TARGET_FILE}) +    endif(IS_BUNDLE) +  else(DARWIN) +    message(FATAL_ERROR "Only darwin currently supported!") +  endif(DARWIN) +   +  add_custom_command( +    TARGET ${target_exe} POST_BUILD +    COMMAND ${CMAKE_COMMAND}  +    ARGS +    "-DBIN_NAME=\"${OUTPUT_LOCATION}\"" +    "-DSEARCH_DIRS=\"${search_dirs}\"" +    "-DDST_PATH=\"${OUTPUT_PATH}/${dst_path}\"" +    "-P" +    "${CMAKE_SOURCE_DIR}/cmake/DeploySharedLibs.cmake" +    )  endmacro(ll_deploy_sharedlibs_command) diff --git a/indra/newview/skins/default/textures/bottomtray/Snapshot_Off.png b/indra/newview/skins/default/textures/bottomtray/Snapshot_Off.pngBinary files differ index 6f2726c3e6..d7ec04237b 100644 --- a/indra/newview/skins/default/textures/bottomtray/Snapshot_Off.png +++ b/indra/newview/skins/default/textures/bottomtray/Snapshot_Off.png diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index f7b0bb4629..a75d38d967 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -535,15 +535,6 @@    <texture name="move_down_in.tga" preload="false" />    <texture name="move_down_out.tga" preload="false" /> -  <texture name="tool_grab.tga" /> -  <texture name="tool_grab_active.tga" /> - -  <texture name="tool_face.tga" /> -  <texture name="tool_face_active.tga" /> - -  <texture name="tool_create.tga" /> -  <texture name="tool_create_active.tga" /> -    <texture name="up_arrow.tga" file_name="up_arrow.png" />    <texture name="down_arrow.tga" file_name="down_arrow.png" /> @@ -608,54 +599,6 @@    <texture name="icon_popular.tga" />    <texture name="icon_top_pick.tga" /> -  <texture name="inv_folder_animation.tga" /> -  <texture name="inv_folder_bodypart.tga" /> -  <texture name="inv_folder_callingcard.tga" /> -  <texture name="inv_folder_clothing.tga" /> -  <texture name="inv_folder_current_outfit.tga" /> -  <texture name="inv_folder_gesture.tga" /> -  <texture name="inv_folder_landmark.tga" /> -  <texture name="inv_folder_lostandfound.tga" /> -  <texture name="inv_folder_my_outfits.tga" /> -  <texture name="inv_folder_notecard.tga" /> -  <texture name="inv_folder_object.tga" /> -  <texture name="inv_folder_outfit.tga" /> -  <texture name="inv_folder_plain_closed.tga" /> -  <texture name="inv_folder_script.tga" /> -  <texture name="inv_folder_snapshot.tga" /> -  <texture name="inv_folder_sound.tga" /> -  <texture name="inv_folder_texture.tga" /> -  <texture name="inv_folder_trash.tga" /> - -  <texture name="inv_item_animation.tga" /> -  <texture name="inv_item_skin.tga" /> -  <texture name="inv_item_callingcard_offline.tga" /> -  <texture name="inv_item_callingcard_online.tga" /> -  <texture name="inv_item_eyes.tga" /> -  <texture name="inv_item_gesture.tga" /> -  <texture name="inv_item_gloves.tga" /> -  <texture name="inv_item_hair.tga" /> -  <texture name="inv_item_jacket.tga" /> -  <texture name="inv_item_landmark.tga" /> -  <texture name="inv_item_landmark_visited.tga" /> -  <texture name="inv_item_linkitem.tga" /> -  <texture name="inv_item_linkfolder.tga" /> -  <texture name="inv_item_notecard.tga" /> -  <texture name="inv_item_object.tga" /> -  <texture name="inv_item_object_multi.tga" /> -  <texture name="inv_item_pants.tga" /> -  <texture name="inv_item_script.tga" /> -  <texture name="inv_item_shape.tga" /> -  <texture name="inv_item_shirt.tga" /> -  <texture name="inv_item_shoes.tga" /> -  <texture name="inv_item_skirt.tga" /> -  <texture name="inv_item_snapshot.tga" /> -  <texture name="inv_item_socks.tga" /> -  <texture name="inv_item_sound.tga" /> -  <texture name="inv_item_texture.tga" /> -  <texture name="inv_item_underpants.tga" /> -  <texture name="inv_item_undershirt.tga" /> -    <texture name="lag_status_critical.tga" />    <texture name="lag_status_good.tga" />    <texture name="lag_status_warning.tga" /> @@ -682,37 +625,6 @@    <texture name="notify_next.png" preload="true" />    <texture name="notify_box_icon.tga" /> -  <texture name="object_cone.tga" /> -  <texture name="object_cone_active.tga" /> -  <texture name="object_cube.tga" /> -  <texture name="object_cube_active.tga" /> -  <texture name="object_cylinder.tga" /> -  <texture name="object_cylinder_active.tga" /> -  <texture name="object_grass.tga" /> -  <texture name="object_grass_active.tga" /> -  <texture name="object_hemi_cone.tga" /> -  <texture name="object_hemi_cone_active.tga" /> -  <texture name="object_hemi_cylinder.tga" /> -  <texture name="object_hemi_cylinder_active.tga" /> -  <texture name="object_hemi_sphere.tga" /> -  <texture name="object_hemi_sphere_active.tga" /> -  <texture name="object_prism.tga" /> -  <texture name="object_prism_active.tga" /> -  <texture name="object_pyramid.tga" /> -  <texture name="object_pyramid_active.tga" /> -  <texture name="object_ring.tga" /> -  <texture name="object_ring_active.tga" /> -  <texture name="object_sphere.tga" /> -  <texture name="object_sphere_active.tga" /> -  <texture name="object_tetrahedron.tga" /> -  <texture name="object_tetrahedron_active.tga" /> -  <texture name="object_torus.tga" /> -  <texture name="object_torus_active.tga" /> -  <texture name="object_tree.tga" /> -  <texture name="object_tree_active.tga" /> -  <texture name="object_tube.tga" /> -  <texture name="object_tube_active.tga" /> -    <texture name="pixiesmall.j2c" use_mips="true" />    <texture name="script_error.j2c" use_mips="true" />    <texture name="silhouette.j2c" use_mips="true" /> @@ -728,11 +640,6 @@    <texture name="status_no_push.tga" />    <texture name="status_no_scripts.tga" /> -  <texture name="tool_dozer.tga" /> -  <texture name="tool_dozer_active.tga" /> -  <texture name="tool_zoom.tga" /> -  <texture name="tool_zoom_active.tga" /> -    <texture name="icn_active-speakers-dot-lvl0.tga" />    <texture name="icn_active-speakers-dot-lvl1.tga" />    <texture name="icn_active-speakers-dot-lvl2.tga" /> diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 9bf3458d29..61bd1d186e 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -10,7 +10,7 @@   left="0"   name="bottom_tray"   top="28" - chrome="true"  + chrome="true"   border_visible="false"   width="1000">      <layout_stack @@ -47,7 +47,7 @@           min_width="300"           name="chat_bar"           user_resize="false" -         filename="panel_nearby_chat_bar.xml"/> +         filename="panel_nearby_chat_bar.xml" />          <layout_panel           mouse_opaque="false"           auto_resize="false" @@ -55,23 +55,22 @@           height="28"           layout="topleft"           min_height="28" -         width="96" +         width="100"           top_delta="0"           min_width="96"           name="speak_panel"           user_resize="false"> -		    <chiclet_talk -		     follows="right" -		     height="23" -		     speak_button.font="SansSerifMedium" -		     speak_button.tab_stop="true" -		     show_button.tab_stop="true" -		     layout="topleft" -		     left="0" -		     name="talk" -		     top="3" -		     width="96" /> -         </layout_panel> +         <chiclet_talk +          follows="right" +          height="23" +          speak_button.tab_stop="true" +          show_button.tab_stop="true" +          layout="topleft" +          left="0" +          name="talk" +          top="3" +          width="100" /> +        </layout_panel>  		 <icon           auto_resize="false"           follows="left|right" @@ -89,21 +88,21 @@           height="28"           layout="topleft"           min_height="28" -         width="76" +         width="80"           top_delta="0"           min_width="76"           name="gesture_panel"           user_resize="false"> -		    <gesture_combo_box -		      follows="right" -		     height="23" -		     label="Gesture" -		     layout="topleft" -		     name="Gesture" -		     left="0" -		     top="3" -             use_ellipses="true" -		     width="76" /> +         <button +           follows="right" +          height="23" +          label="Gesture" +          layout="topleft" +          name="Gesture" +          left="0" +          top="3" +         use_ellipses="true" +          width="80" />          </layout_panel>  		 <icon           auto_resize="false" @@ -124,7 +123,7 @@           layout="topleft"           min_height="28"           name="movement_panel" -         width="76" +         width="80"           min_width="76">              <button               follows="left|right" @@ -136,7 +135,7 @@               name="movement_btn"               tool_tip="Show/hide movement controls"               top="3" -             width="76"> +             width="80">                  <button.init_callback                   function="Button.SetDockableFloaterToggle"                   parameter="moveview" /> @@ -175,7 +174,7 @@               tool_tip="Show/hide camera controls"               top="3"               name="camera_btn" -             width="76"> +             width="80">                  <button.init_callback                   function="Button.SetDockableFloaterToggle"                   parameter="camera" /> @@ -199,28 +198,19 @@           height="28"           layout="topleft"           name="snapshot_panel" -         width="35"> -            <split_button -             arrow_position="right" +         width="40"> +            <button           follows="left|right"               height="23"               left="0" +             label=""               layout="topleft"               name="snapshots" -             width="46" -             top="3"> -                <split_button.item -                 image_overlay="Snapshot_Off" -                 name="snapshot" -                 tool_tip="Take snapshot" -                 /> -                <split_button.arrow_button -                 name="snapshot_settings" -                 image_overlay="Widget_UpArrow" -                 tool_tip="Snapshot and Preset Views" -                 width="18" +             width="36" +             top="3" +             image_overlay="Snapshot_Off" +            tool_tip="Take snapshot"                   /> -            </split_button>          </layout_panel>          <layout_panel           mouse_opaque="false" @@ -297,7 +287,7 @@           height="10"           image_name="spacer24.tga"           layout="topleft" -         left="0" +         right="-1"           top="0"           width="10"/>      </layout_stack> | 
