summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-11EXT-3715: Added a help button to the speaker controls floater.Lynx Linden
2010-01-11EXT-3902: Make all Choose Resident tabs use the same help ID.Lynx Linden
2010-01-11EXT-3911 EXT-3846: Added help ID for Blocked Residents & Objects.Lynx Linden
2010-01-10Reverting change that broke the build so we can get a working build for QAKent Quirk
2010-01-08Made AudioStreamingMedia setting control loading of prim media as well as ↵Monroe Linden
parcel media. Moved the media first-run dialog code from llviewerparcelmedia.cpp to llviewermedia.cpp, and made it come up for both prim and parcel media.
2010-01-08Merge.Tofu Linden
2010-01-08EXT-1847 Regression in the design spec: "You" should be replaced by your ↵Tofu Linden
full avatar name in communication
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Typo fix & proper handling of autopopulation if library clothing ↵Eric M. Tulla (BigPapi)
already imported -Reviewed by vir
2010-01-08EXT-4026 parcel media does not autoplay after arriving by teleportTofu Linden
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Autopopulating My Outfits now happens correctly (creates links ↵Eric M. Tulla (BigPapi)
instead of folder copies). -Reviewed by Seraph
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵Tofu Linden
Screen
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-01-08fix for EXT-4094: Shared whiteboard script crashes viewer.Xiaohong Bao
2010-01-08Automated mergeKent Quirk
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵Tofu Linden
Life
2010-01-08automated merge viewer2.0->viewer2.0Loren Shih
2010-01-08Minor cleanup: make data members in LLViewerMediaImpl private.Monroe Linden
This required adding one accessor and making two related classes friends of LLViewerMediaImpl.
2010-01-08code review feedback: fixed commentRick Pasetto
2010-01-08FIX EXT-4052: don't bounce back if url does not pass whitelistRick Pasetto
http://codereview.lindenlab.com/265005/show
2010-01-08MergeJames Cook
2010-01-08Fix mini-inspector (i) icon art reference, no more gray rectangleJames Cook
Reviewed with Richard
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-08EXT-2647: Removed the help browser's "Open in My Web Browser" button.Lynx Linden
Also increased the default height of the help browser a little bit as it looked a little too squat.
2010-01-08EXT-3958 title needs to update appropriately when changes made to outfitNyx (Neal Orman)
We now show a string "(unsaved)" under the appearance panel outfit title when the currently loaded outfit has been modified from its original state. Tested with following conditions: 1) item added to loaded outfit 2) item removed from loaded outfit 3) item replaced in loaded outfit Appears to work properly on login as well. Checking is a manual folder compare, but should be fairly efficient. XUI changes submitted by Erica Entire diff reviewed by Vir
2010-01-08EXT-4089 : InventorySP File->Open doesn't open folders.Loren Shih
Includes some minor const correctness infrastructure changes.
2010-01-08EXT-3630 & EXT-3893 added object owners to script information floater and ↵gabriel lee
corrected memory readout for attachments reviewed by H
2010-01-07mergerichard
2010-01-07EXT-4061 Right top tab - art does not scale properly, appears blurry, ↵Erica
EXT-4042 Appearance layout tweaks, Add (unsaved) thingamajig to the end of the Outfit name for Nyx
2010-01-07mergerichard
2010-01-07mergerichard
2010-01-07Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-07EXT-3799 Extreeeeeeeeme Navbar cleanup to match spec - favorites height, ↵Erica
vertical and horizontal alignment, volume button art
2010-01-07EXT-4036 - change inspector tooltip imagerichard
2010-01-07mergerichard
2010-01-07eliminated dump focus holder keyboard shortcutrichard
fixed inventory sidetray layout
2010-01-07EXT-3736 Minimap dot colors need to match spec.Erica
2010-01-07EXT-3884 - group list cut off when there is room to display morerichard
reviewed by Erica
2010-01-07automated merge viewer2.0->viewer2.0Loren Shih
2010-01-07EXT-2203 : Wear btn doesn't disable after last Outfit deletedLoren Shih
Simple one-line fix, but fixes a core issue where if the last item in a panel is deleted, no notification is triggered.
2010-01-07EXT-4029 Add new inspector affordance to viewerErica
2010-01-07mergeBrad Payne (Vir Linden)
2010-01-07For EXT-4030: Can delete the outfit folder that you're wearing in My OutfitsBrad Payne (Vir Linden)
2010-01-07For EXT-4018: Wrong expansion behavior in inventory. Made process of ↵Brad Payne (Vir Linden)
finding the My Inventory folder more robust instead of assuming it was always the first child.
2010-01-07Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-07DEV-44129 EXT-3662 - Make all layout panels mouse_opaqueRick Pasetto
This makes the area below the controls click-through (otherwise it blocks mouse events). That area is for the volume slider.