Contact list categories and searching
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!-- All our XML is utf-8 encoded. -->
|
||||
|
||||
<!-- Floaters can optionally have their titlebar drag handle on the left.
|
||||
If so, the title is not visible.
|
||||
When a floater is resizable, a min_width and min_height must be specified. -->
|
||||
<floater
|
||||
name="floater_contact_groups"
|
||||
title="Manage Contact Groups"
|
||||
can_resize="true"
|
||||
can_minimize="false"
|
||||
can_close="true"
|
||||
can_drag_on_left="false"
|
||||
width="335"
|
||||
height="275"
|
||||
min_width="335"
|
||||
min_height="275"
|
||||
>
|
||||
<tab_container bottom="30" follows="left|right|top|bottom" height="220" left="4"
|
||||
name="ContactTabs" tab_position="top" tab_width="65" width="330">
|
||||
<panel name="AddPanel" label="Add Contact"
|
||||
border="true" bottom_delta="-10" height="150" left="6" width="135"
|
||||
mouse_opaque="true">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="InstructManageContacts" v_pad="0"
|
||||
width="240">
|
||||
Create a new group or select an existing one:
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line"
|
||||
border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top|right"
|
||||
font="SansSerifSmall" height="16" left="10" right="-120"
|
||||
max_length="254" mouse_opaque="true" name="add_group_lineedit"
|
||||
width="112" />
|
||||
<button bottom_delta="-3" follows="top|right" font="SansSerif" halign="center"
|
||||
height="20" label="Create" label_selected="Create" left_delta="20" right="-10"
|
||||
mouse_opaque="true" name="create_grp_btn" scale_image="TRUE" width="90" />
|
||||
<scroll_list background_visible="true" bottom_delta="-125" column_padding="5"
|
||||
draw_border="true" draw_heading="false" draw_stripes="true"
|
||||
follows="left|top|right" height="120" left="10" mouse_opaque="true"
|
||||
multi_select="false" name="group_scroll_list" width="115" />
|
||||
</panel>
|
||||
|
||||
<panel name="ManageGroupsPanel" label="Manage Groups"
|
||||
border="true" bottom="0" height="150" left="0" width="135"
|
||||
mouse_opaque="true">
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-24" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="InstructSelectCallingCard" v_pad="0"
|
||||
width="220">
|
||||
Select a calling card:
|
||||
</text>
|
||||
<inventory_panel allow_multi_select="false" border="true" bottom_delta="-117"
|
||||
follows="left|top|right|bottom" height="110" left="10" mouse_opaque="true"
|
||||
name="InventoryPanel" sort_order="AvatarPickerSortOrder" width="115" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
|
||||
<button bottom="6" left="10" follows="left|bottom" font="SansSerif" halign="center"
|
||||
width="95" height="20" label="Save" label_selected="Save" mouse_opaque="true"
|
||||
name="Save" scale_image="TRUE" />
|
||||
<button bottom_delta="0" right="240" follows="left|bottom" font="SansSerif" halign="center"
|
||||
width="95" height="20" label="Cancel" label_selected="Cancel" mouse_opaque="true"
|
||||
name="Cancel" scale_image="TRUE" />
|
||||
</floater>
|
||||
@@ -3,11 +3,30 @@
|
||||
<string name="Multiple">
|
||||
Multiple friends...
|
||||
</string>
|
||||
<text bottom_delta="-30" follows="left|top" font="SansSerif" height="16" left_delta="10" name="friends" width="110">
|
||||
Contact Group:
|
||||
</text>
|
||||
<text bottom_delta="-20" follows="left|top" font="SansSerif" height="16" left_delta="0" name="friends" width="110">
|
||||
Contact Search:
|
||||
</text>
|
||||
<combo_box allow_text_entry="false" enabled="true" follows="right|top"
|
||||
bottom_delta="20" height="18" hidden="false" left="-235" max_chars="20" mouse_opaque="true"
|
||||
tool_tip="Buddy group"
|
||||
name="buddy_group_combobox" width="130">
|
||||
<combo_item type="string" length="1" enabled="true" name="All"
|
||||
value="All">
|
||||
All
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<line_editor bottom_delta="-14" enabled="true" follows="right|top" font="SansSerif"
|
||||
height="18" left="-235" name="buddy_search_lineedit"
|
||||
tool_tip="The friend name you want to search for"
|
||||
width="130" />
|
||||
<scroll_list bottom="10" can_resize="true" column_padding="0" draw_heading="true"
|
||||
follows="left|top|bottom|right" left="10" multi_select="true"
|
||||
name="friend_list" right="-100" search_column="1"
|
||||
tool_tip="Hold shift or control while clicking to select multiple friends"
|
||||
top="-10">
|
||||
top="-60">
|
||||
<column image="ff_online_status_button.tga" name="icon_online_status"
|
||||
tool_tip="Online status" width="20" />
|
||||
<column dynamicwidth="true" label="Name" name="friend_name" tool_tip="Name" />
|
||||
@@ -26,6 +45,9 @@
|
||||
<column name="friend_last_update_generation" width="0" />
|
||||
</scroll_list>
|
||||
<pad bottom="-7" height="0" left="-90" width="1" />
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="Set Contact"
|
||||
left_delta="0" name="assign_btn" tool_tip="Asign a friend to a Contact Group"
|
||||
width="80" />
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="IM/Call"
|
||||
left_delta="0" name="im_btn" tool_tip="Open Instant Message session"
|
||||
width="80" />
|
||||
@@ -41,7 +63,7 @@
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="Remove..."
|
||||
left_delta="0" name="remove_btn"
|
||||
tool_tip="Remove this person from your friends list" width="80" />
|
||||
<button bottom_delta="-35" follows="top|right" height="22" label="Add..."
|
||||
<button bottom_delta="-25" follows="top|right" height="22" label="Add..."
|
||||
left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident"
|
||||
width="80" />
|
||||
<text bottom_delta="-50" follows="right|top" font="SansSerif" height="32" left_delta="10" name="friends" width="95">
|
||||
|
||||
Reference in New Issue
Block a user