summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-07-29merge changes for storm-1220Oz Linden
2011-07-29merge changes for storm-1311Oz Linden
2011-07-29STORM-632 FIXED Disallow showing URL-like avatar display names as Web links ↵Vadim ProductEngine
in various places. Fixed in: * People panel -> friend list * IM toast * Friend online/offline notification toasts * IM well * Avatar inspector
2011-07-29STORM-1194 FIXED Object Contents floater: disabled links in the object name ↵Vadim ProductEngine
text box.
2011-07-29STORM-1473 FIXED Localized voice morph names.Vadim ProductEngine
2011-07-29Add geotrust CAs for some internal linden machines like teamcity, and moveRoxie Linden
the trust chain around a bit.
2011-07-29STORM-1436 FIXED Broken localization of "Contents" and "New Script" items in ↵Vadim ProductEngine
the Contents tab of Build Tools. The bug happened when the translations contained non-ASCII characters. Reason: Names of inventory items are limited to ASCII characters. Fix: Leave names in English, localize them when displaying (on the fly). The fix only affects object's inventory (i.e. not agent inventory).
2011-07-28EXP-1054 FIX Entering search term in search box in Viewer UI does not ↵Richard Linden
produce search results if search window is already open use new parameters when opening existing floater
2011-07-28update CA's to most current set (taken from the osx lion cert store)Roxie Linden
2011-07-28EXP-1055 FIX Profile button not toggled on when Profile open in Basic modeRichard Linden
2011-07-28fix for SH-2023: Brightness Bump maps don't load when shadows are enabledXiaohong Bao
2011-07-28merging in latest viewer-dev to mesh merge branchNyx (Neal Orman)
2011-07-27merge changes for storm-1474Oz Linden
2011-07-27CHOP-761 Items now disappear when the sim says so.Aaron Stone
2011-07-27fix for gccRichard Nelson
2011-07-27automated mergeRoxie Linden
2011-07-27SH-1990 Fix for redundantly applying some color scaling to sky and water ↵Dave Parks
(also add some snazzy specular bloom from the sun)
2011-07-27SH-2120 Better fix for water being very dark when basic shaders disabled ↵Dave Parks
(sinA might be negative)
2011-07-27SH-2120 Fix for water being very dark when basic shaders disabled.Dave Parks
2011-07-26mergeDave Parks
2011-07-26SH-2179 Fix for active UI elements glowing when basic shaders enabled.Dave Parks
2011-07-26build fixRichard Nelson
2011-07-26mergeRichard Nelson
2011-07-26mergeRichard Nelson
2011-07-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-mergeRichard Nelson
2011-07-26mergeRichard Nelson
2011-07-27STORM-1529 FIXED Made the Sound Devices floater wider.Vadim ProductEngine
2011-07-26a trivial change: use lldebugs to replace llinfos for STORM-1417.Xiaohong Bao
2011-07-26EXP-1021 FIX Position of web content browser dictates position of profile ↵Richard Nelson
panel - profile panel position changes do not persist EXP-1030 FIX Search button toggle can get out of synch in bottom bar made llinstancetracker::iterator do own nested level management (removing need for separate guard) added support for filename= to floaters can pass in arbitrary window_class to floaters
2011-07-26STORM-1405 WIP Localized the "No Device" and "Default System Device" strings ↵Vadim ProductEngine
in the sound devices panel. By the way, fixed improper localization of the "Default" device name which caused saving a localized string in settings.
2011-07-26Automated merge with ↵Xiaohong Bao
https://bitbucket.org/VirLinden/viewer-development-shining-fixes
2011-07-26STORM-1405 WIP Eliminated redundant getChild() calls.Vadim ProductEngine
2011-07-26STORM-1291 FIXED Localize names of inventory items fetched via HTTP post ↵Vadim ProductEngine
requests. These were not localized, unlike ones fetched via the message system.
2011-07-26storm-1510: remove loginpage url from settings file (per code review ↵Oz Linden
suggestion from Richard)
2011-07-25merging latest viewer-development to mesh merge candidate.Nyx (Neal Orman)
2011-07-25STORM-1220 FOLLOWUP Prevent displaying unlocalized sim product name.Vadim ProductEngine
Removed LLViewerRegion::getSimProductName() so that it doesn't mistakenly get used in UI code, thus causing localization bugs.
2011-07-25merge fix for SH-2031Oz Linden
2011-07-25STORM-1233 FIXED Made the "Profile" button translatable in the Places panel ↵Vadim ProductEngine
by providing its layout stack with a unique name.
2011-07-25STORM-1220 FIXED Localized sim product name (e.g. "Estate / Full Region") ↵Vadim ProductEngine
everywhere.
2011-07-25close head created by 54e071a92450Oz Linden
2011-07-25merge changes for storm-1458Oz Linden
2011-07-25STORM-565 FIXED Allow inventory offers from objects in Busy mode.Vadim ProductEngine
2011-07-25SH-2031 Fix for bad vertex shader/fragment shader varying usage.Dave Parks
2011-07-24mergeDave Parks
2011-07-24dummy check in to make hg happyDave Parks
2011-07-24mergeDave Parks
2011-07-22STORM-1404 FIXED Light viewer: untranslated buttons in the People panel.Vadim ProductEngine
Bug reason: incorrect reuse of an xml element name. Fix: provided unique names for the buttons.
2011-07-22STORM-1408 FIXED [DE] Text truncation in Edit outfit floaterVadim ProductEngine
Overriden the button width for German.
2011-07-22STORM-1451 FIXED "Login failed" message is empty in Danish.Vadim ProductEngine
2011-07-22STORM-1311 FIXED Provide more space for parcel description in the Place ↵Vadim ProductEngine
Profile when coming from search. This also affects the way teleport history items look. In the first place I tried to make the description occupy all available space and follow viewer window shape. However that triggered numerous bugs in the text widgets, which spoiled the whole fix. So I'm coming up with a temporary hacky solution that should fit the ticket requirements.