summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-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
2010-02-04fixed EXT-4905 “Duplicated text in teleport notification”Alexei Arabadji
--HG-- branch : product-engine
2010-02-04mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-04Fixed low bug EXT-4951 - Redundant edit box context menu in list items in ↵Dmitry Zaporozhan
Panel Picks/Classifieds --HG-- branch : product-engine
2010-02-04fix for normal EXT-1888 Apply button remains active after Applying changesYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-04Fixed normal bug EXT-4862 - Nearby Chat pop-up toasts close affordance ↵Dmitry Zaporozhan
displays under prior toasts. Implemented same fix for notification toasts. --HG-- branch : product-engine
2010-02-04fixed critical bug EXT-4887 The Label, \"Favorites Bar\" should only ↵Denis Serdjuk
appear if you have no favorites Changes: Check for empty favbar has been added to change visibility of favbar label --HG-- branch : product-engine
2010-02-04Additional commit for low Bug EXT-4242 . No logic had been affected. code ↵Denis Serdjuk
cleaning up. --HG-- branch : product-engine
2010-02-04Fixed critical bug EXT-4845 (Create padding around text messages in the side ↵Mike Antipov
tray panels) - moved "No Items" textbox params to widget (flat_list_view.xml) - set default vertical/horizontal padding to 10 px - they can be overridden in panel's xml if necessary. --HG-- branch : product-engine
2010-02-04PE merge.Tofu Linden
2010-02-04EXT-4754 Crash in LLEventTimer::updateClassTofu Linden
2010-02-04Fixed critical bug EXT-4823 - [NUX] Default My Profile to Edit ModeDmitry Zaporozhan
--HG-- branch : product-engine
2010-02-04fix for task EXT-4750 Disable "Join" dialog for free groupsYchebotarev ProductEngine
also add group name to notification - more informative... --HG-- branch : product-engine
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-04EXT-3681: Send Parcel "Local ID" (S32) to web pages.Lynx Linden
This is instead of sending the Parcel ID (LLUUID), which it turns out the server never sends to the viewer (LLParcel::getID() always returns NULL).
2010-02-04EXT-4898: Convert "en-us" to "en" for url substitutions.Lynx Linden
The correct and general fix is to change English.lproj/language.txt. This fix here is a more targeted and less risky fix at this stage of the release cycle.
2010-02-03EXT-4901 : Context menu missing on Scripts and Notecards in TrashLoren Shih
Simple string naming error.
2010-02-03EXT-4344 : Object Inspector has "Sorry, not implemented yet"Loren Shih
Added sidetray object inspector code.
2010-02-03automated merge viewer2.0->viewer2.0Loren Shih
2010-02-03automated merge viewer2.0->viewer2.0Loren Shih
2010-02-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-03Fixed paths to artwork.Chuck Linden
https://jira.secondlife.com/browse/EXT-4935
2010-02-04EXT-4898: Turn off policy hooks so I can check in this file.Lynx Linden
English.lproj/language.txt must not have a newline in it. warn-on-failure:eol-at-eof
2010-02-04EXT-4898: Trying to subvert the coding policy hooks....Lynx Linden
.lproj/language.txt MUST NOT have a newline at the end, but the coding policy hooks won't let me do this. Making a trivial change so that I can undo it again with the relevant just-do-it flag.
2010-02-04EXT-4898: Reverting English.lproj change until I get a reviewLynx Linden
But I want to be able to check in other commits...
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-04EXT-4237: Don't show Start Up pulldown until successful login.Lynx Linden
Previously any login attempt, even a failed one, would cause the Start Up pulldown to appear. Now only a successful login will cause this to happen. Also renamed the setting FirstRunThisInstall to the more accurate HadFirstSuccessfulLogin (and inverted its logic). Reviewed by Mani.
2010-02-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-02-03EXT-4824 - NUX Close My Inventory and open Library for a new user's first login.Eric M. Tulla (BigPapi)
-Reviewed by Vir
2010-02-03EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymoreSoft Linden
2010-02-03automated merge viewer2.0->viewer2.0Loren Shih
2010-02-03Automated merge with ssh://lis@hg.lindenlab.com/viewer/viewer-2-0Lis Linden