Commit Graph

11353 Commits (4965f9f2d5da84d3b60ccb1bc63497fdbfa99e51)

Author SHA1 Message Date
Igor Borovkov 4965f9f2d5 EXT-7668 FIXED prohibited deselecting a single selected item w/o using CTRL
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/746/

--HG--
branch : product-engine
2010-07-13 18:43:30 +03:00
Igor Borovkov 623dae525d EXT-7796 FIXED disabling/enabling presets and camera modes on switching to/from camera customize mode
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/732/

--HG--
branch : product-engine
2010-07-12 19:47:44 +03:00
Vadim Savchuk d07a354d0a Merge from default branch
--HG--
branch : product-engine
2010-07-12 14:38:45 +03:00
Dessie Linden c371f359dc Merged from viewer-release 2010-07-09 09:18:03 -07:00
Loren Shih d8f795aa9c automated merge 2010-07-09 10:19:15 -04:00
Loren Shih 9ae6672a15 EXT-8221 WIP Crash in LLGesture::notifyObservers
Code cleanup for help with diagnosing this issue.
2010-07-09 10:19:02 -04:00
Vadim Savchuk 67a06e4df2 Merge from default branch
--HG--
branch : product-engine
2010-07-09 14:56:56 +03:00
Tofu Linden 467a8b0441 merge from PE's viewer-release 2010-07-09 09:40:18 +01:00
Aimee Linden 9ba22cee0e EXT-8296 FIXED Format currency properly in tooltips and the about land window. 2010-07-09 02:49:10 +01:00
Nyx (Neal Orman) adfa188cee Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ 2010-07-08 17:53:48 -04:00
Nyx (Neal Orman) 6f2118432d EXT-8279 FIX original items being deleted when removed from COF
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-08 17:53:32 -04:00
Leyla Farazha aea47535b4 Merge 2010-07-08 14:52:56 -07:00
Leyla Farazha 58ab4dfd88 EXT-8140 Changing items in "add more" view, or editing the items, causes avatar to bounce up and down 2010-07-08 14:51:27 -07:00
Loren Shih 074157c1fe EXT-8292 FIXED Folder wear options disabled in expanded menu on first 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-08 17:46:36 -04:00
Monroe Linden bfb66a8b94 Fix for EXT-8151
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-08 14:13:26 -07:00
Dave Parks 19bb6f489a merge 2010-07-08 15:15:32 -05:00
Dave Parks 3d94133776 EXT-8287 Add some null checks and asserts around drawable faces. 2010-07-08 15:14:23 -05:00
Loren Shih b67009415d EXT-8269 FIXED "Copy and Wear" from in-world object doesn't wear bodyparts
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-08 15:02:45 -04:00
Loren Shih 6e9bf1c5dc EXT-8264 FIXED Object attached to an invalid attachment index shows avatar 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-08 15:01:30 -04:00
Dave Parks b056f6d7f7 EXT-8236 Massage code around crash in ~LLSpatialGroup -- looks like heap corruption. 2010-07-08 12:56:22 -05:00
Vadim Savchuk e3cd72f7bd EXT-8251 FIXED Renamed the "Remove Link" item of the inventory context menu to "Delete".
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/720/

--HG--
branch : product-engine
2010-07-08 20:19:27 +03:00
Vadim Savchuk 078c43b072 EXT-8276 FIXED Hide the Search floater on teleport.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/719/

--HG--
branch : product-engine
2010-07-08 19:35:44 +03:00
Vadim Savchuk 417b98eae1 EXT-8170 ADDITIONAL FIX Now using complete translatable sentences like "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-08 19:21:00 +03:00
Sergei Litovchuk 900a9d29fb EXT-8245 FIXED Fixed passing inventory panel to floater Resident Chooser when called from 'Add More' panel.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/709/.

--HG--
branch : product-engine
2010-07-08 18:49:13 +03:00
Mike Antipov 479731f6a0 EXT-8243 FIXED Replaced method to create link in COF with top-level 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-08 19:12:45 +03:00
Paul Guslisty 98d8e22153 EXT-8275 FIXED (Build > Group > Edit Group - Replace checkbox with new Edit 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-08 19:06:05 +03:00
Igor Borovkov 737e8e5938 merge
--HG--
branch : product-engine
2010-07-08 18:57:16 +03:00
Igor Borovkov 5fef1c902a EXT-8061 FIXED refactoring, added a mapping for According Tab > Asset Type (COF Wearables)
Reviewed by Neal Orman  at https://codereview.productengine.com/secondlife/r/704/

--HG--
branch : product-engine
2010-07-08 18:55:45 +03:00
Paul Guslisty 414c845ddc EXT-8266 FIXED (Swap art asset for \"edit\" wrench, \"folder view\" and \"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-08 18:55:21 +03:00
Dessie Linden 0a2fc3e4b9 Merged from viewer-release 2010-07-08 08:03:44 -07:00
Brad Payne (Vir Linden) c80da2248d merge 2010-07-08 10:57:15 -04:00
Brad Payne (Vir Linden) 7380d8f1cb EXT-8238 FIX - unfortunately this won't have much impact on crash rates, since the problem occurs when we're already shutting down 2010-07-08 10:53:39 -04:00
Vadim Savchuk 222cd49ad5 Merge from default branch
--HG--
branch : product-engine
2010-07-08 14:32:45 +03:00
Vadim Savchuk 0451902bcd Merge from default branch
--HG--
branch : product-engine
2010-07-08 13:53:43 +03:00
Paul Guslisty db0ac28313 EXT-8171 FIXED (IT - Corrupted texture pickers are shown on 'Editing Alpha 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-08 13:25:24 +03:00
Tofu Linden ca5e05a5c7 merge from PE's viewer-public 2010-07-08 10:14:00 +01:00
Alexei Arabadji 27b3005b78 EXT-8218 FIXED Fixed crash in 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-08 10:48:17 +03:00
Xiaohong Bao b9248bddec Automated merge with ssh://hg.lindenlab.com/q/viewer-release 2010-07-07 23:17:56 -06:00
Xiaohong Bao 4e499fe916 EXT-8278: FIXED: endlessly loading some tree textures. 2010-07-07 23:13:46 -06:00
Xiaohong Bao fd0347a8a2 adjust debug code for EXT-6792: [crashhunters] Crash on ATI 3200 2010-07-07 16:18:05 -06:00
Dave Parks fa678e8445 merge 2010-07-07 16:41:45 -05:00
Dave Parks 23730070aa EXT-8102 Modify feature table to default RenderUseStreamVBO to off for ATI cards. 2010-07-07 16:41:04 -05:00
Brad Payne (Vir Linden) f3a8087de6 merge 2010-07-07 17:23:26 -04:00
Nyx (Neal Orman) 908c1222de Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ 2010-07-07 17:03:49 -04:00
Nyx (Neal Orman) e50692ef4b SNOW-704 EXT-8267 FIX Crash on login for invalid inventory wearable type data
Used to assert that the inventory's stored wearable type data matched the
asset's stored wearable type, leading to a crash when these did not line up.
Converted the assert to a check with llwarns for when this happens.

code reviewed by vir
2010-07-07 17:03:43 -04:00
Brad Payne (Vir Linden) aae0b2aea8 merge 2010-07-07 17:02:37 -04:00
Brad Payne (Vir Linden) 3ca975740f EXT-8234 FIX - reduced log spam quite a bit; rest is arguably still useful for diagnosing the not-uncommon problems encountered during outfit changes 2010-07-07 16:13:20 -04:00
Brad Payne (Vir Linden) ef932f5cf4 EXT-8003 FIX, EXT-8048 FIX 2010-07-07 15:05:06 -04:00
Vadim Savchuk e595ea43be EXT-8170 FIXED Fixed clothing context menu localization in Edit Outfit.
- Localized the "New Shoes" string.
  I'm sceptical about this fix. Let's see if the translation team accepts it.
  If not, I'll add a bunch of new translatable strings like "Create new shoes", "Create new pants", etc.
- Translated the "Replace" item of clothing context menu (took translation from the body part context menu).

Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/710/

--HG--
branch : product-engine
2010-07-07 21:27:04 +03:00
Xiaohong Bao 11621e8882 Automated merge with ssh://hg.lindenlab.com/q/viewer-release 2010-07-07 12:19:54 -06:00