summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-02-02fixed EXT-4755 Own context menu in voice chat participants list has 'Add ↵Igor Borovkov
Friend' and 'Pay' enabled --HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4696 - Teleport offer window is not alligned to the ↵Dmitry Zaporozhan
center of game area --HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4740 - Object inspector hides however context menu presentDmitry Zaporozhan
--HG-- branch : product-engine
2010-02-01Fixed normal bug EXT-4768 - 'Play' btn does nothing to gesture in Inventory ↵Dmitry Zaporozhan
side panel. --HG-- branch : product-engine
2010-02-02Fixed linux build.Vadim Savchuk
--HG-- branch : product-engine
2010-02-02changed password's circles to bullets - EXT-4499 Replace "*" glyph in ↵Igor Borovkov
password fields with a proper circle [PATCH INCLUDED] --HG-- branch : product-engine
2010-02-02mergeIgor Borovkov
--HG-- branch : product-engine
2010-02-02added saving of nearby chat history - 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-02mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02fix for normal EXT-4810 Block hot-keys in mouse-look modeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02Fxed normal bug EXT - 4106 (Tabbed IM floater isn't highlighting labels when ↵Paul Guslisty
new IMs are received) --HG-- branch : product-engine
2010-02-02added loading/parsing of Nearby Chat history - EXT-4777 Implement saving and ↵Igor Borovkov
loading chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-02Fixed major bug (EXT-2316) Insert the option "pay" in the profile.Sergei Litovchuk
- Restored fix made in viewer-2-0/product-engine changeset 4880:ff1363072741. --HG-- branch : product-engine
2010-02-02mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02fix for low EXT-4780 Nearby chat windows doesn't pop up when clicking on ↵Ychebotarev ProductEngine
object chat toast --HG-- branch : product-engine
2010-02-02Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-02-02mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02sidefix for EXT-4808 Unfocused Snapshot floater covers aother floatersYchebotarev ProductEngine
fix preview position --HG-- branch : product-engine
2010-02-01Fixes for EXT-4689 (Long-word chat spam cripples fps and/or disconnects client)Monroe Linden
Removed some unnecessary string copies in LLTextBase and LLNormalTextSegment by changing getWText() to return const LLWString& (instead of LLWString), and storing the result in a const LLWString& instead of an LLWString in places where the string doesn't need to be modified. Made LLTextViewModel::getDisplay() also return const LLWString& instead of LLWString. Removed a couple of unused local string variables in LLTextBase (the compiler flagged these after converting the local copies to const LLWString&).
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallumRick Pasetto
2010-02-01dos2unix these filesRick Pasetto
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-01EXT-4613: No longer get to throttle for quite folders (COF, trash, outfits, etc)Eric M. Tulla (BigPapi)
-Reviewed by nyx
2010-02-01Disabled magnifying glass icon from filter editors.Chuck Linden
https://jira.secondlife.com/browse/EXT-4839
2010-02-01Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0Lis Linden
2010-02-01ext-4435 Preferences: "Busy mode response" is brighter than other labelsLis Linden
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-01Added "Favorites Bar" label and tooltip.Chuck Linden
http://jira.secondlife.com/browse/EXT-4834
2010-02-01Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0Lis Linden
2010-02-01EXT-4599 Change all mentions of "in World" to "inworld"Lis Linden
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-01Fix regression where SLURL DND when logged in didn't work (line got dropped)Rick Pasetto
Reviewed by callum
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-01Set the "Debug" menu to not be visible by default.Chuck Linden
https://jira.secondlife.com/browse/EXT-4828
2010-02-01mergerichard
2010-02-01Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0Lis Linden
2010-02-01mergerichard
2010-02-01removed redundant coderichard
2010-02-01ext-3871 Non-standard icon and behavior of avatar voice volume muteLis Linden
2010-02-01DEV-45525 - don't change the current directory before running the text editorKent Quirk
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-02-01Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-02-01EXT-4848 - Crash when trying to view chicklet(?). Bug in word wrap logic.Eric M. Tulla (BigPapi)
Added a clamp to >= 0 for num pixels so we don't hit the assert. -Reviewed by Nyx
2010-02-01EXT-4075 BTEST-129 switching wearables makes you temporarily nakedNyx (Neal Orman)
When switching from one pair of pants to another we were temporarily using an in-between state without pants as a valid rendering state. Removed a call to removeWearable to keep your pants on until the update from COF swaps the old pair of pants for the new. Lower body is redrawn only once lowest discard level of new pants arrives. Code reviewed by Bigpapi
2010-02-01mergerichard
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-01merge.Tofu Linden
2010-02-01EXT-4816 : Fix coverty whine on break statement fallthroughLoren Shih
Can't fix the whine, but added a comment that the fallthrough is deliberate.