summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-02-04Fix placement of icon next to linked agent/group names.James Cook
Suppresses rendering of text in LLNormalTextSegment that represent an icon, properly computes vertical spacing based on font height, and adds padding to the right of the icon.
2010-02-04Converted all gCacheName->getName to getFullName for SLID compatibilityJames Cook
Also eliminated notification "ObjectGiveItemUnknownUser" because the SLURL-based name lookup will always retrieve the user name. Fixed a bug with ObjectGiveItem where the SLURL would be incorrect for a group.
2010-02-03mergeJames Cook
2010-02-03merge.Tofu Linden
2010-02-03mergeRichard Linden
2010-02-03Fixed bug EXT-2915 ([BSI] Pay Button is hard to find on small resolutions).Vadim Savchuk
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible. --HG-- branch : product-engine
2010-02-03mergeRichard Linden
2010-02-03accidental commit revertLeyla Farazha
2010-02-03EXT-4656 [crashhunters] Crash in LLFloaterAnimPreview::postBuild()Leyla Farazha
reviewed by Richard
2010-02-03Fixed normal bug EXT-4866 (There is no overflow menu for favorites bar)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-03Fixed normal bug EXT-4229 ("This object costs L$ XXX" truncates price)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-03Fixed normal bug EXT-2124 - [BSI] New notifications of group chat messages ↵Dmitry Zaporozhan
do not identify the destination group chat of message --HG-- branch : product-engine
2010-02-03mergeVadim Savchuk
--HG-- branch : product-engine
2010-02-03PE merge.Tofu Linden
2010-02-03Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-02-03implemented EXT-4889 Please add Pay button to IM windowIgor Borovkov
--HG-- branch : product-engine
2010-02-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-03Fixed critical bug EXT-4836 ([NUX] Add text to empty Friends tab in People ↵Mike Antipov
Panel) - added an appropriate message into My Friends tab when avatar has no friends. - "global search" & "try the Map" are made as url to appropriate floaters --HG-- branch : product-engine
2010-02-03fix CRASH in roles tab in group info panel. no ticket...Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-02-03fixed EXT-4776 Make avatars in nearby chat inspectableIgor Borovkov
--HG-- branch : product-engine
2010-02-03Fixed critical bug EXT-4838 ([NUX] Add empty Groups list condition text)Mike Antipov
- moved processing of empty list message into LLGroupList - implemented separate messages for empty list: No matched groups / no groups at all --HG-- branch : product-engine
2010-02-03fixed EXT-4805 “Friend offer is corrupted in resized IM window”,Alexei Arabadji
reverted IM floater default width; made offer buttons have absolute positions; avoided text message scrolling with default IM floater width; --HG-- branch : product-engine
2010-02-03resolve merge in llsidepanelinventory.cppangela
2010-02-02EXT-4598 - Added UI handling for E_ST_BAD_ROOT result of animation loading.Mark Palange (Mani)
Reviewed by Palmer
2010-02-02merge.Tofu Linden
2010-02-02PE merge.Tofu Linden
2010-02-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-02Adjusted vertical position of damage text and icon.Chuck Linden
https://jira.secondlife.com/browse/EXT-4861
2010-02-02Fixed normal bug EXT-4127 ([BSI] Cannot copy/paste from another resident's ↵Eugene Mutavchi
picks / classifieds) --HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4115 (Cannot copy/paste from another resident's profile)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4105 ([BSI] group names are not able to be copied from ↵Eugene Mutavchi
side panel) - changed LLTextBoxEx class to inherit the LLTextEditor behavior --HG-- branch : product-engine
2010-02-02fixed low Bug EXT-4242 History Dropdown should appear immediately ↵Denis Serdjuk
when click-dragging downward from back button LLPullButton has been implemented to handle such behavior --HG-- branch : product-engine
2010-02-02MergeEli Linden
2010-02-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-02Updated filter text.Chuck Linden
http://jira.secondlife.com/browse/EXT-4844
2010-02-02merge.Tofu Linden
2010-02-02PE merge.Tofu Linden
2010-02-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-02Created new graphics for build tools "selected" states.Chuck Linden
http://jira.secondlife.com/browse/EXT-4357
2010-02-02Fixed major bug EXT-4811 ([BSI] Attempt to pay an object shows wrong ↵Vadim Savchuk
Resident name in Pay Resident floater). Removed hardcoded payee name. --HG-- branch : product-engine
2010-02-02PE merge.Tofu Linden
2010-02-02reverted accidental change to floater_im_session.xmlIgor Borovkov
--HG-- branch : product-engine
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-02merged back my last changesgabriel lee
2010-02-02EXT-3789 Change Teleport button on IM panel tooltip to read "Offer to ↵angela
teleport this person"
2010-02-01Test commit.Eli Linden
2010-02-01EXT-4698 Object, avatar menu hasErica
2010-02-01mergeErica
2010-02-01Preferences clean up in advance of qa beta branchErica
2010-02-01Support returning full_name (and SLID) for LLCacheName::get() callsJames Cook
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly