Merge branch 'master' into V2TextureSystem

Conflicts:
	indra/newview/llviewerimage.cpp
	indra/newview/pipeline.h
This commit is contained in:
Shyotl
2011-04-12 22:29:49 -05:00
95 changed files with 3056 additions and 651 deletions

View File

@@ -285,6 +285,7 @@ void LLPanelDirFind::navigateToDefaultPage()
{
// OS-based but has its own web search url -- MC
start_url = gHippoGridManager->getConnectedGrid()->getSearchUrl();
start_url += "panel=" + getName() + "&";
}
BOOL inc_pg = childGetValue("incpg").asBoolean();
@@ -365,6 +366,7 @@ std::string LLPanelDirFind::buildSearchURL(const std::string& search_text, const
std::string LLPanelDirFind::getSearchURLSuffix(bool inc_pg, bool inc_mature, bool inc_adult, bool is_web)
{
std::string url = gHippoGridManager->getConnectedGrid()->getSearchUrl(HippoGridInfo::SEARCH_ALL_TEMPLATE, is_web);
llinfos << "Suffix template " << url << llendl;
if (!url.empty())
{