Emerald Local Assets

This commit is contained in:
Siana Gearz
2011-03-03 02:01:52 +01:00
parent 5cad5a4cfd
commit 633b6d22f2
13 changed files with 1816 additions and 25 deletions

View File

@@ -0,0 +1,261 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Local Asset Browser: xui -->
<!-- floater definition start -->
<floater
name="local_bitmap_browser_floater"
title="Local Bitmap Browser"
can_resize="true"
can_minimize="true"
can_close="true"
can_drag_on_left="false"
width="415"
height="260"
min_width="415"
min_height="260"
rect_control="FloaterLocalbitmapbrowserRect"
>
<!-- floater definition end, left side begin -->
<button
name="add_btn"
label="Add"
left="12.5"
bottom="10"
width="90"
height="20"
/>
<button
name="del_btn"
label="Remove"
left_delta="100"
bottom_delta="0"
width="90"
height="20"
/>
<button
name="upload_btn"
label="Upload"
left_delta="100"
bottom_delta="0"
width="90"
height="20"
/>
<button
name="more_btn"
label="More"
left_delta="100"
bottom_delta="0"
width="90"
height="20"
/>
<button
name="less_btn"
label="Less"
left_delta="0"
bottom_delta="0"
width="90"
height="20"
visible="false"
/>
<scroll_list
name="bitmap_list"
left="10"
bottom_delta="30"
width="395"
height="200"
column_padding="0"
can_resize="false"
draw_heading="true"
multi_select="true"
search_column="1"
follows="bottom|top"
>
<column name="bitmap_name" label="Name" dynamicwidth="true" />
<column name="bitmap_uuid" label="UUID" width="240" />
</scroll_list>
<!-- left side done, right side begin -->
<line_editor
bevel_style="in"
border_style="line"
border_thickness="1"
mouse_opaque="true"
follows="top"
height="16"
bottom_delta="16"
left_delta="405"
name="path_text"
select_all_on_focus_received="true"
width="305"
visible="false"
/>
<text name="path_caption_text"
left_delta="0"
bottom_delta="20"
follows="top"
width="100"
height="16"
visible="false"
>
Local path:
</text>
<line_editor
bevel_style="in"
border_style="line"
border_thickness="1"
mouse_opaque="true"
follows="top"
height="16"
bottom_delta="20"
left_delta="0"
name="uuid_text"
select_all_on_focus_received="true"
width="305"
visible="false"
/>
<text name="uuid_caption_text"
left_delta="0"
follows="top"
bottom_delta="21"
width="260"
height="16"
visible="false"
>
Local UdddUID:
</text>
<texture_picker
allow_no_texture="false"
height="100"
width="80"
default_image_name="Default"
can_apply_immediately="true"
follows="left|top"
label="Texture"
bottom_delta="20"
left_delta="0"
mouse_opaque="true"
name="texture_view"
visible="false"
/>
<check_box
bottom_delta="15"
left_delta="100"
follows="top"
height="16"
initial_value="true"
label="Keep updating"
mouse_opaque="true"
name="keep_updating_checkbox"
tool_tip="Enable or disable periodic checks if the source bitmap on your hard drive has been updated"
width="166"
visible="false"
enabled="true"
/>
<combo_box
visible="false"
allow_text_entry="false"
bottom_delta="0"
follows="top"
height="18"
left_delta="120"
max_chars="20"
mouse_opaque="true"
name="type_combobox"
width="83"
>
<combo_item name="type_texture" value="type_texture">
Texture
</combo_item>
<combo_item name="type_sculptie" value="type_sculptie">
Sculptmap
</combo_item>
<combo_item name="type_layer" value="type_layer">
Clothing
</combo_item>
</combo_box>
<text name="time_caption_text"
left_delta="-115"
bottom_delta="25"
follows="top"
width="260"
height="16"
visible="false"
>
Time:
</text>
<text name="time_text"
left_delta="50"
bottom_delta="0"
follows="top"
width="260"
height="16"
visible="false"
>
(date here)
</text>
<text name="link_caption_text"
left_delta="-50"
bottom_delta="20"
follows="top"
width="260"
height="16"
visible="false"
>
Link:
</text>
<text name="link_text"
left_delta="50"
bottom_delta="0"
follows="top"
width="260"
height="16"
visible="false"
>
(link status)
</text>
<text name="name_caption_text"
left_delta="-50"
bottom_delta="20"
follows="top"
width="260"
height="16"
visible="false"
>
Name:
</text>
<line_editor
bevel_style="in"
border_style="line"
border_thickness="1"
mouse_opaque="true"
follows="top"
height="16"
bottom_delta="0"
left_delta="50"
name="name_text"
select_all_on_focus_received="true"
width="150"
visible="false"
/>
</floater>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="true" can_tear_off="true" enabled="true" height="320"
left="478" min_height="320" min_width="410" mouse_opaque="true"
name="texture picker" title="Pick: Texture" width="410">
can_resize="true" can_tear_off="true" enabled="true" height="360"
left="478" min_height="360" min_width="460" mouse_opaque="true"
name="texture picker" title="Pick: Texture" width="460">
<string name="choose_picture">
Click to choose a picture
</string>
@@ -30,39 +30,68 @@
<button bottom="-252" enabled="false" follows="left|bottom" font="SansSerifSmall"
halign="center" height="20" label="Invisible" label_selected="Invisible" left="72"
mouse_opaque="true" name="Invisible" scale_image="true" width="64" />
<check_box bottom="-44" enabled="true" follows="left|top" font="SansSerifSmall"
height="24" initial_value="true" label="Show Folders" left="175"
<check_box bottom="-305" enabled="true" follows="left|bottom" font="SansSerifSmall"
height="20" initial_value="true" label="Show Folders" left="4"
mouse_opaque="true" name="show_folders_check" radio_style="false"
width="201" />
<search_editor bottom="-36" enabled="true" follows="left|top|right" height="16"
label="Type here to search" left="175" mouse_opaque="true"
name="inventory search editor" width="231" />
<inventory_panel allow_multi_select="false" border="true" bottom="-256" enabled="true"
follows="left|top|right|bottom" height="216" left="175" mouse_opaque="true"
name="inventory panel" sort_order="TexturePickerSortOrder" width="231" />
<check_box bottom="-282" enabled="true" follows="left|bottom" font="SansSerifSmall"
width="150" />
<check_box bottom="-322" enabled="true" follows="left|bottom" font="SansSerifSmall"
height="20" initial_value="true" label="Apply Immediately" left="4"
mouse_opaque="true" name="apply_immediate_check" radio_style="false"
width="150" />
<button bottom="-282" enabled="true" follows="left|bottom" font="SansSerif"
<button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif"
halign="center" height="32" image_selected="eye_button_active.tga"
image_unselected="eye_button_inactive.tga" label="" label_selected=""
left="139" mouse_opaque="true" name="Pipette" scale_image="true" width="32" />
<button bottom="-282" enabled="true" follows="right|bottom" font="SansSerif"
<button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Cancel" label_selected="Cancel"
left="186" mouse_opaque="true" name="Cancel" scale_image="true" width="100" />
<button bottom="-282" enabled="true" follows="right|bottom" font="SansSerif"
left="176" mouse_opaque="true" name="Cancel" scale_image="true" width="100" />
<button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Select" label_selected="Select"
left="290" mouse_opaque="true" name="Select" scale_image="true" width="100" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="10"
left="280" mouse_opaque="true" name="Select" scale_image="true" width="100" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-362"
left="8" follows="bottom" font="SansSerif" handle_edit_keys_directly="false"
height="20" max_length="36" mouse_opaque="true" name="texture_uuid"
select_all_on_focus_received="false" width="230" />
<button enabled="true" follows="top|right" font="SansSerif"
<button enabled="true" follows="left|bottom font="SansSerif"
height="20" label="Apply UUID" label_selected="Apply UUID"
right="340" bottom_delta="0" mouse_opaque="true"
right="340" bottom="-362" mouse_opaque="true"
name="ApplyUUID" scale_image="true" width="100" />
<string name="pick title">
Pick:
</string>
<tab_container border="false" bottom_delta="0" width="410" height="300" left="175" mouse_opaque="false" name="actions_tab_container" tab_position="top" follows="left|top|right|bottom">
<panel border="false" bottom_delta="0" follows="right|top" height="300" label="Inventory" left="0" mouse_opaque="false" name="server_tab" width="410">
<search_editor bottom_delta="-20" enabled="true" follows="left|top|right" height="16"
label="Type here to search" left="0" mouse_opaque="true"
name="inventory search editor" width="271" />
<inventory_panel allow_multi_select="false" border="true" bottom="-270" enabled="true"
follows="left|top|right|bottom" height="245" left="0" mouse_opaque="true"
name="inventory panel" sort_order="TexturePickerSortOrder" width="271" />
</panel>
<panel border="false" bottom_delta="0" follows="left|top" height="300" label="My Computer" left="175" mouse_opaque="false" name="local_tab" width="410">
<!-- tag: vaa emerald local_asset_browser [begin] -->
<button bottom_delta="-26" enabled="true" follows="left|top" font="SansSerifSmall" halign="center" height="20" label="Add" label_selected="Add" left="4" mouse_opaque="true" name="Add" scale_image="true" width="64" visible="true" />
<button bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" halign="center" height="20" label="Remove" label_selected="Remove" left="72" mouse_opaque="true" name="Remove" scale_image="true" width="64" visible="true" />
<button bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" halign="center" height="20" label="Browser" label_selected="Browser" left="140" mouse_opaque="true" name="Browser" scale_image="true" width="64" visible="true" />
<scroll_list
name="local_name_list"
left="0"
bottom="-255"
width="271"
height="225"
follows="left|top|right|bottom"
column_padding="0"
can_resize="false"
draw_heading="true"
multi_select="true"
search_column="1"
visible="true"
>
<column name="unit_name" label="Name" dynamicwidth="true" />
<column name="unit_id_HIDDEN" label="ID" width="0" />
</scroll_list>
<!-- tag: vaa emerald local_asset_browser [end] -->
</panel>
</tab_container>
</floater>