diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 4ae918fa7..13594b747 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -64,6 +64,7 @@ include_directories(
)
set(viewer_SOURCE_FILES
+ ascentuploadbrowser.cpp
dofloaterhex.cpp
dohexeditor.cpp
floatersculptpreview.cpp
@@ -508,7 +509,7 @@ endif (LINUX)
set(viewer_HEADER_FILES
CMakeLists.txt
ViewerInstall.cmake
-
+ ascentuploadbrowser.h
dofloaterhex.h
dohexeditor.h
floatersculptpreview.h
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 11a7afb9a..add00b257 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -13523,7 +13523,7 @@
Value
1
- FloaterDickDongsRect
+ FloaterUploadRect
FloaterHexRect
diff --git a/indra/newview/llfloaterdickdongs.cpp b/indra/newview/llfloaterdickdongs.cpp
index d49a849c7..f9dbc64e1 100644
--- a/indra/newview/llfloaterdickdongs.cpp
+++ b/indra/newview/llfloaterdickdongs.cpp
@@ -44,7 +44,7 @@
//this is really the only thing that needs to be here atm
LLFloaterDickDongs::LLFloaterDickDongs(const LLSD& seed)
{
- LLUICtrlFactory::getInstance()->buildFloater(this, "floater_dickdongs.xml");
+ //LLUICtrlFactory::getInstance()->buildFloater(this, "floater_dickdongs.xml");
}
//Not needed yet
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 820ba699b..ad98288b3 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2646,10 +2646,10 @@ bool idle_startup()
LLFloaterActiveSpeakers::showInstance();
}
- if (gSavedSettings.getBOOL("BeaconAlwaysOn"))
+ /*if (gSavedSettings.getBOOL("BeaconAlwaysOn"))
{
- LLFloaterBeacons::showInstance();
- }
+ LLFloaterBeacons::showInstance(); DIE
+ }*/
if (!gSavedSettings.getBOOL("CloudsEnabled") && !gNoRender)
{
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index c8296ff53..71eb62618 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -112,7 +112,8 @@
#include "llfloaterchat.h"
#include "llfloatercustomize.h"
#include "llfloaterdaycycle.h"
-#include "llfloaterdickdongs.h"
+//#include "llfloaterdickdongs.h" No need for the custom floater right now, I think. -HgB
+#include "ascentuploadbrowser.h" //New customer floater attempts
#include "llfloaterdirectory.h"
#include "llfloatereditui.h"
#include "llfloaterchatterbox.h"
@@ -6062,17 +6063,17 @@ class LLShowFloater : public view_listener_t
{
LLFloaterActiveSpeakers::toggleInstance(LLSD());
}
- else if (floater_name == "beacons")
+ /*else if (floater_name == "beacons")
{
- LLFloaterBeacons::toggleInstance(LLSD());
- }
+ LLFloaterBeacons::toggleInstance(LLSD()); NO
+ }*/
else if (floater_name == "perm prefs")
{
LLFloaterPerms::toggleInstance(LLSD());
}
- else if (floater_name == "dickdongs")
+ else if (floater_name == "ascentuploadbrowser")
{
- LLFloaterDickDongs::toggleInstance(LLSD());
+ ASFloaterUploadBrowser::show(NULL);
}
return true;
}
@@ -6129,14 +6130,14 @@ class LLFloaterVisible : public view_listener_t
{
new_value = LLFloaterActiveSpeakers::instanceVisible(LLSD());
}
- else if (floater_name == "beacons")
+ /*else if (floater_name == "beacons")
{
- new_value = LLFloaterBeacons::instanceVisible(LLSD());
+ new_value = LLFloaterBeacons::instanceVisible(LLSD()); Oh man fuck this floater so much.
}
else if (floater_name == "dickdongs")
{
- new_value = LLFloaterDickDongs::instanceVisible(LLSD());
- }
+ new_value = LLFloaterDickDongs::instanceVisible(LLSD()); Not needed any more.
+ }*/
else if (floater_name == "inventory")
{
LLInventoryView* iv = LLInventoryView::getActiveInventory();
diff --git a/indra/newview/skins/default/xui/en-us/floater_about_land.xml b/indra/newview/skins/default/xui/en-us/floater_about_land.xml
index 84a9e2ab2..6db25321b 100644
--- a/indra/newview/skins/default/xui/en-us/floater_about_land.xml
+++ b/indra/newview/skins/default/xui/en-us/floater_about_land.xml
@@ -537,7 +537,7 @@ Go to World menu > About Land or select another parcel to show its details.
column_padding="0" draw_border="true" draw_heading="true"
draw_stripes="true" enabled="true"
follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true"
- multi_select="false" name="owner list" name_column_index="2" width="450">
+ multi_select="true" name="owner list" name_column_index="2" width="450">
diff --git a/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/indra/newview/skins/default/xui/en-us/menu_viewer.xml
index 6cb6d15aa..6d985ac04 100644
--- a/indra/newview/skins/default/xui/en-us/menu_viewer.xml
+++ b/indra/newview/skins/default/xui/en-us/menu_viewer.xml
@@ -73,6 +73,11 @@
mouse_opaque="true" name="Quit" shortcut="control|Q" width="243">
+