summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-02-05PE merge.Tofu Linden
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Erica
2010-02-04Logged out notification change at Ts request - added some calmer languageErica
2010-02-04automated merge viewer2.0->viewer2.0Loren Shih
2010-02-04EXT-2181 DA Danish translation for set6Eli Linden
2010-02-04EXT-4993 : Deleting an item from the COF in Inventory Floater keeps it wornLoren Shih
EXT-4997 : Centralize right-click menu options for delete/remove link EXT-4998 : Automatically reject double separators from right click menu Disabled/hid delete button from COF right-click menu, also means that trash icon is disabled. Added generalized function to remove consecutive separators from right-click menu. Made a minor cosmetic change to have all code duplication for adding "delete" menu item instead call a common function.
2010-02-04Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-04This file should have gone in with a previous changeset ↵Rick Pasetto
(https://hg.lindenlab.com/viewer/viewer-2-0/changeset/dddb40b50424/)
2010-02-04EXT-4990 : "Remove Link" and "Delete" are both active for links in the ↵Loren Shih
InventoryFloater For links, removed "Delete", since having both "Remove Link" and "Delete" is redundant.
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-04Change "Teleport History Location" subheader to "Teleport History". Adjusted ↵Chuck Linden
color and style on this and other side-panel subheaders to be consistent.
2010-02-04EXT-4990 : "Find Original" should be enabled for links in the trashLoren Shih
EXT-4988 : Centralize right-click menu options when items are in trash This change is a lot less scary than it looks. There is a bit of minor cosmetic cleanup (e.g. typedefing a commonly-used vector), and I've eliminated code duplication since, previously, every item/listener type had its own purge/restore item dialog; these are now handled in one central function. I also moved "Find Original" above Purge/RestoreItem so that it appears first in the trash menu; this does not affect other menu options. The functionality change from this checkin is to enable "Find Original" for link items in the trash.
2010-02-04Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-04Backed out changeset: b579077ebc79Mark Palange (Mani)
I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall. I'm backing out lynx's change, then re-fixing EXT-4237.
2010-02-04mergeBrad Payne (Vir Linden)
2010-02-04EXT-4902: Assert crash after detaching all and removing all clothes.Brad Payne (Vir Linden)
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-02-04EXT-4841 - Expand one of the outfits in the outfits tab for new users so ↵Eric M. Tulla (BigPapi)
they can get a sense of their contents. Also moved the My Outfits autopopulation from the library out of where it was done before (as a result of initial wearables message) to be done in the idle login during the precaching state. -Reviewed by Nyx
2010-02-04EXT-4902: Assert crash after detaching all and removing all clothes. Turned ↵Brad Payne (Vir Linden)
overzealous assert into a warning.
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-02-04EXT-4003 Appearance problemw earing City Chic Female - probably param relatedNyx (Neal Orman)
cross-wearable params are fun! Values were not being updated properly for parameters that cross multiple wearables. Created a few functions to ensure that these values get updated and made them called from LLAgentWearables::wearableUpdated(). Also prevented cross-wearable params from writing back to the avatar, as they are being driven by another wearable. Code reviewed by Bigpapi
2010-02-04automated merge viewer2.0->viewer2.0Loren Shih
2010-02-04EXT-4801 : hitting trash button for trashed items does not delete itemLoren Shih
EXT-4957 : add const correctness for LLFolderViewEventListener::isItemRemovable This checkin affects several files but is a lot less scary than it looks. It's mostly to add const correctness, and to rename isInTrash to isItemInTrash so that its naming is consistent with isItemRemovable/isItemMovable. The only functionality change is to disable the trash button when an item is already in the trash.
2010-02-04EXT-3144 EXT-4226: Re-employ tentative state for individual items in media ↵Rick Pasetto
settings Review #95 This change undoes some prior change that seems to not allow showing media data for multiple selection. There was all of this code put in to support displaying tentative state for media, but code was added to basically override it. Perhaps the reason was tentative state items were not ignored on apply...this change does that.
2010-02-04Fixed major bug EXT-4853 (Color Picker - Arrow Used to Select Color Density ↵Eugene Mutavchi
is Nearly Invisible) --HG-- branch : product-engine
2010-02-04Fixed low bug EXT-4184 (Fav bar: drop landmark pointer is visible badly)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-04Fixed normal bug EXT-4307 (There are no text context menues for Search text ↵Eugene Mutavchi
field and for IM text field) --HG-- branch : product-engine
2010-02-04Fixed normal bug EXT-4627(Nearby Chat floater in Mouselook breaks ability to ↵Eugene Mutavchi
type & use gestures) --HG-- branch : product-engine
2010-02-04mergerichard
2010-02-04EXT-4625 - Chat bar doesn't display trailing character on some stringsrichard
reviewed by Leyla
2010-02-04Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-04PE merge.Tofu Linden
2010-02-04Fixed bug EXT-4806 (Snapshot floater has preview offset).Vadim Savchuk
Removed incorrect vertical offset modification in compact mode. --HG-- branch : product-engine
2010-02-04Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-02-04fixed EXT-4893 “'Add friend' available for friends in group/conference ↵Alexei Arabadji
sessions”, corrected condition for enable 'add friend' menu item; --HG-- branch : product-engine
2010-02-04merge.Tofu Linden
2010-02-04PE merge.Tofu Linden
2010-02-04Update for low bug EXT-4951 - Redundant edit box context menu in list items ↵Dmitry Zaporozhan
in Panel Picks/Classifieds Disabled edit box context menu in classified list items. --HG-- branch : product-engine
2010-02-04fixed duplicating of log records for EXT-4777 Implement saving and loading ↵Igor Borovkov
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-04mergeBrad Payne (Vir Linden)
2010-02-04For EXT-4855: Crash on onWearableAssetFetch. Prevent late-arriving ↵Brad Payne (Vir Linden)
wearables from touching a deleted object.
2010-02-04mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-04fix for normal EXT-3807 ABOUT LAND/OBJECTS: (i) icon is badly positionedYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-04Fixed critical bug (EXT-4827) [NUX] The Places Panel should default to the ↵Sergei Litovchuk
Landmarks tab with the Library expanded. - Added Library tab set open by default with Landmarks category fetch from Library. --HG-- branch : product-engine
2010-02-04Removed aspect ratio controls.Chuck Linden
http://jira.secondlife.com/browse/EXT-3908
2010-02-04fixed shout/whisper representation for EXT-4777 Implement saving and loading ↵Igor Borovkov
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-04Fixed normal bug EXT-4925 (Please make user voice settings compatible with 1.23)Mike Antipov
- for now volume level is stored in external (vivox) format [0.0 - 1.0] - this fix should be included into the Beta 2 release --HG-- branch : product-engine
2010-02-04Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine