Merge remote-tracking branch 'lirusaito/master'

This commit is contained in:
Latif Khalifa
2013-05-18 15:12:46 +02:00
22 changed files with 12 additions and 1 deletions

0
indra/llwindow/glh/glh_linear.h Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View File

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 359 KiB

View File

@@ -2430,7 +2430,9 @@ void LLFloaterIMPanel::processIMTyping(const LLIMInfo* im_info, BOOL typing)
if (typing)
{
// other user started typing
addTypingIndicator(im_info->mName);
std::string name;
if (!LLAvatarNameCache::getPNSName(im_info->mFromID, name)) name = im_info->mName;
addTypingIndicator(name);
}
else
{

View File

@@ -360,6 +360,13 @@ void LLPanelAvatarSecondLife::enableControls(BOOL self)
{
childSetEnabled("img", self);
childSetEnabled("about", self);
if (self) // We can't give inventory to self
{
if (LLDropTarget* drop_target = findChild<LLDropTarget>("drop_target_rect"))
removeChild(drop_target);
if (LLTextBox* text_box = findChild<LLTextBox>("Give item:"))
removeChild(text_box);
}
childSetVisible("allow_publish", self);
childSetEnabled("allow_publish", self);
childSetVisible("?", self);

0
indra/newview/res/singularity_icon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

0
indra/newview/skins/silver/textures/preview.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
indra/plugins/base_basic/basic_plugin_base.cpp Executable file → Normal file
View File

0
indra/plugins/base_basic/basic_plugin_base.h Executable file → Normal file
View File

0
indra/plugins/base_media/media_plugin_base.cpp Executable file → Normal file
View File

0
indra/plugins/base_media/media_plugin_base.exp Executable file → Normal file
View File

0
indra/plugins/base_media/media_plugin_base.h Executable file → Normal file
View File

0
indra/plugins/example_media/media_plugin_example.cpp Executable file → Normal file
View File

0
indra/plugins/gstreamer010/llmediaimplgstreamer.h Executable file → Normal file
View File

View File

View File

View File

View File

0
indra/plugins/quicktime/CMakeLists.txt Executable file → Normal file
View File

0
indra/plugins/quicktime/media_plugin_quicktime.cpp Executable file → Normal file
View File