-Added ui-local transformation matrix. -Gutted legacy commitcallbacks throughout ui widget ctors. -Created filter_editor ui widget which issues commit on keypress -search_editor commits on focus loss/enter press -search_editor and filter_editor now have a built in 'x' button to clear text. -LLComboBox::setPrearrangeCallback now uses boost::function -LLComboBox::setTextEntryCallback now uses boost::function -LLLineEditor::setKeystrokeCallback now uses boost::function -LLLineEditor::setPrevalidate now uses boost::function -LLPanel::childSetKeystrokeCallback removed -LLPanel::childSetPrevalidate removed -LLPanel::childSetActionTextbox now uses boost::function -LLTextBox::setClickedCallback now uses boost::function -LLTextEditor::setKeystrokeCallback added. -Cleaned up JCFloaterAreaSearch
51 lines
2.9 KiB
XML
51 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="area search" title="Area Search for objects"
|
|
min_width="425" min_height="250" width="600" height="400" rect_control="FloaterAreaSearchRect"
|
|
can_resize="true" can_minimize="true" can_close="true" can_drag_on_left="false">
|
|
<text name="name_label" bottom="-35" follows="top|left" height="15" left="12">
|
|
Name search string:
|
|
</text>
|
|
<text name="desc_label" bottom_delta="0" follows="top|left" height="15" left="218">
|
|
Description search string:
|
|
</text>
|
|
<filter_editor name="Name query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left="10" bottom_delta="-20" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<filter_editor name="Description query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" spell_check="true" />
|
|
<text name="owner_label" bottom_delta="-20" follows="top|left" height="15" left="12">
|
|
Owner search string:
|
|
</text>
|
|
<text name="group_label" bottom_delta="0" follows="top|left" height="15" left="218">
|
|
Group search string:
|
|
</text>
|
|
<filter_editor name="Owner query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left="10" bottom_delta="-20" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<filter_editor name="Group query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<scroll_list name="result_list"
|
|
left="10" right="-10" top="-103" bottom="32"
|
|
follows="left|top|bottom|right" can_resize="true"
|
|
column_padding="0" draw_heading="true" multi_select="false" search_column="1">
|
|
<column name="Name" label="Name" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/>
|
|
<column name="Description" label="Description" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/>
|
|
<column name="Owner" label="Owner" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/>
|
|
<column name="Group" label="Group" dynamicwidth="true" tool_tip="Double click on any entry to get a position beacon"/>
|
|
</scroll_list>
|
|
<button name="Refresh" label="Refresh" font="SansSerif" mouse_opaque="true"
|
|
height="20" width="80" left="10" bottom="6" follows="left|bottom"/>
|
|
<button name="Stop" label="Stop" font="SansSerif" mouse_opaque="true"
|
|
height="20" width="80" left_delta="85" bottom="6" follows="left|bottom"/>
|
|
<text name="counter"
|
|
height="15" width="220" left_delta="85" bottom="9" follows="left|bottom">
|
|
Listed/Pending/Total
|
|
</text>
|
|
</floater>
|