summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-12-15STORM-786 ADDITIONAL FIX Fixed Windows build.Vadim ProductEngine
2010-12-15STORM-786 FIXED Fixed disappearing controls in avatar picks list.Vadim ProductEngine
Caused by an improper fix of STORM-690. Made the way we switch between profile view panels (profile view / pick_info / pick_edit) more robust. It now suits both My Profile and Profile View panels.
2010-12-14SOCIAL-369 FIX Hitting reload on the media browser removes entries from ↵Monroe Linden
location history for that session in Webkit 4.7
2010-12-14SWAT-352: when loading lleventhost, call apr_dso_error() function.Nat Goodspeed
In addition to its usual apr_sterror() function, APR defines a special function specifically for errors relating to the apr_dso_*() functions. Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule() for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand ll_apr_assert_status(), use with llassert_always() so check is still performed even in Release build. Add more lleventhost-related debugging output, e.g. full pathname of the DLL. On Mac and Linux, call 'file' command to report nature of the DLL too.
2010-12-14SOCIAL-383 FIX Sites with no titles do not show web address in title bar in ↵callum
Web Content Browser
2010-12-14SOCIAL-384 FIX Menu bar images do not have tooltips in Web Content Browsercallum
2010-12-14SOCIAL-381 FIX WEB CONTENT shown in title bar of Web Content Browser when ↵callum
opening a popup window
2010-12-14SOCIAL-366 FIX UI Issues with HTTP Dialogs in Webkit 4.7callum
2010-12-14mergeBrad Payne (Vir Linden)
2010-12-14SH-439 FIX: track name requested in UI separately, so we can fall back to ↵Brad Payne (Vir Linden)
name from dae if needed
2010-12-14SOCIAL-373 FIX Media browser does not show https secure icon in address bar ↵callum
when a site is loaded over https
2010-12-14BUILDFIX uninitialized variableNyx (Neal Orman)
a potentially uninitialized variable is causing the linux build to fail. Initializing the value to 0, as its our best guess for what it should be, as davep is currently out sick.
2010-12-14merge fix for storm-713Oz Linden
2010-12-14merge fix for storm-401Oz Linden
2010-12-14merge fix for storm-434Oz Linden
2010-12-14merge fix(es) for storm-378Oz Linden
2010-12-14STORM-352 FIXED Vertical scrollbar isn't reshaped in resident profile panel ↵Paul Guslisty
after decreasing panel height - Set height of scroll container the same as bounding panel's height
2010-12-14STORM-434 FIXED Tooltips don't appear on Mini-Location bar.Paul Guslisty
- Added localized tooltips for icons and info button in LLPanelTopInfoBar
2010-12-14STORM-713 FIXED XML/UI issues in llTextBoxPaul Guslisty
- As the class LLToastNotifyPanel is deprecated, made the class LLToastScriptTextbox derived directly from LLToastPanel. - Added callback for ignore button. Now LLToastScriptTextbox has its own XML, therefore it's not needed to dynamically create toast panel. Since LLToastNotifyPanel is deprecated all new notification toasts should be created this way.
2010-12-13automated mergeRoxie Linden
2010-12-13Re-add convex hull for simple prims and sculpties,Roxie Linden
as per Falcon's advice
2010-12-13fixed bad line endingsBrad Payne (Vir Linden)
2010-12-13mergeBrad Payne (Vir Linden)
2010-12-13STORM-766 : pull into viewer-developmentMerov Linden
2010-12-13STORM-693 : pull into viewer-developmentMerov Linden
2010-12-13STORM-622 : pull into viewer-developmentMerov Linden
2010-12-13STORM-431 : pull into viewer-developmentMerov Linden
2010-12-13STORM-391 : pull into viewer-developmentMerov Linden
2010-12-13SOCIAL-364 FIX(2) Viewer Crash when selecting Browse Linden Homes button ↵callum
from side panel Changed default floater that opens if no parent found as per comments in task
2010-12-13SOCIAL-367 FIX HTTP Auth dialog does not indicate what server a user is ↵callum
entering a user name and password for in Webkit 4.7
2010-12-13llTextBox tooltip -- add missing ) and change wording from "dialog box" to ↵Jonathan Yap
"window"
2010-12-13Commented out some unused variables that gcc complains aboutprep linden
2010-12-13SH-646 FIXBrad Payne (Vir Linden)
2010-12-13SH-653 FIX: upload button now starts out disabledBrad Payne (Vir Linden)
2010-12-13SH-582 Order of the preview menu items in the same order as theLODs appear ↵Loren Shih
in the Import Model window Reordered from highest to lowest.
2010-12-13STORM-401 FIXED Add recepients of teleport offers to the recent people list.Vadim ProductEngine
2010-12-13Cleanup a cross-thread command dtor. It was technicallyMonty Brandenberg
correct but looked a bit dodgy with pointer ownership.
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-13STORM-781 FIXED Added support for editing multiple scripts within inventory ↵Vadim ProductEngine
of the same object using external editor. The bug was caused by using the object ID as temporary file name for editing script, which of course didn't work for multiple scripts in the same object inventory. The fix is to use MD5("object id" + "script inventory item id") for the file name.
2010-12-11Update unit tests to reflect the new array-of-regions style ofMonty Brandenberg
LLSD serialization for viewer metrics.
2010-12-11ESC-211 ESC-212 Use arrays in payload to grid and compact payloadMonty Brandenberg
First, introduced a compact payload format that allows blocks of metrics to be dropped from the viewer->collector payload compressing 1200 bytes of LLSD into about 300, give-or-take. Then converted to using LLSD arrays in the payload to enumerate the regions encountered. This simplifies much data handling from the viewer all the way into the final formatter of the metrics on the grid.
2010-12-11STORM-766 ADDITIONAL FIX Made day cycle image in the advanced sky editor ↵Vadim ProductEngine
honor floater opacity settings.
2010-12-11STORM-391 FIXED Dismiss toasts that don't fit on screen.Vadim ProductEngine
Make sure older toasts don't appear after newer ones fade out.
2010-12-11STORM-391 WIP Removed unused methods.Vadim ProductEngine
2010-12-10mergeDave Parks
2010-12-10Merge.brad kittenbrink
2010-12-10Remove redundant call to glodGroupParameteriDave Parks
2010-12-10More correct GLOD usage -- one group, many objects.Dave Parks
2010-12-10CHOP-260 implementation. Update Ready notification gets real UI.brad kittenbrink
reviewed by Mani.
2010-12-10Decided to refactor a bit. Was using LLSD as an internal dataMonty Brandenberg
representation transferring ownership, doing data aggregation in a very pedantic way. That's just adding unneeded cost and complication. Used the same objects to transport data as are collecting it and everything got simpler, faster, easier to read with fewer gotchas. Bit myself *again* doing the min/max/mean merges but the unittests where there to pick me up again. Added a per-region FPS metric while I was at it. This is much asked for and there was a convenient place to sample the value.