From 56542a02e8109edd3f2af62d71216a6ffd60ce31 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 11 Jan 2013 11:28:21 +0100 Subject: [PATCH 01/29] Use multiple cores for compilation of the Debug build --- indra/cmake/00-Common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 5eaca5c32..f422ed4ae 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -29,7 +29,7 @@ if (WINDOWS) # Don't build DLLs. set(BUILD_SHARED_LIBS OFF) - set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Od /Zi /MDd /arch:SSE2" + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Od /Zi /MDd /MP /arch:SSE2" CACHE STRING "C++ compiler debug options" FORCE) set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} /Od /Zi /MD /MP /arch:SSE2" From e51937cee758609b96974464ad2e2252f12fa2ba Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 11 Jan 2013 18:21:48 -0500 Subject: [PATCH 02/29] Warn more clearly about LLRadioGroup::setValue being used wrong, and attempt to recover with LLUICtrl::setValue. --- indra/llui/llradiogroup.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/llui/llradiogroup.cpp b/indra/llui/llradiogroup.cpp index 5c715d3ff..b193c22b2 100644 --- a/indra/llui/llradiogroup.cpp +++ b/indra/llui/llradiogroup.cpp @@ -316,7 +316,8 @@ void LLRadioGroup::setValue( const LLSD& value ) } else { - llwarns << "LLRadioGroup::setValue: value not found: " << value_name << llendl; + llwarns << "LLRadioGroup::setValue: radio_item with name=\"" << value_name << "\" not found, radio_group values are set by radio_item name not value. Falling back on LLUICtrl::setValue." << llendl; + LLUICtrl::setValue(value); } } } From 82eb1a946e61ce9980bb4a61ea4c38c9b979485c Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 11 Jan 2013 19:17:06 -0500 Subject: [PATCH 03/29] Fix group buttons in horizontal and allow the horizontal buttoned friends and groups floater to take up minimal space. --- .../default/xui/en-us/floater_my_friends_horiz.xml | 6 +++--- .../skins/default/xui/en-us/panel_groups_horiz.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/indra/newview/skins/default/xui/en-us/floater_my_friends_horiz.xml b/indra/newview/skins/default/xui/en-us/floater_my_friends_horiz.xml index 6a488b21f..3bd626c13 100644 --- a/indra/newview/skins/default/xui/en-us/floater_my_friends_horiz.xml +++ b/indra/newview/skins/default/xui/en-us/floater_my_friends_horiz.xml @@ -1,10 +1,10 @@ + name="friends_and_groups" tab_position="top" tab_min_width="0" width="383"> diff --git a/indra/newview/skins/default/xui/en-us/panel_groups_horiz.xml b/indra/newview/skins/default/xui/en-us/panel_groups_horiz.xml index 2fa154096..988d8349c 100644 --- a/indra/newview/skins/default/xui/en-us/panel_groups_horiz.xml +++ b/indra/newview/skins/default/xui/en-us/panel_groups_horiz.xml @@ -1,7 +1,7 @@ - Your currently active group is displayed in italics. You belong to [COUNT] groups (of [MAX] maximum). @@ -35,13 +35,13 @@ label="Info" name="Info" width="80" />