summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-07-29DEV-52364 Account name not user name is referenced in error message when ↵Leyla Farazha
entering invalid user name or password on login
2010-07-29DEV-52353 Resident last name shown in user is typing notice in chatLeyla Farazha
2010-07-29DEV-50741 Complete name extends off of Pay Resident dialogLeyla Farazha
2010-07-27merge fixLeyla Farazha
2010-07-27Merge from dessie/viewer-releaseLeyla Farazha
2010-07-22pushed 2-1-release tagDessie Linden
2010-07-21DEV-50727 Group founder complete name extending over scroll down bar in ↵Leyla Farazha
groups panel
2010-07-21DEV-50472 Transaction notifications wrap and amounts cannot be seen in ↵Leyla Farazha
notifications list
2010-07-21DEV-50468 ??? (???) shown in create group window under members by defaultLeyla Farazha
2010-07-20DEV-50726 Userame shown in notification to giver of an in inventory itemLeyla Farazha
2010-07-20Fix for EXT-8446: Start location field cleared on logincallum
Reviewed by Merov
2010-07-20Merge from q/viewer-release just picking up 13634 (39cb633321ed) for the ↵Leyla Farazha
creator icon fix
2010-07-19Merge with dessie/viewer-releaseLeyla Farazha
2010-07-16CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 2/2Eli Linden
2010-07-15CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 1/2Eli Linden
2010-07-15DEV-51021 Viewer returns misleading error message when a blocked user ↵Leyla Farazha
attempts to change his display name reviewed by Richard cc#220
2010-07-15DEV-50738 Compete name cutoff in Object Return resident field on ↵Leyla Farazha
Region/estate debug panel
2010-07-15DEV-50739 Message recieved by Send Message to Region function is from ↵Leyla Farazha
Username only reviewed by Richard cc#221
2010-07-15CT-575 WIP l10n catchup of translation up to set14, new files, for Viewer 2.1Eli Linden
2010-07-15CT-575 WIP l10n catchup of translation up to set14, for Viewer 2.1Eli Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-14EXT-8300 FIX Creator's icon overlaps description text on object's mini-inspectorRichard Linden
reviewed by Leyla
2010-07-14potentially unsafe storage of raw pointer to LLViewerObjectRichard Linden
2010-07-14fix some wacky casting.Tofu Linden
2010-07-14merge from PE's viewer-releaseTofu Linden
2010-07-13MergeMatthew Breindel (Falcon)
2010-07-13Added AgentPositionSnaps data to ViewerStats to measure frequency and scale ↵Matthew Breindel (Falcon)
of interpolation failures.
2010-07-13trivial: convert to UNIX line endings.Xiaohong Bao
2010-07-13Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-13EXT-7940: FIXED: Max # of non-impostor avatars is off by 2Xiaohong Bao
2010-07-13EXT-7500: FIXED: Texture Jamming problems with http texture offXiaohong Bao
2010-07-13EXT-7400: FIXED: 2.0.2 texture queue gets jammed;Xiaohong Bao
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5
2010-07-13ND-47671 WIP FR PT IT linguisticEli Linden
2010-07-13Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine
2010-07-13EXT-8341 FIXED Avoided assertion on receiving object auto return notification.Alexei Arabadji
Details: 1 Provided passing necessary is_group parameter to LLPostponedNotification::add<LLPostponedServerObjectNotification> method call; 3 Corrected handling group name in LLPostponedNotification::onCachedNameReceived; 2 Added check on retrieved name from cache name and replacement with fallback value. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/743/ --HG-- branch : product-engine
2010-07-13EXT-8329 FIXED added updating Plus button on COF changesIgor Borovkov
added updating Plus button (Wear Item button) on COF changes (only when Edit Outfit panel is trully visible) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/742/ --HG-- branch : product-engine
2010-07-13EXT-7639 FIXED (Make shop button open different URLs depending on what is ↵Andrew Polunin
selected in outfit editor) - Fixed old market place URL to the new one in the settings.xml. - Implemented the following feature: \"When Add More panel in focus selection inside it should supersede selection in accordions\". To achieve this: -- LLPanelOutfitEdit::getCOFWearablesSelectionType() function was implemented. -- LLPanelOutfitEdit::getAddMorePanelSelectionType() function was implemented. -- LLPanelOutfitEdit::getWearableTypeByItemUUID(const LLUUID& item_uuid) function was implemented. -- LLPanelOutfitEdit::onShopButtonClicked() was rewritten to use those functions. - Fixed the problem with shop button and gender: now shop button for male leads to male links. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/725/ --HG-- branch : product-engine
2010-07-13mergeVadim Savchuk
--HG-- branch : product-engine
2010-07-13Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-13mergeIgor Borovkov
--HG-- branch : product-engine
2010-07-13EXT-8328 FIXED passed missing parameter (callback) instead of a default one ↵Igor Borovkov
to the LLAppearanceMgr::addCOFItemLink(...) appearance update callback wasn't passed down to LLAppearanceMgr::addCOFItemLink(...), so wearables list was updated before receiving server response regarding creating of the COF item link Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/741/ --HG-- branch : product-engine
2010-07-13EXT-8180 FIXED resetting wearable items list position to top on "Add More" ↵Sergei Litovchuk
panel opening. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/680/. --HG-- branch : product-engine
2010-07-13EXT-8146 FIXED Removed plural from question about outfit removalAndrew Dyukov
Corrected question string in xml. Trivial fix- no review. --HG-- branch : product-engine
2010-07-13EXT-8320 EXT-8321 FIXED Added missing names for items text in camera floater ↵Andrew Dyukov
xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/738/ --HG-- branch : product-engine
2010-07-13merge from PE's viewer-releaseTofu Linden
2010-07-13Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseAimee Linden
2010-07-12mergeRichard Nelson
2010-07-12EXT-8305 FIX [crashhunters] Crash in LLTabContainer::findChildViewRichard Nelson
2010-07-12Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-07-12Fix for EXT-8314Monroe Linden
Made LLPipeline::generateWaterReflection() not try to call LLVOAvatarSelf::updateAttachmentVisibility() if isAgentAvatarValid() returns false. Reviewed by Nyx at http://codereview.lindenlab.com/2585007