Add CURLTR debug channel for libcurl API calls, and use CURLIO only for libcurl debug output. Note: need to set gDebugCurlTerse to true for filtering to take effect, then pass 'debug_on' to the LLHttpClient methods that require debugging.
148 lines
4.1 KiB
XML
148 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<floater
|
|
positioning="cascading"
|
|
can_close="true"
|
|
can_resize="true"
|
|
height="440"
|
|
help_topic="floater_merchant_outbox"
|
|
min_width="300"
|
|
min_height="200"
|
|
name="floater_merchant_outbox"
|
|
save_rect="true"
|
|
save_visibility="false"
|
|
rect_control="FloaterOutboxRect"
|
|
reuse_instance="true"
|
|
title="Merchant Outbox"
|
|
width="333">
|
|
<string name="OutboxFolderCount0">No folders</string>
|
|
<string name="OutboxFolderCount1">1 folder</string>
|
|
<string name="OutboxFolderCountN">[NUM] folders</string>
|
|
<string name="OutboxImporting">Sending folders...</string>
|
|
<string name="OutboxInitializing">Initializing...</string>
|
|
<!--panel
|
|
name="panel_1 this panel killed xui names, for some reason"
|
|
follows="all"
|
|
layout="topleft"
|
|
left="0"
|
|
top="0"
|
|
label=""
|
|
height="440"
|
|
width="333"-->
|
|
<panel
|
|
name="outbox_inventory_placeholder_panel"
|
|
mouse_opaque="false"
|
|
follows="all"
|
|
layout="topleft"
|
|
bottom="70"
|
|
left="10"
|
|
width="308"
|
|
height="352"
|
|
bg_opaque_color="InventoryBackgroundColor">
|
|
<text
|
|
name="outbox_inventory_placeholder_title"
|
|
type="string"
|
|
follows="top|left|right"
|
|
layout="topleft"
|
|
top="355"
|
|
left="0"
|
|
width="308"
|
|
height="25"
|
|
wrap="true"
|
|
halign="center"
|
|
font="SansSerifBold">
|
|
Loading...
|
|
</text>
|
|
<text_editor
|
|
name="outbox_inventory_placeholder_text"
|
|
type="string"
|
|
follows="top|left|right"
|
|
layout="topleft"
|
|
top="337"
|
|
left="0"
|
|
width="308"
|
|
bottom="130"
|
|
wrap="true"
|
|
enabled="false"
|
|
font="SansSerifSmall"
|
|
hide_scrollbar="true"
|
|
hide_border="true"
|
|
bg_readonly_color="0 0 0 0"
|
|
halign="left" />
|
|
</panel>
|
|
<inventory_panel
|
|
name="panel_outbox_inventory"
|
|
mouse_opaque="false"
|
|
filename="panel_outbox_inventory.xml"
|
|
follows="all"
|
|
layout="topleft"
|
|
bottom="70"
|
|
left="10"
|
|
width="308"
|
|
height="352"
|
|
bg_opaque_color="InventoryBackgroundColor"/>
|
|
<panel
|
|
name="panel_2"
|
|
mouse_opaque="false"
|
|
follows="bottom|left|right"
|
|
left="10"
|
|
bottom="5"
|
|
width="313"
|
|
top="70">
|
|
<panel
|
|
name="outbox_generic_drag_target"
|
|
mouse_opaque="false"
|
|
follows="left|right"
|
|
bottom="33"
|
|
left="0"
|
|
width="308"
|
|
height="25"
|
|
background_visible="false"
|
|
bg_alpha_color="0.950 0.412 0.173 0.35"
|
|
border="true"
|
|
bevel_style="in"
|
|
visible="true">
|
|
<text
|
|
name="text_1"
|
|
type="string"
|
|
follows="all"
|
|
layout="topleft"
|
|
height="20"
|
|
left="5"
|
|
width="293"
|
|
halign="center"
|
|
font="SansSerifMedium"
|
|
font_shadow="hard"
|
|
valign="top">
|
|
Drag items here to create folders
|
|
</text>
|
|
</panel>
|
|
<text
|
|
name="outbox_folder_count"
|
|
type="string"
|
|
follows="all"
|
|
layout="topleft"
|
|
bottom_delta="-27"
|
|
left="0"
|
|
width="150"
|
|
height="20"
|
|
wrap="true"
|
|
halign="left"
|
|
valign="center"
|
|
font="SansSerif"/>
|
|
<button
|
|
label="Send to Marketplace"
|
|
tool_tip="Push to my Marketplace Storefront"
|
|
name="outbox_import_btn"
|
|
follows="bottom|right"
|
|
tab_stop="false"
|
|
halign="center"
|
|
bottom_delta="-3"
|
|
left="160"
|
|
height="25"
|
|
width="150"
|
|
enabled="false" />
|
|
</panel>
|
|
<text name="import_progress_indicator" left="160" height="440" top="438" width="333" follows="all" visible="false">Import in progress</text>
|
|
<!--/panel-->
|
|
</floater>
|