summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguisticEli Linden
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.
2010-07-08EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap ↵Dave Parks
corruption.
2010-07-08EXT-8251 FIXED Renamed the "Remove Link" item of the inventory context menu ↵Vadim Savchuk
to "Delete". Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/720/ --HG-- branch : product-engine
2010-07-08EXT-8276 FIXED Hide the Search floater on teleport.Vadim Savchuk
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/719/ --HG-- branch : product-engine
2010-07-08EXT-8170 ADDITIONAL FIX Now using complete translatable sentences like ↵Vadim Savchuk
"Create new shoes", "Create new pants", etc as labels for AE context menus. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/716/ --HG-- branch : product-engine
2010-07-08EXT-8245 FIXED Fixed passing inventory panel to floater Resident Chooser ↵Sergei Litovchuk
when called from 'Add More' panel. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/709/. --HG-- branch : product-engine
2010-07-08EXT-8243 FIXED Replaced method to create link in COF with top-level ↵Mike Antipov
LLAppearanceMgr::wearItemOnAvatar() method while DnD a wearable to COF. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/714/ --HG-- branch : product-engine
2010-07-08EXT-8275 FIXED (Build > Group > Edit Group - Replace checkbox with new Edit ↵Paul Guslisty
icon, and move to the right of group name) - Switched order of 'Share' checkbox and 'Deed' button - Switched order of 'Group Name' name box and 'Set Group' button - Changed image_overlay of 'Set Group' button Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/717/ --HG-- branch : product-engine
2010-07-08mergeIgor Borovkov
--HG-- branch : product-engine
2010-07-08EXT-8061 FIXED refactoring, added a mapping for According Tab > Asset Type ↵Igor Borovkov
(COF Wearables) Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/704/ --HG-- branch : product-engine
2010-07-08EXT-8266 FIXED (Swap art asset for \"edit\" wrench, \"folder view\" and ↵Paul Guslisty
\"Shopping cart\") - Replaced Edit_Wrench and folder_view_icon icons with provided ones - Shop_no_arrow icon already replaced in EXT-8160 Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/712/ --HG-- branch : product-engine
2010-07-08mergeBrad Payne (Vir Linden)
2010-07-08EXT-8238 FIX - unfortunately this won't have much impact on crash rates, ↵Brad Payne (Vir Linden)
since the problem occurs when we're already shutting down
2010-07-08Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-08EXT-8171 FIXED (IT - Corrupted texture pickers are shown on 'Editing Alpha ↵Paul Guslisty
Mask' panel for German locale) - Deleted overriden dimensions in DE, FR and JP locales Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/703/ --HG-- branch : product-engine
2010-07-08merge from PE's viewer-publicTofu Linden
2010-07-08EXT-8218 FIXED Fixed crash in ↵Alexei Arabadji
LLNotificationsUI::LLScreenChannel::redrawToasts method. Details: Provided resetting hovered toast field in screen channel when toast destroyed along viewer logging out. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/705/ --HG-- branch : product-engine
2010-07-07Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-07EXT-8278: FIXED: endlessly loading some tree textures.Xiaohong Bao
2010-07-07adjust debug code for EXT-6792: [crashhunters] Crash on ATI 3200Xiaohong Bao
2010-07-07mergeDave Parks
2010-07-07EXT-8102 Modify feature table to default RenderUseStreamVBO to off for ATI ↵Dave Parks
cards.