Commit Graph

11019 Commits (d2d5b467264b00a38fafa7c910af5cfa695420b3)

Author SHA1 Message Date
Nyx (Neal Orman) d2d5b46726 Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ 2010-07-06 18:13:56 -04:00
Nyx (Neal Orman) fcfaa69821 EXT-8020 FIX outfit textures are blurry on opening outfit editor
We believe this fix should help with the blurry textures - we weren't
updating our local bake of your avatars' appearance. Added a line to trigger
this refresh.

Code reviewed by Seraph
2010-07-06 18:13:46 -04:00
Loren Shih 419bfb16fd automated merge 2010-07-06 15:49:32 -04:00
Loren Shih ced040f8ae EXT-8244 FIXED Not wearable links could be added to COF by drag-n-drop in the Inventory
Fixed the dnd behavior so that you can only drag appropriate items into the COF or Outfits folder.
Did a bit of superficial code cleanup in terms of adding comments and relocating blocks of code.  The actual coding fix was pretty small despite the diff; most of the diff is superficial cleanup.
2010-07-06 15:47:17 -04:00
Brad Payne (Vir Linden) 7de36b3d42 merge 2010-07-06 14:35:48 -04:00
Brad Payne (Vir Linden) d1d38d6e9d Updated static cache files from hg.lindenlab.com/vir/viewer-cache 2010-07-06 14:34:31 -04:00
Nyx (Neal Orman) 9d96da4b94 EXT-8249 FIX coverity fix - eliminating fallthrough for switch statement
Code reviewed by Seraph
2010-07-06 12:44:43 -04:00
Brad Payne (Vir Linden) 301b670c2e Added back static VFS cache, removed artwork-common tarball (which is currently only used for those two smallish files) 2010-07-06 12:32:24 -04:00
Loren Shih d7a1237f87 EXT-8247 FIXED In-world object info in Edit->General menu clipped
Trivial change to move down the Name: field by a few pixels.
2010-07-06 12:01:25 -04:00
Tofu Linden dc6c35e353 merge from PE's viewer-release 2010-07-06 11:36:06 +01:00
Tofu Linden a1bbba2be6 CID-485
Checker: NULL_RETURNS
Function: LLAgentWearables::setWearableName(const LLUUID &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llagentwearables.cpp
2010-07-06 11:23:22 +01:00
Tofu Linden e04df15bf1 CID-484
Checker: NULL_RETURNS
Function: LLAgentWearables::animateAllWearableParams(float, int)
File: /indra/newview/llagentwearables.cpp
2010-07-06 11:21:45 +01:00
Tofu Linden 99e7e72507 CID-486
Checker: NULL_RETURNS
Function: LLAgentWearables::revertWearable(LLWearableType::EType, unsigned int)
File: /indra/newview/llagentwearables.cpp
2010-07-06 11:20:05 +01:00
Andrew Dyukov 1be44136e0 EXT-8146 FIXED Added confirmation dialog before outfit(s) deleting.
- Added new notification which appears when trash button in "My Outfits" is clicked. Used it in code to only delete outfits if OK is selected.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/695/

--HG--
branch : product-engine
2010-07-05 20:18:52 +03:00
gabriel 86da02f7d2 =EXT-4655 fixed 2010-07-05 16:29:30 +01:00
Tofu Linden c5d3d29ef4 merge from PE's viewer-release 2010-07-05 16:10:45 +01:00
Vadim Savchuk c267f4148a EXT-8104 FIXED Fixed occasional inability to paste text into location input.
Changes:
- Set gEditMenuHandler to the input entry whenever it's focused, so that it can handle the Ctrl+V shortcut.
- Now pasting text into the input field triggers rebuilding the dropdown matches list, as if the user has typed the text.

Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/691/

--HG--
branch : product-engine
2010-07-05 17:53:50 +03:00
Vadim Savchuk 54bf954b16 EXT-8226 FIXED Potential fix for a crash at startup in LLIMWellWindow::findIMChiclet().
Bug reason: LLChicletPanel::onCurrentVoiceChannelChanged() was called at startup, which, in turn, called LLIMWellWindow::findIMChiclet().
Apparently, LLIMWellWindow::mMessageList was not initialized yet, so dereferencing the null pointer caused the crash.

I couldn't reproduce the crash so I've just added defensive checks (just for any case)
and moved binding LLIMWellWindow::findIMChiclet() to sFindChicletsSignal from the constructor to postBuild().

Reviewed by Alexei Arabadji at https://codereview.productengine.com/secondlife/r/692/

--HG--
branch : product-engine
2010-07-05 17:38:01 +03:00
Tofu Linden 1ff3534521 CID-499
Checker: FORWARD_NULL
Function: LLAppearanceMgr::dumpItemArray(const LLDynamicArray<LLPointer<LLViewerInventoryItem>, (int)32> &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llappearancemgr.cpp
2010-07-05 12:17:54 +01:00
Tofu Linden 49a3fc9cc3 CID-494
Checker: FORWARD_NULL
Function: LLPanelOutfitEdit::filterWearablesBySelectedItem()
File: /indra/newview/llpaneloutfitedit.cpp
2010-07-05 12:07:00 +01:00
Tofu Linden 297bab71ab CID-495
Checker: FORWARD_NULL
Function: show_item_original(const LLUUID &)
File: /indra/newview/llinventoryfunctions.cpp
2010-07-05 12:04:28 +01:00
Tofu Linden 2888e446a7 CID-496
Checker: FORWARD_NULL
Function: LLFloaterVoiceEffect::refreshEffectList()
File: /indra/newview/llfloatervoiceeffect.cpp
2010-07-05 12:00:02 +01:00
Tofu Linden 014c2a5089 Checker: NULL_RETURNS
Function: LLPanelVoiceEffect::update(bool)
File: /indra/newview/llpanelvoiceeffect.cpp
2010-07-05 11:57:45 +01:00
Tofu Linden f954db0263 Checker: FORWARD_NULL
Function: LLChatHistory::appendMessage(const LLChat &, const LLSD &, const LLStyle::Params &)
File: /indra/newview/llchathistory.cpp
2010-07-05 11:54:50 +01:00
Tofu Linden a05c48cf14 minor comment typo that was bugging me. 2010-07-03 10:52:00 +01:00
Tofu Linden d3060e64a2 merge from PE's viewer-release. conflicts resolved. 2010-07-03 10:49:07 +01:00
Loren Shih ae8d513285 EXT-6701 FIXED Script Floater shows "MissingString..." when object is attached to invalid attachment index
Added string entry.
2010-07-02 16:11:06 -04:00
Nyx (Neal Orman) b8daec6144 Automated merge with ssh://hg.lindenlab.com/q/viewer-release/ 2010-07-02 15:55:58 -04:00
Nyx (Neal Orman) e78f96b2fb EXT-8213 FIX users cannot replace their shape if it does not load
Removed checking for wearables loaded on replacing or adding individual items.
After reviewing the code in depth, we believe this is safe to do,
particularly since we allow the user to replace their outfit from the same state.

Filed a followup issue for later investigation EXT-8231

Code reviewed by Vir and Seraph
2010-07-02 15:55:49 -04:00
Loren Shih cd4c44fe7a EXT-8198 Incorrect right-click options for library folders
Only adding "--no options--" when right-click context menu is empty.  Normal priority bug but rather annoying visually.
2010-07-02 14:56:12 -04:00
Andrew Dyukov daec4f6bb7 EXT-3919 FIXED Added resize corner button to the right bottom corner of the SL window.
- Added resize corner icon into main_view.xml to the bottom right of the popup view. Added small dummy icon to the right part of bottom tray to avoid well buttons overlapping it.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/690/

--HG--
branch : product-engine
2010-07-02 21:43:33 +03:00
Andrew A. de Laix 0ad0eaa78f Automated merge with ssh://hg.lindenlab.com/q/viewer-release 2010-07-02 09:41:47 -07:00
Loren Shih 695671d51e automated merge 2010-07-02 12:40:38 -04:00
Andrew A. de Laix bb3114af87 merge changes from viewer-dev. 2010-07-02 09:05:16 -07:00
Andrew A. de Laix 6098fd2ebc Automated merge with ssh://hg.lindenlab.com/brad/viewer-dev 2010-07-02 08:56:49 -07:00
Loren Shih 655c3dbe1b EXT-8204 FIXED Can't "Copy and Wear" items when object with contents is first opened
EXT-3278 REVERT "Copy and wear" exists for landmarks in object inventory

Fixed issue that was causing copy and wear to always be greyed out on first opening of object.
2010-07-02 11:42:31 -04:00
Alexei Arabadji 018ff76192 EXT-8127 FIXED Provided attachment list item name on outfit edit panel even if it unworn.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/688/

--HG--
branch : product-engine
2010-07-02 17:41:42 +03:00
Igor Borovkov 41ac3f8f22 EXT-8134 FIXED added filtering wearables depending on expanded outfit (panel outfit edit)
Add More is clicked -> list view is shown filtered depending on the expanded tab (if no item is selected), default filtering when nothing is selected and all tabs are collapsed - by clothing

Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/689/

--HG--
branch : product-engine
2010-07-02 17:33:33 +03:00
Vadim Savchuk 589619d8cc EXT-7304 Disable "Share", "Pay", "Call", etc buttons in IM window when viewer gets disconnected.
I haven't found a better way to do that than binding to focus received signal (borrowed the idea from the nearby chat input field implementation).

Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/686/

--HG--
branch : product-engine
2010-07-02 16:46:25 +03:00
Yuri Chebotarev 04838e411b merge
--HG--
branch : product-engine
2010-07-02 15:27:08 +03:00
Yuri Chebotarev 0cf9168895 EXT-5692 FIX Add callback to create widget segment with LLAvatarIconCtrl (or LLGroupIconCtrl) based on url match id.
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/610/

--HG--
branch : product-engine
2010-07-02 15:23:05 +03:00
Vadim Savchuk 3b9c7d3403 merge
--HG--
branch : product-engine
2010-07-02 15:16:55 +03:00
Igor Borovkov 57a211a2ac commit
--HG--
branch : product-engine
2010-07-02 15:10:56 +03:00
Vladimir Pchelko 9388a14e47 EXT-8136 FIXED (Accordion order in outfit editor was corrected. (Attachment / Clothing / Body). -> (Clothing / Attachment / Body).)
Reviewed by Vadim Savchuk and Neal Orman https://codereview.productengine.com/secondlife/r/671/

--HG--
branch : product-engine
2010-07-02 15:07:33 +03:00
Igor Borovkov c146471e93 EXT-8145 FIXED disabled committing on selection change when list's selection is restored (panel edit outfit)
turning off committing on selection change for the COF Wearables flat lists while restoring selection between refreshes/updates

Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/683/

--HG--
branch : product-engine
2010-07-02 15:07:33 +03:00
Vladimir Pchelko edcf44ad59 EXT-7473 FIXED ("Share" button was added to "gear" menu in Inventory SP.)
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/678/

--HG--
branch : product-engine
2010-07-02 14:56:24 +03:00
Tofu Linden 1417bd3985 CID-498
Checker: UNINIT_CTOR
Function: LLWindGen<short>::LLWindGen(unsigned int)
File: /indra/llaudio/llwindgen.h
2010-07-02 11:09:33 +01:00
Tofu Linden 2dc929b386 merge from PE's viewer-release 2010-07-02 09:12:33 +01:00
Richard Linden ee7fce63fe missed some cases in font valign switch 2010-07-01 21:29:25 -07:00
Richard Linden 6a87068771 merge 2010-07-01 19:50:54 -07:00