Merge branch 'master' into ManagedMarketplace

# Conflicts:
#	indra/newview/llinventorybridge.cpp
#	indra/newview/lltooldraganddrop.h
This commit is contained in:
Lirusaito
2019-02-28 23:32:37 -05:00
217 changed files with 7047 additions and 1560 deletions

View File

@@ -217,6 +217,7 @@
#include "generichandlers.h"
// <edit>
#include "floaterlocalassetbrowse.h"
#include "llpanellogin.h"
//#include "llfloateravatars.h"
//#include "llactivation.h"
@@ -890,6 +891,8 @@ bool idle_startup()
LLToolMgr::getInstance()->initTools();
display_startup();
// Load local textures now, maybe someone wants to use them in UI (why?)
LocalAssetBrowser::instance(); // <edit/>
// Quickly get something onscreen to look at.
gViewerWindow->initWorldUI();
display_startup();
@@ -944,7 +947,11 @@ bool idle_startup()
display_startup();
// Push our window frontmost
gViewerWindow->getWindow()->show();
// Singu Note: Actually, don't! But flash the window to let the user know
auto& window(*gViewerWindow->getWindow());
window.show(false);
if (gSavedSettings.getBOOL("LiruFlashWhenMinimized")) // No, we're not minimized, but if you flash my bar, I will give you the biggest SIGSEGV ~Liru <3
window.flashIcon(5.f);
display_startup();
// DEV-16927. The following code removes errant keystrokes that happen while the window is being