summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-11-15EXP-1590 FIXED Success / Failure message now appears on top, overlaying the ↵Vadim ProductEngine
preview image.
2011-11-15EXP-1515 mergeVadim ProductEngine
2011-11-14Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-14EXP-1588 WIP Floaters do not snap to edgeRichard Linden
2011-11-14sync with viewer-developmenteli
2011-11-14mergeDave Parks
2011-11-14SH-2650 Fix for avatar eyeballs protruding from lower eyelidsDave Parks
2011-11-14EXP-1573 FIXED Display "Refresh to save" hint when snapshot needs to be ↵Vadim ProductEngine
refreshed. By the way, removed redundant onCommitResolution() callback.
2011-11-14merge changes for vmrg-184Oz Linden
2011-11-11Pull from viewer-experienceMerov Linden
2011-11-11EXP-1498 : Hide empty system folders. System folders can be specifically ↵Merov Linden
marked to be hidden if empty in the LLViewerFolderDictionary constructor.
2011-11-11EXP-1544 ADDITIONAL FIX Remove 'Edit Terrain' from About Land floatercallum
2011-11-11SH-2620 -- Enabled FXAA on OSX, which fixes the issue with latest code and ↵Leslie Linden
some assorted shader cleanup from changeset e156c46db1b2
2011-11-11Merge with latestLeslie Linden
2011-11-11Assorted shader cleanup to remove a few warnings and errors for OS X.Leslie Linden
2011-11-11EXP-1544 FIX Remove 'Edit Terrain' from About Land floatercallum
2011-11-11SH-2666 Fix for pixel doubling failsafe on out out of memory.Dave Parks
2011-11-11Merge with headcallum
2011-11-11EXP-1527 FIX Debug values for windowwidth and windowheight can be set below ↵callum
minimum required values and EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size
2011-11-11EXP-1509 fix from Vadim PELeslie Linden
2011-11-11EXP-1489 fix from Paul PELeslie Linden
2011-11-11merge changes for vmrg-183Oz Linden
2011-11-11STORM-1685 Wrong named control in floater_world_map.xmlAnsariel Hiller
Patch converted to hg format by Jonathan Yap.
2011-11-11EXP-1515 FIXED Web Preference radio button must be clicked twice to engage.Vadim ProductEngine
Fixed the "Use external browser" radio group to work with its setting properly: * Specified valid boolean values ("true" and "") for the radio buttons. * Made default value of the setting boolean to ensure proper initialization.
2011-11-11EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. ↵Merov Linden
Added an xui param to allow drill through tabs. Set that param for build panel only.
2011-11-11STORM-1679 Adjusted ARC_LIMIT to 20,000 per updated instructions from Nyx.Jonathan Yap
2011-11-11STORM-591 Remove dead line of code to fix mac/linux compile error.Jonathan Yap
2011-11-11EXP-1564 FIXED The Advanced Options button now changes its icon when the ↵Vadim ProductEngine
Advanced Options panel is expanded. By the way, fixed the button position.
2011-11-11EXP-1509 FIXED Suppress links in resident name.Vadim ProductEngine
Fixed in the following notificatins: Remove friend, Friend Online/Offline, Friendship Accepted/Declined.
2011-11-11mergeBrad Payne (Vir Linden)
2011-11-11EXP-1489 FIXED (Cannot build notifications not being shown when chat floater ↵Paul ProductEngine
closed with chat log toggled open) Reason: There is a case when the chat floater is minimized while its visibility = true as well as its chat panel visibility = true. In this case notification won't be shown to the user. It will be shown in chat history which is in minimized floater. Solution: Check for a floater minimized state.
2011-11-10fixed buildRichard Linden
fixed handle downcast not initiating handle
2011-11-11EXP-1563 FIXED Negative upload cost displayed on the "Save to My Inventory" ↵Vadim ProductEngine
button. Update upload cost in the button label when economy data arrives from server.
2011-11-10SH-2659 Fix for basic shaders having no affect when gl version < 2.0Dave Parks
2011-11-10SH-2666 Tweak depth of field optimizations based on resident feedback.Dave Parks
2011-11-10SH-2644 Fix debug display that shows selection triangle count and streaming costDave Parks
2011-11-10EXP-1536 fix from paul PELeslie Linden
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-10SH-2240 Better fix for red moon -- stop special casing "highlight_color" as ↵Dave Parks
a parameter.
2011-11-10SH-2644 WIP -- remove debug displays pertaining to upload/download queuesDave Parks
2011-11-10SH-2240 Fix for red moon.Dave Parks
2011-11-09EXP-1557 FIXED Voice icon shown next to IM chiclets slightly taller than IM ↵Richard Linden
chiclet image
2011-11-09Merge from PE. Thanks PaulLeslie Linden
2011-11-09Merge from Paul PE. Thanks PaulLeslie Linden
2011-11-09EXP-1548 folder FIX -- Clicking show on inventory offer does not open ↵Leslie Linden
inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers
2011-11-09SH-24114 Remove unused variablesDave Parks
2011-11-09EXP-1537 FIXED (Selecting More Info from Classified section in Search ↵Paul ProductEngine
floater launches People panel with inactive Edit button and access to OLD profile window) - Opening Floater Picks instead of old profile panel
2011-11-08SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵Dave Parks
requirement and llvetor4a et al)
2011-11-08WIP INTL-82 more LQA changes for Russianeli
2011-11-08LLHandle<Derived> is now implicitly convertable to LLHandle<Base> and ↵Richard Linden
LLHandle<Base> can be downcast to LLHandle<Derived> using the LLHandleProvider mixin