summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-03update from viewer2 and merge into avpEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-11-03DEV-1186 possibly typo in avatar_lad.xmlNyx (Neal Orman)
bumped wearable definition number and fixed minor typo in avatar_lad.xml - fix submitted by external contributor. Verified the change is correct and gave credit - change is de minimis, but we haven't caught this/noticed on our own for a while. Code reviewed by Bigpapi
2009-11-03Implemented major sub-task EXT-2140 (Avatar icon in p2p should take all ↵Eugene Mutavchi
available space on Control Panel) --HG-- branch : product-engine
2009-11-03fixed minor bug EXT-1618 Add Landmark does nothing if resident stands ↵Denis Serdjuk
exactly in the location of existing landmark --HG-- branch : product-engine
2009-11-03mergeJames Cook
2009-11-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-03Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-03DEV-41358 DEV-41361: Added support for secondlife:///app/worldmapLynx Linden
SLurls to the LLUrlRegistry. These are now displayed with the more human-readable label of "Show Map for XXXX" and sport a context menu with various operations. I also added "Show on Map" options to the context menus for other location-based SLurls. I also internationalized the text for "Teleport to" and the new "Show Map for" strings.
2009-11-03"Uncrammed" the layout.Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-1974 http://jira.secondlife.com/browse/EXT-1580
2009-11-03mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-03EXT-2131 : object properties sidepanelLoren Shih
EXT-2128 : remove multi-properties ability, disable from inventory menu Also includes llsidepanelinventory cleanup. --HG-- branch : avatar-pipeline
2009-11-03rollback changes after commit fcc1a5f44ee8Denis Serdjuk
--HG-- branch : product-engine
2009-11-03Fixed EXT-2025 (Gesture btn couses nothing)Sergey Borushevsky
--HG-- branch : product-engine
2009-11-03Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0/Lis Pardi
2009-11-03Ext-1766 about land --> object page titles crammedLis Pardi
2009-11-03Removed declared but never defined function, which was causing a build ↵Brad Payne (Vir Linden)
failure on Mac --HG-- branch : avatar-pipeline
2009-11-03ext-1468 move "bubble" chat color from prefs > chat to prefs > advancedLis Pardi
2009-11-03Merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Denis Serdjuk
--HG-- branch : product-engine
2009-11-03Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Sergey Borushevsky
--HG-- branch : product-engine
2009-11-03Fixed normal bug EXT-2041 (Gestures toolbar button should be a button like ↵Sergey Borushevsky
move/view, not a dropdown). --HG-- branch : product-engine
2009-11-03implemented minor task EXT-1617 No need to expand all accordion panels in ↵Denis Serdjuk
the My Landmarks --HG-- branch : product-engine
2009-11-03Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0Brad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-11-03Added missing llinventorypanel files from previous checkin.Loren Shih
--HG-- branch : avatar-pipeline
2009-11-03Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0Brad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-11-03Fixed major bug EXT-2007 (Friends Conference: Names of partisipants are ↵Eugene Mutavchi
invisible) --HG-- branch : product-engine
2009-11-03EXT-1976 Voice indicator in Nearby Chat entry field is active during a ↵Denis Serdjuk
private call. Cause: Nearbychat bar had used LLActiveSpeakerMgr instead of LLlocalSpeakerMgr. --HG-- branch : product-engine
2009-11-03For EXT-1591: Current Outfit Folder contains duplicate attachment items ↵Brad Payne (Vir Linden)
after relog. --HG-- branch : avatar-pipeline
2009-11-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-11-03DEV-41358 DEV-41361: Added support for new SLAPP URLs, needed for theLynx Linden
new Search web pages. These are: secondlife:///app/worldmap/{NAME}/{COORDS} Show the given coordinate on the World Map secondlife:///app/agent/{UUID}/pay Pay the specified Resident secondlife:///app/agent/{UUID}/im IM the specified Resident secondlife:///app/agent/{UUID}/requestfriend Request friendship of the specificed Resident secondlife:///app/agent/{UUID}/offerteleport Offer to Teleport the specified Resident secondlife:///app/agent/{UUID}/mute Mute/Block Resident secondlife:///app/agent/{UUID}/unmute Unmute/Unblock Resident
2009-11-03Implemented sub-task EXT-1452 '"places" title should not be on thisSergei Litovchuk
panel': - Made LLPlaceInfo a base class for two derived LLPlaceProfile and LLLandmarkInfo classes each representing a separate panel with its own XUI layout. - Fixed broken title change for Place Profile and Landmark cases. --HG-- branch : product-engine
2009-11-03mergeTofu Linden
2009-11-03mergeTofu Linden
2009-11-03Backed out changeset 8d2ba8bb62a5Tofu Linden
2009-11-03Backed out changeset 8bb55c0994a2Tofu Linden
2009-11-03Backed out changeset ba150ce614d0Tofu Linden
2009-11-03mergeTofu Linden
2009-11-03trivial comment change #3Tofu Linden
2009-11-03trivial whitespace change #1Tofu Linden
2009-11-03trivial whitespace change #2Tofu Linden
2009-11-03Implemented low task EXT-1787 (Implement sorting of participant list)Eugene Mutavchi
--HG-- branch : product-engine
2009-11-03Fixed major bug EXT-2098 (Unable to delete landmarks)Mike Antipov
The reason of this bug is that moved (removed to trash) Inventory Item exists in Panel which has no Trash folder in View hierarchy (Favorites & Landmarks accordions). I have updated LLInventoryPanel::modelChanged for case Inventory structure is changed: - added condition to verify if moved item is in Inventory Panel having content of some Inventory Folder and is not moved into the same folder. In this case appropriate View is removed from the Panel hierarchy. --HG-- branch : product-engine
2009-11-03mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-03fix for normal task EXT-239 Save chat window state and position between sessionsYuri Chebotarev
--HG-- branch : product-engine
2009-11-03fixed bug EXT-1480 [BSI] Cannot give invenotry offers by dragging an item to ↵Andrew Polunin
profile on the sidebar --HG-- branch : product-engine
2009-11-03Trivial whitespace change to test mercurial process with tofu and soft.lynx@eniac45.lindenlab.com
2009-11-03mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-03Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-03MergeDmitry Zaporozhan
--HG-- branch : product-engine
2009-11-03Fixed low bug EXT-1620 - Collapsed accordion panels should expand while ↵Dmitry Zaporozhan
filtering if they contain matched items. --HG-- branch : product-engine
2009-11-03Temporary fix for normal task EXT-1510 (Implement left side sticking control ↵Sergey Borushevsky
panels for IM floaters) Disabled resizing of left side control panel to not occupy space for chat history on the right side. Changed follows properties for icon and buttons in panel_im_control_panel, icon sticked to top, buttons to bottom. --HG-- branch : product-engine