summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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
2010-07-12fix for idiotic gccRichard Nelson
2010-07-12Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-07-12EXT-8151 FIX multi-selection breakageNyx (Neal Orman)
Original patch merged poorly with a coverity cleanup, resulting in us not passing the callback on to the proper functions for clothing (we did for bodyparts). Added the callback and wearing clothing works again! Code reviewed by Monroe
2010-07-12mergeRichard Nelson
2010-07-12fix for invisible selections in edit outfit panelRichard Nelson
2010-07-12ND-47672 WIP PT translation for set 14, new filesEli Linden
2010-07-12ND-47672 WIP PT translation for set 14Eli Linden
2010-07-12ND-47671 WIP IT translation for set 14, new filesEli Linden
2010-07-12ND-47671 WIP IT translation for set 14Eli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14, new filesEli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14Eli Linden
2010-07-12ND-47673 WIP DE translation for set 14, new filesEli Linden
2010-07-12ND-47673 DE translation for set 14Eli Linden
2010-07-12ND-47670 WIP FR translation for set14, new filesEli Linden
2010-07-12ND-47670 WIP FR translation for set14Eli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14, new filesEli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguisticEli Linden
2010-07-12mergeRichard Nelson
2010-07-10merge from PE's viewer-releaseTofu Linden
2010-07-09Mergecallum
2010-07-09VWR-20182 - Turn off Win32 minidump writes temporarily because they are ↵callum
triggered for all exceptions and lead to deadlocks
2010-07-09mergeRichard Linden
2010-07-09forgot to remove a fileRichard Linden
2010-07-09EXT-8237 FIX Opening up Edit Outfit- Add More->Shirt causes FPS to drop from ↵Richard Linden
60fps to 18fps for a really long time EXT-8235 FIX HUGE long delay when reopening and/or closing edit outfit sidepanel if "Add More..." is active EXT-7695 FIX UI lockup after add wearable, right click av -> Change Outfit reviewed by Vir
2010-07-09MergeAndrew A. de Laix
2010-07-09Don't write windows os minidumps if running from a debugger.Andrew A. de Laix
2010-07-09EXT-8003 EXT-8004 fix remove duplicated string ID/contentEli Linden
2010-07-09ND-47580 WIP FR linguisticEli Linden
2010-07-09EXT-8259 FIXED Fixed occasional truncation of the "More" link in expandable ↵Vadim Savchuk
textboxes. The bug seems to happen when the text contains trailing newlines. So the workaround is to strip those newlines. I use a workaround because a proper fix might require changing LLTextBase which is undesirable at this point. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/722/ --HG-- branch : product-engine
2010-07-09EXT-7406 FIXED excluded inventory links from Add More list view (panel ↵Igor Borovkov
outfit edit) Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/723 --HG-- branch : product-engine
2010-07-09EXT-7786 FIXED COF Wearables List is updated only when visible (panel outfit ↵Igor Borovkov
eidt) Every single delete/create operation in the COF causes LLCOFWearables to be updated - on each update its contained LLFlatListView is repopulated. That means massive creation of LLPanel's instances (LLUICtrlFactory::buildPanel(...)). Half of the panel creation time is spent in the EXPAT xml library on parsing the .xml files of the panel item. I've forbidden updates of LLCOFWearables when Panel Outfit Edit is not in the visible chain. Panel Outfit Edit is now updated only when it is visible Also LLCOFWearables refures to refresh its content if COF category version hasn't been changed since the last refresh. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/715 --HG-- branch : product-engine
2010-07-09EXT-7911 FIXED Avoided saving unresolved LLDialog notifications.Alexei Arabadji
Details: Made ScriptDialogGroup, ScriptDialog, LoadWebPage notifications non-persistent. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/711/ --HG-- branch : product-engine
2010-07-09automated mergeLoren Shih
2010-07-09EXT-8221 WIP Crash in LLGesture::notifyObserversLoren Shih
Code cleanup for help with diagnosing this issue.
2010-07-09merge from PE's viewer-releaseTofu Linden
2010-07-09EXT-8296 FIXED Format currency properly in tooltips and the about land window.Aimee Linden
2010-07-08Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-07-08EXT-8279 FIX original items being deleted when removed from COFNyx (Neal Orman)
Replacing logic with call to removeCOFItemLinks, which should do appropriate checking to determine that item is in the COF and is actually a link. Code reviewed by Seraph
2010-07-08MergeLeyla Farazha
2010-07-08EXT-8140 Changing items in "add more" view, or editing the items, causes ↵Leyla Farazha
avatar to bounce up and down
2010-07-08EXT-8292 FIXED Folder wear options disabled in expanded menu on first ↵Loren Shih
right-click EXT-8261 FIXED 'Share' item is disabled in 'My Inventory' folder's context menu Items can now be appended to menus (versus menus being the most restrictive out of all the item choices).
2010-07-08Fix for EXT-8151Monroe Linden
Made LLPanelOutfitEdit::onPlusBtnClicked() iterate over all selected items and wear each one. Also made it create one LLUpdateAppearanceOnDestroy and pass it to all calls to wearItemOnAvatar. Add optional callback argument (as LLPointer) to wearItemOnAvatar, addCOFItemLink, LLDeferredCOFLinkObserver Reviewed by Nyx at http://codereview.lindenlab.com/2482033
2010-07-08mergeDave Parks
2010-07-08EXT-8287 Add some null checks and asserts around drawable faces.Dave Parks
2010-07-08EXT-8269 FIXED "Copy and Wear" from in-world object doesn't wear bodypartsLoren Shih
EXT-8139 FIXED "Copy and wear" when unboxing an outfit defaults to "add" instead of "replace items" Copy&Wear now takes off all inventory item before wearing new outfit.
2010-07-08EXT-8264 FIXED Object attached to an invalid attachment index shows avatar ↵Loren Shih
menu on right-click, as if it IS attached Objects attached to bad attachment point end up attached to chest by default so they're not hanging in space.