summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-05Fixed major bug (EXT-3903) Adding ten Profile Picks blocks Classifieds creationSergei Litovchuk
- Fixed disabling only "New Pick" menu when picks amount reaches the limit of 10, Classifieds can still be created. --HG-- branch : product-engine
2010-01-05Fixed low bug EXT-3898 ("No one near" text in the VCP is confusing)Mike Antipov
- message updated with "No one near has voice enabled" --HG-- branch : product-engine
2010-01-05Fixed major bug EXT-3852 ([BSI] Tabs in Tabbed Instant Messaging do not auto ↵Mike Antipov
focus the text field when clicked) -- the reason: LLTabContainer set focus to the first panel child; -- fix: capture mouse with Input field to avoid processing of the input focus by LLTabContainer. --HG-- branch : product-engine
2010-01-05mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-05fix for EXT-3899 [BSI] Cached group infos are shown when you're not a member ↵Yuri Chebotarev
of the group make it the same way it was in 1.23x - if you are not a member only general tab will be accesable. --HG-- branch : product-engine
2010-01-05mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-05EXT-3667 Usability : Returning back from mousehook does not set the user ↵Igor Borovkov
back to See as Avatar --HG-- branch : product-engine
2010-01-05mergeMike Antipov
--HG-- branch : product-engine
2010-01-05Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-05fixed EXT-3942 “'Friendship offered' notification not shows in opened IM ↵Alexei Arabadji
floater”, added missing avatar id to the notification payload; --HG-- branch : product-engine
2010-01-05mergeMike Antipov
--HG-- branch : product-engine
2010-01-05mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-05fix for low EXT-1649 Groups you chatted in recently show up in the Recent ↵Yuri Chebotarev
People tab --HG-- branch : product-engine
2010-01-05Completed low task EXT-3759 (NOTFORBETA0: Phone numbers for AvaLine calls ↵Mike Antipov
should be human readable) -- for now phone number is split on parts by two digits from right to left. The first left part can have 2 or 3 digits, i.e. +44-33-33-44-55-66 or 12-34-56-78-90. --HG-- branch : product-engine
2010-01-05Fixed major bug (EXT-3896) Favorites bar consists of overflow button onlySergei Litovchuk
- Removed extra attributes from favorites_bar_button.xml. - Changed warning message about favorites bar button creation failure. --HG-- branch : product-engine
2010-01-05Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-04Changed async picks in LLToolPie::handleMouseDown and ↵Monroe Linden
LLToolPie::handleRightMouseDown to sync. This fixes EXT-3658 ("DEV-44422 webprim doesn't get mouse up events from the Mac trackpad"). Reviewed by Richard.
2010-01-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-04EXT-3725 & EXT-2224 - Issue with permissions and for sale ui for certain ↵Eric M. Tulla (BigPapi)
items in side panel. We now completely hide those UI elements when they don't make sense. -Reviewed by seraph
2010-01-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-04EXT-2974 Alpha mask textures not applied immediatelyNyx (Neal Orman)
Eyelashes were causing the avatar's head to disappear on a non-cached outfit if you created an alpha mask object through the appearance editor even though you didn't select the head to be invisible. This would not affect the baked texture, only the local composite. No clue exactly why the symptom was what it was, but the way we were using eyelashes was the source of the problem. Moving the special-case eyelashes to an alpha mask layer fixes the issue. -Nyx
2010-01-04EXT-3717 : Reset Filters in My Inventory doesn't workLoren Shih
Simple XML change; function call string was incorrect.
2010-01-04EXT-3318 LLConsole keeps all logged text in memory when console is not being ↵Tofu Linden
drawn.
2010-01-04mergerichard
2010-01-04EXT-3876 - Fast Timers crashes viewerrichard
avoid divide by zero reviewed by Mani
2010-01-04EXT-3849 remove "show attachments in previews"Nyx (Neal Orman)
removing the checkbox in the appearance floater, as we don't have time to implement this. reviewed by Seraph
2010-01-04mergeMark Palange (Mani)
2010-01-04EXT-3827 : Some accounts have no library outfitsLoren Shih
EXT-3616 : My Outfits folders don't always auto-populate on first login EXT-3796 : Sidepanel not picking up changes to "My Outfits" from autopopulation EXT-3915 : Memory leak in autopopulation code Largely rewrote the autopopulation code because it was buggy, was causing llwarns messages, and had a memory leak. My approach to this should fix everything.
2010-01-04Fixed low bug (EXT-3768) Teleport & Map buttons are enabled when nothing is ↵Sergei Litovchuk
selected in the Teleport History panel. - Added reseting selection upon closing accordion tab to disable "Teleport" and "Map" buttons for hidden item. --HG-- branch : product-engine
2010-01-04Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-04fixed EXT-3374 “[BSI] Notifications and dialogs are semi-transparent (notAlexei Arabadji
opaque) even when in focus”, made toast opaque when became hovered; --HG-- branch : product-engine
2010-01-04Removing a workaround for EXT-3599 (No chiclets in the IM Well Window) in ↵Vadim Savchuk
favor of a proper fix. --HG-- branch : product-engine
2010-01-04Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-04fixed EXT-3765 “There is no tongue for voice control panel in docked ↵Alexei Arabadji
state”, made dockable floaters have tongue by default; --HG-- branch : product-engine
2010-01-04fix for normal EXT-3763 URL clicked on nearby chat toast opens chat history, ↵Yuri Chebotarev
not URL in browser. also move real action from mouse_down to mouse_up (since clicking on url is processing in mouse_up). --HG-- branch : product-engine
2010-01-04Fixed low bug EXT-3897 ( Turn off log spam: "LLIMModel::getSpeakerManager: ↵Mike Antipov
session 00000000-0000-0000-0000-000000000000does not exist" from Voice Client) -- added check of session UUID to null before calling LLIMModel::getSpeakerManager (implemented for the EXT-3544 bug) --HG-- branch : product-engine
2010-01-04mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-04fix for major EXT-3771 Toasts that pop up from group chat should be ↵Yuri Chebotarev
clickable anywhere --HG-- branch : product-engine
2010-01-04mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-04implemented EXT-3642 Default mic states for voice callsIgor Borovkov
--HG-- branch : product-engine
2010-01-04DEV-44136: Hide previous results when performing new search.Lynx Linden
When a new search is performed, we first display a blank page in the search floater so that the previous results are not visible while the new results are being retrieved from the search server.
2009-12-31Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-12-31EXT-3616: Fix for my outfits autopopulation. Readding the fetch observer.Eric M. Tulla (BigPapi)
-Review by seraph
2009-12-31Merge (viewer-2-0 into gooey)James Cook
2009-12-31EXT-3778 Fixed handling of url passed in on cmd line.Mark Palange (Mani)
The url from the cmd line was being overridden by the LoginLocation setting. (my bad!) Removed unnecessary llurlsimstring.h includes.
2009-12-30automated merge PE->viewer2.0Kent Quirk
2009-12-30EXT-3770 - add tooltips to notifications and conversations buttons in bottom barKent Quirk
2009-12-30EXT-1399 Restore some wind noise when standing still, but drop volumeJames Cook
Make wind volume configurable via setting AudioLevelWind, currently set to 0.5. Changing this to 1.0 will restore the viewer 1.23 behavior Reviewed with Leyla.
2009-12-30EXT-3767 Person Inspector is corrupted if open it from voice controls panelLeyla Farazha
2009-12-30mergeJames Cook