Skip to content
Snippets Groups Projects
Commit 3ddd6ad2 authored by skolb's avatar skolb
Browse files

Merge viewer 2.0 into media

parents 13eeba25 1db39c97
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater <floater
legacy_header_height="18" legacy_header_height="13"
can_resize="true" can_resize="true"
height="512" height="646"
layout="topleft" layout="topleft"
min_height="140" min_height="140"
min_width="467" min_width="467"
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
save_rect="true" save_rect="true"
single_instance="true" single_instance="true"
title="FIND" title="FIND"
width="620"> width="670">
<floater.string <floater.string
name="search_url"> name="search_url">
http://eniac21.lindenlab.com:10001/viewer http://eniac21.lindenlab.com:10001/viewer
...@@ -25,21 +25,20 @@ ...@@ -25,21 +25,20 @@
Done Done
</floater.string> </floater.string>
<layout_stack <layout_stack
bottom="512" bottom="641"
follows="left|right|top|bottom" follows="left|right|top|bottom"
layout="topleft" layout="topleft"
left="10" left="10"
name="stack1" name="stack1"
top="20" top="20"
width="600"> width="650">
<layout_panel <layout_panel
height="12"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="external_controls"
top_delta="0" top_delta="0"
name="browser_layout"
user_resize="false" user_resize="false"
width="570"> width="650">
<web_browser <web_browser
bottom="-10" bottom="-10"
follows="left|right|top|bottom" follows="left|right|top|bottom"
...@@ -48,7 +47,8 @@ ...@@ -48,7 +47,8 @@
name="browser" name="browser"
top="0" top="0"
start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22%3E%3C/body%3E%3C/html%3E" start_url="data:text/html,%3Chtml%3E%3Cbody bgcolor=%22#2A2A2A%22%3E%3C/body%3E%3C/html%3E"
width="570" /> height="600"
width="650" />
<text <text
follows="bottom|left" follows="bottom|left"
height="16" height="16"
......
...@@ -75,16 +75,6 @@ ...@@ -75,16 +75,6 @@
tool_tip="[SECOND_LIFE] Last Name" tool_tip="[SECOND_LIFE] Last Name"
top_delta="0" top_delta="0"
width="135" /> width="135" />
<combo_box
allow_text_entry="true"
font="SansSerifSmall"
follows="left|bottom"
height="23"
layout="topleft"
top="60"
name="server_combo"
width="135"
visible="false" />
<text <text
follows="left|bottom" follows="left|bottom"
font="SansSerifSmall" font="SansSerifSmall"
...@@ -161,6 +151,16 @@ ...@@ -161,6 +151,16 @@
name="Typeregionname" name="Typeregionname"
value="" /> value="" />
</combo_box> </combo_box>
<combo_box
allow_text_entry="true"
font="SansSerifSmall"
follows="right|bottom"
height="23"
layout="topleft"
top_pad="2"
name="server_combo"
width="135"
visible="false" />
<text <text
follows="right|bottom" follows="right|bottom"
font="SansSerifSmall" font="SansSerifSmall"
......
...@@ -29,6 +29,20 @@ ...@@ -29,6 +29,20 @@
#include "llevents.h" #include "llevents.h"
#include "stringize.h" #include "stringize.h"
#if LL_WINDOWS
#define skipwin(arg) skip(arg)
#define skipmac(arg)
#define skiplinux(arg)
#elif LL_DARWIN
#define skipwin(arg)
#define skipmac(arg) skip(arg)
#define skiplinux(arg)
#elif LL_LINUX
#define skipwin(arg)
#define skipmac(arg)
#define skiplinux(arg) skip(arg)
#endif
/***************************************************************************** /*****************************************************************************
* Helper classes * Helper classes
*****************************************************************************/ *****************************************************************************/
...@@ -231,7 +245,6 @@ namespace tut ...@@ -231,7 +245,6 @@ namespace tut
ensure_equals("Online state", listener.lastEvent()["state"].asString(), "online"); ensure_equals("Online state", listener.lastEvent()["state"].asString(), "online");
} }
/*
template<> template<> template<> template<>
void llviewerlogin_object::test<2>() void llviewerlogin_object::test<2>()
{ {
...@@ -417,7 +430,6 @@ namespace tut ...@@ -417,7 +430,6 @@ namespace tut
ensure_equals("Failed to offline", listener.lastEvent()["state"].asString(), "offline"); ensure_equals("Failed to offline", listener.lastEvent()["state"].asString(), "offline");
} }
*FIX:Mani Disabled unit boost::coro is patched
template<> template<> template<> template<>
void llviewerlogin_object::test<5>() void llviewerlogin_object::test<5>()
{ {
...@@ -453,5 +465,4 @@ namespace tut ...@@ -453,5 +465,4 @@ namespace tut
ensure_equals("SRV Failure", listener.lastEvent()["change"].asString(), "fail.login"); ensure_equals("SRV Failure", listener.lastEvent()["change"].asString(), "fail.login");
} }
*/
} }
...@@ -214,9 +214,9 @@ ...@@ -214,9 +214,9 @@
<key>windows</key> <key>windows</key>
<map> <map>
<key>md5sum</key> <key>md5sum</key>
<string>4f05166629caa4c132a7448eefb8d592</string> <string>6746ae9fd9aff98b15f7b9f0f40334ab</string>
<key>url</key> <key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.39.0-windows-20090917.tar.bz2</uri> <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.39.0-windows-20091204.tar.bz2</uri>
</map> </map>
</map> </map>
</map> </map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment