Commit Graph

11087 Commits (331ccee1f5cea9fab944c934b3beeb70fc7f6504)

Author SHA1 Message Date
Vadim Savchuk 331ccee1f5 EXT-8259 FIXED Fixed occasional truncation of the "More" link in expandable 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-09 20:10:26 +03:00
Igor Borovkov 96631f6d4e EXT-7406 FIXED excluded inventory links from Add More list view (panel outfit edit)
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/723

--HG--
branch : product-engine
2010-07-09 19:08:46 +03:00
Igor Borovkov eaf114fdfd EXT-7786 FIXED COF Wearables List is updated only when visible (panel outfit 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-09 17:47:33 +03:00
Alexei Arabadji b6b0465bbc EXT-7911 FIXED Avoided saving unresolved LLDialog notifications.
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-09 17:19:22 +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
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
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
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 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
Xiaohong Bao c0761b99b7 EXT-8002: FIXED: Crossing a sim boundary in a vehicle results in unexpected catapulting 2010-07-07 12:19:24 -06:00
Vadim Savchuk 07406b8397 EXT-8208 FIXED Hide pop-ups on entering mouse-look mode.
Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/706/

--HG--
branch : product-engine
2010-07-07 21:18:32 +03:00
Vadim Savchuk 4132632cbe EXT-8254 FIXED Enabled texture/color selection when editing non-copyable clothing items.
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/707/

--HG--
branch : product-engine
2010-07-07 21:02:05 +03:00
Vadim Savchuk 840e33e41e EXT-8168 FIXED Used localized labels when populating 'New Clothes' and 'New Body Parts' submenus of the My Outfits gear menu.
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/708/

--HG--
branch : product-engine
2010-07-07 20:55:35 +03:00
Alexei Arabadji d68b8ce269 EXT-8154 FIXED Forced removing garbage items from COF.
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/687/

--HG--
branch : product-engine
2010-07-07 18:35:14 +03:00
Loren Shih aef4f6ccab automated merge 2010-07-07 10:13:09 -04:00
Loren Shih a5522ff5bd EXT-3568 FIXED Outfit Folders sometimes show up as empty until right-clicked
Changed logic to not set descendent count to 0 for problematic folders.
2010-07-07 10:12:37 -04:00
Vadim Savchuk c21b28146f Merge from default branch
--HG--
branch : product-engine
2010-07-07 15:24:38 +03:00